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.processor:list
 
pub.soap.processor:list
WmPublic. Deprecated - There is no replacement service.
Returns a list of the SOAP processors that are currently registered on the Integration Server.
Input Parameters
None.
Output Parameters
list
Document List List of processors currently registered on the server. Each document in the list contains the following information:
Key
Description
directive
String Process directive that is assigned to the SOAP processor.
svcName
String Fully qualified name of the service that functions as the SOAP processor.
descriptiveName
String Descriptive comment that was given to the SOAP processor when it was registered. This element will be empty if the processor was not registered with a descriptive comment.
validateSOAPMessage
String Flag indicating whether the SOAP message handler validates the SOAP messages that this processor sends and receives. A value of:
*true indicates that messages are validated by the SOAP message handler. Be aware that the validation process checks only that the message envelope is structured correctly. For example, it checks the message has at least one body element and there is at most one header element. It does not validate any of the data carried by the message.
This setting overrides the server's global watt.server.SOAP.validateSOAPMessage setting.
*indicates that messages are not validated by the SOAP message handler.
This setting overrides the server's global watt.server.SOAP.validateSOAPMessage setting.
If validateSOAPMessage is null, message validation for the processor is determined by the server's watt.server.SOAP.validateSOAPMessage setting.
Notes
This service is deprecated. There is not a replacement service.
See Also
pub.soap.processor:registerProcessor
pub.soap.processor:unregisterProcessor