new QName("http://ws.cdyne.com", "LatLongReturn"),
Class.forName(
"complexsoap.client.stub.com.cdyne.ws.LatLongReturn"));
// get the port
WSIFPort port = service.getPort();
// create the operation
WSIFOperation operation = port.createOperation("GetLatLong");
// create the input, output and fault messages associated with this operation
WSIFMessage input = operation.createInputMessage();
WSIFMessage output = operation.createOutputMessage();
WSIFMessage fault = operation.createFaultMessage();