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:processRPCMessage
 
pub.soap.processor:processRPCMessage
WmPublic. Deprecated - There is no replacement service.
Executes the Integration Server's SOAP RPC processor.
This service behaves exactly like the built-in SOAP RPC 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 processRPCMessage 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.