Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Working with Web Services | About Consumer Web Service Descriptors | Creating a Consumer Web Service Descriptor | Supporting Elements for a Consumer Web Service Descriptor
 
Supporting Elements for a Consumer Web Service Descriptor
When Designer creates a consumer web service descriptor, it also creates supporting IS elements. Each of the IS elements that Designer creates corresponds to an element in the WSDL document.
This IS element...
Corresponds to this WSDL element...
consumerWsdName_
The WSDL document. All supporting IS elements for the consumer web service descriptor are contained in this new folder. The folder name is the same as the web service descriptor, with a suffix of an “_” (underscore).
docType folder
All of the IS document types generated from the messages in the WSDL document.
connectors folder
All of the web service connectors generated from the operations in the WSDL document.
responseServices folder (Available in Integration Server version 9.0 and later only.)
All of the response services generated from the operations in the WSDL document and the genericFault_Response service.
Web service connector
Each unique <operation> element in a <portType> element; the web service connector name corresponds to the portType name and operation name.
IS document type
Each <message> element in the WSDL document. The IS document type name corresponds to the message name.
IS schema
Each target namespace to which the element declarations, attribute declarations, and type definitions that define the message parts (input and output signature) belong.
Note:Integration Server assigns any IS schemas to a unique schema domain for that web service descriptor.
Response service (Available in Integration Server version 9.0 and later only.)
Each unique <operation> element in a <portType> element; the response service name corresponds to the portType name and operation name, with a suffix of “_Response.
genericFault_
Response service
The default response service that Integration Server invokes when Integration Server cannot determine the specific response service for an asynchronous SOAP response or if there are errors while processing the response.
Note:
The consumerWSDName_ folder and its subfolders docTypes, connectors, and responseServices are reserved for elements created by Integration Server for the web service descriptor only. Do not place any custom IS elements in these folders.