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:processMessage
 
pub.soap.processor:processMessage
WmPublic. Deprecated - There is no replacement service.
Executes the Integration Server's default SOAP processor.
This service behaves exactly like the built-in default SOAP processor. However, this service can be wrapped in a flow service, which enables you to create an access-controlled SOAP processor.
Input Parameters
soapRequestData
Object SOAP object containing the SOAP request submitted to the Integration Server by a client.
soapResponseData
Object Empty SOAP object that the service will use to compose the SOAP response message.
Output Parameters
soapResponseData
Object SOAP object containing the SOAP response message that is to be returned to the client.
Usage Notes
This service is deprecated. There is not a replacement service.
You invoke processMessage from a wrapper service that you create and register as a SOAP processor on the Integration Server. To impose access control on the processor, you assign an access control list (ACL) to the wrapper service.