Ariba Supplier OnRamp 7.1 | webMethods Ariba Supplier OnRamp Documentation | webMethods Ariba Supplier OnRamp Installation and User’s Documentation | The wm.b2b.cxml Folder in the WmAribaSupplier Package | wm.b2b.cxml.messages | wm.b2b.cxml.messages:formatPunchOutOrderMessage
 
wm.b2b.cxml.messages:formatPunchOutOrderMessage
WmAribaSupplier. Transforms a PunchOutOrderMessage record into a string, an html encoded string, a URL encoded string, or a base64 encoded string.
Input Parameters
PunchOutOrderMessage
The record representing the cXML PunchOutOrderMessage.
ResultFormat
Returns the PunchOutOrderMessage as a string, an htmlencoded string, a urlencoded string, or a base64 encoded string.
*If resultFormat is set to string, the PunchOutOrderMessageString output is in string format.
*If resultFormat is set to urlencoded, the PunchOutOrderMessageString output is a URL encoded string.
*If resultFormat is set to base64, the PunchOutOrderMessageString output is a base-64 encoded string.
Output Parameters
PunchOutOrderMessageString
The result of the formatting.