Name value pair used to cXML submitted by Ariba

I am tring to receive a PO(cXML) from Ariba and I don’t see anything in the pipeline. Does any body know what does it come in as and how do I capture the document.

Hi,

The webMethods-Ariba built-in Gateway Service (wm.b2b.cxml:receiveCXML) automatically parses the incoming cXML into a *Node and also it converts any MIME attachments into an attachmentWrapperCollection and will be in the pipeline. And if you are receving the OrderRequest/Response (cXML) as an Attachments then a “attachmentWrapperCollection” object will be present in the pipeline.

For basic understanding on webMethods-Ariba process, please review the (AribaOnramp UserGuide)it will have precise explanation.

HTH.