assertEquals("Hi", textHolder.value);
}
@Test
public void testSwaWithHeaders() throws Exception {
SwAService service = new SwAService();
SwAServiceInterface port = service.getSwAServiceHttpPort();
// ((BindingProvider)port).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,
// "http://localhost:9037/swa");
Holder<String> textHolder = new Holder<String>();
Holder<String> headerHolder = new Holder<String>();