bind.setURI("http://objectweb.org/hello_world_soap_http");
bind.setPortURI("http://objectweb.org/hello_world_soap_http#SoapPort");
AssemblyContext modelContext = EasyMock.createNiceMock(AssemblyContext.class);
WSDLReader reader = WSDLFactory.newInstance().newWSDLReader();
reader.setFeature("javax.wsdl.verbose", false);
URL url = getClass().getResource("/wsdl/hello_world.wsdl");
Definition definition = reader.readWSDL(url.toString());
List<Definition> wsdlList = new ArrayList<Definition>();
setupMocks(reg, wsdlList);
try {