public void setUp() throws BusException {
try {
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");
} catch (Exception ex) {
ex.printStackTrace();
fail(ex.toString());