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
1
vote
2 answers

What is the standard cXML way of sending shipment method in a purchase order?

In cXML, was is the correct and expected way to specify the requested shipping method and carrier for a purchase order? For example, how would I request USPS Priority Mail? It seems to require a mixture of ShipTo > CarrierIdentifier and Shipping >…
dstj
  • 4,800
  • 2
  • 39
  • 61
1
vote
0 answers

cXML punchout handlers in a RESTful manner

This is in the same context as this question:- http://stackoverflow.com/questions/25515578/cxml-punchoutsetuprequest-and-punchoutsetupresponse-examples-in-c-sharp What is the best way to achieve the RESTful equivalent of this? Can they be 3 API…
GilliVilla
  • 4,998
  • 11
  • 55
  • 96
1
vote
2 answers

cXML Processing and Samples

I have few questions related to cXML (commerce eXtensible Markup Language). As I understand cXML document is constructed based on XML Document Type Definitions (DTDs). Acting as templates, DTDs define the content model of a cXML document, for…
Coder
  • 31
  • 5
1
vote
2 answers

Quote to Order Reference in punchout

I am trying to figure out how to maintain the quote to order reference when a buyer retrieves a quote/order from my punchout catalog. What I mean by this is, when the supplier catalog sends back the products to the buyer's requisition system in a…
StuckOverflow
  • 991
  • 2
  • 10
  • 21
1
vote
3 answers

XSD for a cXML file

I wonder if someone could help me to find an XSD of an cXML file (used for Ariba punch out e-commerce transactions). Best regards, Stef
markoste
  • 41
  • 2
  • 4
0
votes
1 answer

Create the cXML punch-out API in the Determine P2P application django project

I created an e-commerce site with django. I would like to integrate a cXML punchout to link the ecommerce site and the systems of my buyers, I would like to know here how to configure the cXML file below:
0
votes
0 answers

Sending and Receiving cXML PunchOutRequest in rails

I'm trying to integrate Ariba in my Rails application. Ariba uses cXML to punch out the data I need. I found the gem https://github.com/officeluv/cxml-ruby so I can parse and create cXML request. But finding difficult in punching out the request. I…
Abhishek Aravindan
  • 1,432
  • 6
  • 23
0
votes
0 answers

“Content is not allowed in prolog” when parsing XML

I am parsing XML via the following java code: DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); factory.setValidating(true); factory.setNamespaceAware(true); DocumentBuilder builder = factory.newDocumentBuilder(); XPath…
Nuri Ensing
  • 1,899
  • 1
  • 19
  • 42
0
votes
1 answer

SAP Hybris adding Doctype to cXML Punchout

Currently our cXML Punchout implementation (SAP hybris standard) does not print the Doctype on a response. The the endsyste needs it: Wed Sep 02 00:19:42 PDT 2020 (T12:prealm_1234:global\c1234:PasswordAdapter1:db2wer:C123_UI1) …
Mr.Tr33
  • 838
  • 2
  • 18
  • 42
0
votes
1 answer

cXML request - unknown attributes

I received one document from the supplier that describes how I can send the cXML request to purchase orders from their website. They send me an example, but I'm not sure do we need to make some sort of connection, because here we have : Credential…
user13658279
0
votes
1 answer

Session problem in cXML Punchout in Struts2 Java

We have created a punchout (cXML Punchout) supplier site which integrates with Ariba. It is working fine when tried in google chrome with frames environment but keeps on losing its session in IE for the same Frames Environment. When we pass…
Warrior
  • 3,184
  • 12
  • 44
  • 53
0
votes
1 answer

How to return xml from Web Api

I'm trying to return the following xml from a web api
JohnL
  • 99
  • 3
  • 12
0
votes
1 answer

Problem cxml PunchoutSetupRequest in Struts2... while receiving request

I am using servlet to receive request in Struts2 for cXML punchout module, the XML document will be sent with request in stream and I had used request.getInputStream() and request.getReader() to receive but when the request hits my servlet from…
Warrior
  • 3,184
  • 12
  • 44
  • 53
0
votes
1 answer

Punchout catalogue with nodes

I need to create an punchout enabled catalogue. The end result should be following: Customer should be able to see my site as a supplier in Ariba. He visits the supplier website from within Ariba and add items to the shopping cart. Punchout the…
0
votes
1 answer

Posting CXML back to PunchOut PHP

I am trying to integrate a PunchOut system with a PHP website. I am able to read CXML responses from PunchOut, but I am unable to post CXML data back to the system. My code is below: jQuery.ajax({ url:…
Salim Mujawar
  • 63
  • 1
  • 1
  • 7