new QName("http://apache.org/hello_world_xml_http/wrapped", "FakePort");
public static class Server extends TestServerBase {
protected void run() {
Object implementor = new GreeterImpl();
String address = "http://localhost:9032/XMLService/XMLPort";
Endpoint.publish(address, implementor);
Object faultImplementor = new GreeterFaultImpl();
String faultAddress = "http://localhost:9033/XMLService/XMLFaultPort";