use of org.apache.handler_test.HandlerTestService in project cxf by apache.
the class HandlerInvocationTest method setUp.
@Before
public void setUp() throws Exception {
super.createBus();
wsdl = HandlerInvocationTest.class.getResource("/wsdl/handler_test.wsdl");
service = new HandlerTestService(wsdl, serviceName);
handlerTest = service.getPort(portName, HandlerTest.class);
setAddress(handlerTest, "http://localhost:" + port + "/HandlerTest/SoapPort");
}
Aggregations