+ " was found in port type "
+ portType.getQName());
}
System.out.println("Executing operation " + operationName);
operation.executeRequestResponseOperation(input, output, fault);
HashMap map = new HashMap();
for (int pos = 0; pos < outNames.length; ++pos) {
String name = outNames[pos];
map.put(name, output.getObjectPart(name));