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";
eps.add(Endpoint.publish(address, implementor2));
Object implementor3 = new org.apache.hello_world_xml_http.mixed.GreeterImpl();
address = "http://localhost:" + MIX_PORT + "/XMLService/XMLPort";