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:listProvider
 
pub.soap.handler:listProvider
WmPublic. Returns a list of the provider 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 given to the provider 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 provider 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 provider 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 provider handler.
Headers
Document List List of QNames for the headers registered with the provider handler.
Key
Description
namespace
String Namespace portion of the header's qualified name.
localName
String Local portion of the header's qualified name.