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.utils.persistence.spec | wm.b2b.cxml.utils.persistence.spec:saveBuyerSessionDataSpec
 
wm.b2b.cxml.utils.persistence.spec:saveBuyerSessionDataSpec
WmAribaSupplier. Specification to save the punchout Buyer session data to a session object.
Input Parameters
buyerSessionID
Optional. The session ID of the BuyerData that should be updated.
If you supply an ID, the service implementation should update the entry in the persistence store with the BuyerData. If you do not supply an ID (that is, if you are storing the buyer data for the first time), the service implementation should insert the BuyerData into the persistence store and return an identifier to refer to this entry.
BuyerSession
Record of the form wm.b2b.cxml.utils.persistence:BuyerSession. Contains the punchout buyer session data.
Output Parameters
buyerSessionID
The sessionID of the session object where the BuyerData was stored.
serviceError
Error record indicating if an error occurred.