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();
// Create a name and address to add to the addressbook
String nameToAdd = "Chris P. Bacon";