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:registerProcessor
 
pub.soap.processor:registerProcessor
WmPublic. Deprecated - There is no replacement service.
Registers a service as a SOAP processor on the Integration Server.
Input Parameters
directive
String Process directive that you want to assign to the SOAP processor.
Note:
Use only letters, digits, or the characters -_.!~*'( ) in the name you specify in directive.
svcName
String Fully qualified name of the service that you are registering as a SOAP processor.
descriptiveName
String Descriptive comment for this SOAP processor. This comment is shown when you run the utility service pub.soap.processor:list to get a list of the registered SOAP processors.
validateSOAPMessage
String Optional. Flag indicating whether the SOAP message handler validates the SOAP messages that this processor sends and receives. Set to:
*true to validate messages sent and received by this SOAP processor. 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.
*false to bypass validation on messages sent and received by this SOAP processor.
This setting overrides the server's global watt.server.SOAP.validateSOAPMessage setting.
Or, leave validateSOAPMessage null to validate messages according to the Integration Server's watt.server.SOAP.validateSOAPMessage setting. This is the default.
Output Parameters
None.
Usage Notes
This service is deprecated. There is not a replacement service.
See Also
pub.soap.processor:list
pub.soap.processor:unregisterProcessor