OnRamp for Commerce One MarketSite 3.5 SP1 | webMethods OnRamp for Commerce One MarketSite Adapter Documentation | webMethods OnRamp for CommerceOne MarketSite Adapter Installation and User’s Documentation | Public Records, Specifications, and Services | wm.PartnerMgr.gateway.transport.B2B | InboundProcess
 
InboundProcess
Submits a document to the Partner Manager.
Package
WmPartners
Input Parameters
sender
String Specifies the sender of the message. The Partner Manager matches this string with the Sender parameter in its routing rules to decide how to route the document.
receiver
String Specifies the receiver of the message. The Partner Manager matches this string with the Receiver parameter in its routing rules to decide how to route the document.
msgType
String Specifies the type of document you are sending. The Partner Manager matches this string with the Message Type parameter in its routing rules to decide how to route the document.
$routeOnly
String Optional. Specifies whether you want Partner Manager to log the document in its message store. Valid values are:
*true Route the document without logging it in the message store. The $routeOnly parameter must exist in the pipeline for this to take effect.
*false Default. Log the document in the message store.
$tid
String Optional. Specifies the transaction ID that you want Partner Manager to assign to the document when it puts it into the message store. Used only when $routeOnly is false.
If you do not specify a transaction ID and $routeOnly is false, the Partner Manager automatically generates a transaction ID for the document.
$action
String Optional. Specifies one of the following action codes, which represents the state of the document. Used only when $routeOnly is false.
Set the value to assign a state as follows:
*0 Create
*1 Execute
*2 Rollback
*3 Commit
*4 Confirm
Output Parameters
None.