Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | SOAP Folder | Summary of Elements in this Folder | pub.soap.handler:listConsumer
 
pub.soap.handler:listConsumer
WmPublic. Returns a list of the consumer handlers currently registered on Integration Server.
Input Parameters
None.
Output Parameters
Handlers
Document List A document list identifying the registered consumer handlers on Integration Server. Information about each consumer handler is contained in a separate document.
Key
Description
descriptiveName
String Descriptive name assigned to the consumer handler when it was registered.
className
String Class name of the handler.
policyType
String Conditional. Policy type of the handler.
policyType does not apply to service handlers.
handleRequestService
String Conditional. Fully qualified name of the service used as the request header handler. This parameter is returned only if a request handler service was registered with the consumer handler.
handleResponseService
String Conditional. Fully qualified name of the service used as the response header handler. This parameter is returned only if a response handler service was registered with the consumer handler.
handleFaultService
String Conditional. Fully qualified name of the service used as the fault header handler. This parameter is returned only if a fault handler service was registered with the consumer handler.
Headers
Document List List of QNames for the headers (i.e., IS document types) registered with the consumer handler.
Key
Description
namespace
String Namespace portion of the header's qualified name.
localName
String Local portion of the header's qualified name.