Map<String, Object> props = new HashMap<String, Object>(2);
props.put(Endpoint.WSDL_SERVICE, new QName("http://apache.org/hello_world_doc_lit_bare",
"SOAPService"));
props.put(Endpoint.WSDL_PORT, new QName("http://apache.org/hello_world_doc_lit_bare", "SoapPort"));
ep.setProperties(props);
ep.publish("http://localhost:" + PORT + "/SOAPDocLitBareService/SoapPort");
ep = Endpoint.create(implementor);
props = new HashMap<String, Object>(2);
props.put(Endpoint.WSDL_SERVICE, new QName("http://apache.org/hello_world_doc_lit_bare",
"SOAPService"));