Questions tagged [cxml]

"CXML" may refer to either (1) Commerce XML (cXML), a protocol intended for communication of business documents; or (2) Collection XML (CXML), the schema used to describe structured data to be displayed in the PivotViewer collection experience.

Commerce XML (cXML) is a protocol created by Ariba (now SAP Ariba; ) which is intended for communication of business documents. Please use instead.

Collection XML (CXML), originally from Microsoft, is the schema used to describe structured data to be displayed in the PivotViewer collection experience. Please use instead.

(In both cases, is the eXtensible Markup Language.)

40 questions
0
votes
1 answer

What is the difference between cXML and XML? Will XML tools work with cXML?

I'm suddenly working with cXML and I have a few question about it. What is the difference between cXML and regular XML? Can I use XML tools on cXML? Is there anything recommended to work with cXML in a .NET stack?
Joe
  • 212
  • 2
  • 11
0
votes
1 answer

CURL POST with Python

I am trying to POST a multipart/base64 xml file to portal using the following in python. How can i run it in Python? curl -X POST -H 'Accept: application/xml' -H 'Content-Type: multipart/related; boundary=;…
David D
  • 31
  • 8
0
votes
0 answers

How to implement xml serialization from an auto generated class(xsd)

Trying to create a cxml request from a c# class auto generated from the official cxml specification(http://cxml.org/) through xsd. I can serialize the header, and I can serialize the setupRequest, but I keep getting errors when trying to serialize…
0
votes
0 answers

Is there any cXML server which exist in .Net

I need to integrate cXML data in an ERP, saddly this ERP doesn't support CXML, so i was thinking to use a cXML/HTTPs Server to get the cXML data then parse it. I'm looking for an HTTPS server in c#/.net in order to receive these cXML stream. I never…
Walter Fabio Simoni
  • 5,671
  • 15
  • 55
  • 80
0
votes
2 answers

Parse cXML file

As a response I am getting the below cXML, and its not getting parse if I am using XSLT.
Yatan
  • 89
  • 5
0
votes
1 answer

Cant validate simple (or complex) XML with DTD using c# and vs2017

I've been working on an issue trying to validate an XML document with its associated DTD file. Initially I tried converting the example from the (Micorsoft Article) and then read through the post in another Stack-Overflow article (here). In both…
Karl
  • 912
  • 2
  • 16
  • 28
0
votes
1 answer

Concatenate using XSLT v1.0 in XML to XML transformation

I am doing an XSLT stylesheet to transform from XML to XML, the layouts are very different and my case is causing a headache. I can only use XSLT 1.0 and I'm not finding the way to do it. Input File
Elio Copas
  • 11
  • 3
0
votes
1 answer

Problem while retrieving hidden parameter with CXML text as value from Struts2 Project to Simple JSP project

Am passing a cxml document text from Servlet to JSP in struts2 and the jsp will submit form BODY onload with action = "to Second Project" also the same cxml text been passed in hidden parameter and its working fine, but when i try receive the value…
Warrior
  • 3,184
  • 12
  • 44
  • 53
0
votes
1 answer

cXml how to add tag using predefined class

I have problem with adding tag element to cXml document. I'm using predefined class for serialization from cxml.org. I want to add tag named SharedSecret to existing document. It should look like:
KrisJuris
  • 3
  • 3
0
votes
1 answer

Can't access attributes from XML response using simplexml_load_string

I'm trying to use simplexml_load_string to get the Status and Text values from the following XML response;
doubleplusgood
  • 2,486
  • 11
  • 45
  • 64
0
votes
1 answer

What is the best way to implement a B2B communication?

For my bachelor´s degree I got the task to implement a B2B communication for an ERP system developed by the company I currently work for. Because it should also be able to communicate with other software I consider using EDI messages (EDIFACT) or…
Button
  • 3
  • 2
0
votes
1 answer

Returning different statuscode in cXML must I also send HTTP Statuscode back?

In CXML if the Sender credentials was not correct then in my cxml I send this as a response back to the sender of the cXML post: Credentials provided in the Request (the Sender element) were not recognized by…
Nuri Ensing
  • 1,899
  • 1
  • 19
  • 42
0
votes
1 answer

How to add cxml doctype using XSLT

I am generating correct cxml but doctype is missing in the beginning. How can I add the below doc type after and copy the remaining xml using XSLT mapping.
0
votes
0 answers

Error while attempting to simulating an http post containing XML on localhost

I'm sure this is simple, but I'm missing the forest for the trees... I need to simulate an HTTP Post to my localhost so I can test some response and request routines to ensure that I'm receiving and sending the XML required correctly. After some…
SnagQueensHubby
  • 185
  • 1
  • 12
0
votes
2 answers

How do I fix this Error 500 when trying to connect to a web service?

I am trying to connect to a cXML Web Service using Visual Studio 2010 .NET 4, and when I try to Add a Service Reference to the project using the URL I get the following error (i have masked the url for privacy) why am I getting this error and how…
nimblebit
  • 473
  • 3
  • 11
  • 22