Object implementor = new HTTPGreeterImpl();
String address = "http://localhost:" + PORT + "/SOAPDocLitService/SoapPort";
ep1 = Endpoint.publish(address, implementor);
EmbeddedJMSBrokerLauncher.updateWsdlExtensors(getBus(),
"testutils/hello_world_doc_lit.wsdl");
implementor = new JMSGreeterImpl();
ep2 = Endpoint.publish(null, implementor);
}