for (DocData service : serviceInstanceList) {
WsdlData wsdlData = findServiceDescResponse.addNewServiceInstance();
copyResourceData(service, wsdlData);
}
}
log.info("Response Sent " + findServiceInstanceResponseDocument.xmlText());
return findServiceInstanceResponseDocument;
}
public GetAbstractWsdlResponseDocument getAbstractWsdl(GetAbstractWsdlDocument input)
throws XregistryException {