env.put(ToolConstants.CFG_WSDLURL, "http://localhost:8585/hello_world.wsdl");
env.put(ToolConstants.CFG_BINDING, "http://localhost:8585/remote-hello_world_binding.xsd");
processor.setContext(env);
processor.execute();
try {
reshandler.stop();
} finally {
server.stop();
server.destroy();
}