cancel
Showing results for 
Search instead for 
Did you mean: 

payloadID for cXML message

Former Member
0 Kudos

I am trying to map a purchase order from SRM in xml format to cXML and send it to a vendor system using http receiver adapter.

The cXML tag has an attribute called payloadID. I guess this should be a system generated value.

Any idea what value or system variable can be used to complete the mapping for this field and how?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi James,

Check if this link helps u...

http://www.iwaysoftware.jp/pdf/iWay_SAP_TechBrief1.pdf

and to have trial SAP adapter for the same u can go to

http://www.iwaysoftware.com/products/adapter_factory/jca_trial.html

Also HTTP receives the data only in XML format.And in case the output of receiver HTTP adapter is needed in any other format, this will not be possible...In such cases you can use the SOAP adapter in no-SOAP mode. Then you can transform the XML to the required format with the adapter module MessageTransformBean.

I hope it helps.....

Regards,

Abhy

Former Member
0 Kudos

Abhy,

I am not looking for special adapters. Target vendor is expecting cXML through https service. I have the cXML message type that I created from example message from vendor (or I could have created it from the DTD from cxml.org). I am mapping the source message which is the xml from SRM system to the cXML required by target system. How to access system fields like payloadID to include in the mapping? Other fields like purchase order number, item, amount etc. are straightforward in the mapping.