XI Adapter 4.6 | webMethods XI Adapter Documentation | webMethods XI Adapter Installation and User’s Documentation | Built-In Services | pub.xi.Router:inboundMessageObject
 
pub.xi.Router:inboundMessageObject
The pub.xi.Router:inboundMessageObject service receives a MessageObject from a business partner through an SAP PI/PO Server and passes the receiver endpoint, quality-of-service value, and payload to the inbound service that is associated with the corresponding receiver endpoint. If the business partner sends the MessageObject synchronously, the service can also return results to the business partner.
This service is mostly used internally. However you can call it if you are testing or debugging your integration environment and you want to access XI Adapter directly instead of accessing through an SAP PI/PO Server.
Input Parameters
Name
Description
SAP:MessageHeader
Document Type that contains the sender endpoint, the receiver endpoint, and the quality of service value, among other fields, from the inbound MessageObject's message header.
For more information on the fields in the SAP:MessageHeader field, see the wm.xi.interfaces.records folder in XI Adapter package.
SAP:TraceHeader
Optional. Document Type that contains the trace information, if the business partner set the traceLevel field in the inbound MessageObject's message header.
payloadIn
Document Type that contains the payload from the inbound MessageObject.
Output Parameters
Name
Description
SAP:TraceHeader
Optional. Document Type that contains all trace information from the input field and any trace information added by the inboundMessageObject service, if you used the SAP:TraceHeader input field.
applicationError
Optional. Document Type that contains a description of the application error, if the business partner sent the MessageObject synchronously and an application error occurred when your backend system tried to process the task.
payloadOut
Optional. Document Type that contains a payload containing results from your backend system, if the business partner sent the MessageObject synchronously.