new javax.xml.namespace.QName(
"http://wsiftypes.addressbook/",
"phone"),
Class.forName("addressbook.wsiftypes.Phone"));
WSIFPort port = service.getPort(server+"Port");
WSIFOperation op = port.createOperation("addEntry", "AddEntryWholeNameRequest", null);
doItPort(port, "WSIFPort_ApacheSOAP");
WSIFOperation op2 = port.createOperation("addEntry", "AddEntryWholeNameRequest", null);
WSIFMessage inputMessage = op2.createInputMessage();
WSIFMessage outputMessage = op2.createOutputMessage();
WSIFMessage faultMessage = op2.createFaultMessage();