PortType portType = WSIFUtils.selectPortType(def,
def.getTargetNamespace(),
operation.getPortType());
WSIFServiceFactory factory = WSIFServiceFactory.newInstance();
WSIFService wsifService = factory.getService(def, service, portType);
WSIFPort wsifPort = wsifService.getPort();
String operationName = operation.getOperationName();
javax.wsdl.Operation wsdlOperation =
retrieveWSDLOperation(operationName, portType);