Questions tagged [cxml-commercexml]

Commerce XML (cXML) is a protocol intended for communication of business documents.

Commerce XML (cXML) is a protocol intended for communication of business documents.

35 questions
10
votes
1 answer

cXML PunchOutSetupRequest and PunchOutSetupResponse examples in C#

I'm trying to implement punchout catalogs on our eComm site. Honestly, the documentation for cXML is a mess and all the code examples are in javascript and/or VB.Net (I use C# and would rather not have to try and translate). Does anyone out there…
SnagQueensHubby
  • 185
  • 1
  • 12
7
votes
1 answer

What is the best way to read and write cXML documents in C#?

I know this is a vague open ended question. I'm hoping to get some general direction. I need to add cXML punchout to an ASP.NET C# site / application. This is replacing something that I wrote years ago in ColdFusion. I'm a reasonably experienced C#…
tetranz
  • 1,932
  • 3
  • 24
  • 32
6
votes
3 answers

C# and cXML - Best way to do it

Does anyone have worked with cXML and C#? I'm working in a project that will need to create cXML files (integration will Dell's electronic Purchase Ordering system) and have found some libs like this one, but now I wonder if anyone here has another…
wtaniguchi
  • 1,324
  • 14
  • 22
5
votes
1 answer

Deserializing cXML to C# Class

I'm trying to deserialize a cXML string into C# classes. However, when deserializing, I can't seem to get anything other than the root element to deserialize. How to Deserialize XML document seemed to provide the most help, and using that example…
Rafiki
  • 630
  • 1
  • 8
  • 22
2
votes
0 answers

Redirect request to persist POST method? (cXML)

I have integration that uses cXML standard, where customer connects from his own system, to our system, to buy goods and then to be redirected back to his own system, with all those goods created in his system. We already implemented this to work…
Andrius
  • 19,658
  • 37
  • 143
  • 243
2
votes
2 answers

Ariba Response For Setup Request

I have a question about Ariba punchoutSetupRequest. My API response is like this:
Hoang Do
  • 45
  • 5
2
votes
0 answers

How to integrate the cxml file with magento for punchout?

We have the cxml file which we have to convert into API format. So what way it will be easy to integrate in Magento.
agskarthik
  • 119
  • 1
  • 7
2
votes
0 answers

In Classic ASP reading cXML Files, is it required to point your dtd link to local files?

Unfortunately, we've inherited an old Classic ASP site and are writing new code for a round trip punch-out site. Reading in the cXML file, we're continually erroring out on the 2nd line !DOCTYPE cXML SYSTEM "http://xml.../cXML.dtd. If we capture the…
Alan Ray
  • 21
  • 2
2
votes
2 answers

cXML parameters on punchOutSetupRequest

Currently we are implementing cXML punchout system. What should we insert for the identity in the Header? sample:
65652314
1
vote
0 answers

Sending and Receiving cXML using Ariba Cloud Integration Gateway

I am about to implement a solution that receives Purchase orders from Ariba and send Invoices to Ariba. the module for handling this in Ariba is called CIG (Cloud Integration Gateway) When a new PO is created in Ariba it is pushed to my url and when…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
1
vote
1 answer

cXML and woocommerce for a punchout system

I'm looking to integrate a cXML with woocommerce for a punchout system, and I have no idea where to start. I was given the documentation found here: http://xml.cxml.org/current/cXMLGettingStarted.pdf Any pointers on where and how to set this up? TIA
arimimza
  • 21
  • 1
1
vote
2 answers

Catch CXML-Urlencoded with PHP. Not POST or GET

Is there other ways to receive a form other than POST, GET, COOKIE, SESSION and RAW? I explain: I'm trying to implement cXML Punchout with PHP but it seems that I'm not receiving the information as is usually sent. I try to catch it with PHP, GET,…
Uriel
  • 352
  • 5
  • 17
1
vote
2 answers

Sending cXML punch out PunchOutOrderMessage back to web site for Ariba

I am working on making an existing small website compatible with the Ariba punchout. I can read the incoming setup, do a response and then redirect them to a valid login back to the website. On the Ariba punchout tester, this all works correctly…
Darren
  • 67
  • 1
  • 6
1
vote
2 answers

Why my Ariba cannot parse my response API?

My Ariba network cannot parse my document cXML response. At Ariba screen I have this response:
Hoang Do
  • 45
  • 5
1
vote
1 answer

Handle cXML messages in BizTalk

I need to get cXML message from Ariba in BizTalk do some processing and send as cXML to another endpoint. Please suggest some pointers to how this can be done in BizTalk 2013.
Rosebud
  • 138
  • 1
  • 11
1
2 3