Search in sources :

Example 1 with HandlerTestService

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");
}
Also used : HandlerTest(org.apache.handler_test.HandlerTest) HandlerTestService(org.apache.handler_test.HandlerTestService) Before(org.junit.Before)

Aggregations

HandlerTest (org.apache.handler_test.HandlerTest)1 HandlerTestService (org.apache.handler_test.HandlerTestService)1 Before (org.junit.Before)1