Object implementor1 = new org.apache.hello_world_xml_http.wrapped.GreeterImpl();
address = "http://localhost:" + WRAP_PORT + "/XMLService/XMLPort";
eps.add(Endpoint.publish(address, implementor1));
Object faultImplementor = new GreeterFaultImpl();
String faultAddress = "http://localhost:" + REG_PORT + "/XMLService/XMLFaultPort";
eps.add(Endpoint.publish(faultAddress, faultImplementor));
Object implementor2 = new HeaderTesterImpl();
address = "http://localhost:" + REG_PORT + "/XMLContext/XMLPort";