cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cXML Integration

Former Member
0 Likes
520

My application supports cXML implementation for punchout and order data exchange. Is there native support for this function in SAP commerce applications? Is there an adaptor SAP uses? I have clients on SAP and I would like to offer an integration to my app using cXML.

Any information on what SAP supports as far as cXML is greatly appreciated.

View Entire Topic
Former Member
0 Likes

Dan,

cXML is perfectly supported by XI, since it is a form of XML file. What you have to worry about is the DTD that is used in the message.

e.g,

<!DOCTYPE cXML "http://xml.cXML.org/schemas/cXML/1.2.013/cXML.dtd">

The happy news is that XI supports DTDs,

http://help.sap.com/saphelp_nw04/helpdata/en/26/9e97b0f525d743882936c2d6f375c7/content.htm

I hope this helps you!

Best Regards,

Felix