this.xmlResponse = "";
// Create the in memory model of services and operations
// defined in the current WSDL
log.debug("WsdlURI = " + wsdlURI);
ComponentBuilder builder = new ComponentBuilder();
List services = builder.buildComponents(wsdlURI.toString());
// List all the services defined in the current WSDL
Iterator iter = services.iterator();
boolean firstLoop = true;