问题标签 [cxml]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
57 浏览

c# - .Net 中是否存在任何 cXML 服务器

我需要将 cXML 数据集成到 ERP 中,遗憾的是这个 ERP 不支持 CXML,所以我想使用 cXML/HTTPS 服务器来获取 cXML 数据然后解析它。

我正在 c#/.net 中寻找一个 HTTPS 服务器,以便接收这些 cXML 流。

我从未处理过 cXML,它似乎只是一个“xml”。

有人已经在处理 cXML 了吗?一个简单的 https 服务器就足以获取 cXML 流,还是我走错了路?

非常感谢,

0 投票
0 回答
37 浏览

c# - 如何从自动生成的类(xsd)中实现 xml 序列化

尝试通过 xsd从官方 cxml 规范 ( http://cxml.org/ ) 自动生成的 ac# 类创建 cxml 请求。我可以序列化标头,也可以序列化 setupRequest,但是在尝试序列化整个 cxml 时不断出错。我想知道是否有人知道如何正确实现 cxml 规范中的类。由于自动生成的类是 38401 行,所以我没有在此处包含它,并且我不确定如何共享它。

-- 跳过数据实现,因为我已经成功序列化了 setupRequest 和 header ---

我似乎也无法用其中的 setupRequest 序列化 requestWrapper。

0 投票
0 回答
45 浏览

amazon - Amazon Punchout cXML ConfirmationRequest 接收方 URL 配置

我们完成了亚马逊的打孔功能,并能够进行 OrderRequests。我需要有关如何接收 cXML 格式的订单确认的帮助。我们有一个接受 cXML ConfirmationRequest 的端点 URL。但是在哪里提供这个 URL 以供亚马逊访问?我仍然在 OrderRequest cXML 中使用了 Followup 标签,我们没有收到订单确认

0 投票
0 回答
24 浏览

amazon - 什么是亚马逊打孔服务器 ProfileRequest URL?我在哪里可以找到它?

什么是亚马逊打孔服务器 ProfileRequest URL?我在哪里可以找到它?

0 投票
0 回答
104 浏览

api - 使用 Ariba Cloud Integration Gateway 发送和接收 cXML

我即将实施一个从 Ariba 接收采购订单并将发票发送到 Ariba 的解决方案。在 Ariba 中处理此问题的模块称为 CIG(云集成网关)

当在 Ariba 中创建新 PO 时,它会被推送到我的 url,当在我们的系统 (SQL) 中创建发票时,它会被推送到 Ariba url。

该应用程序需要监听来自 Ariba 的请求,并且还能够监听我们系统中 SQL 数据库中的新发票并将它们发布到 Ariba。

我在 Visual Studio 2019 中,更喜欢 c#,但不确定我应该创建什么样的项目来处理这种操作。

采购订单和发票都是使用 HTTP 协议的 cXML 格式。

处理此操作的好的解决方案/项目是什么?

0 投票
0 回答
19 浏览

xml - Working out what character encoding Ariba sends and converting to a proper file

I am downloading a file from the Ariba network using cXML (basically XML) and it has provided an attachment in the content. I have tried every type and tool I can to try and convert the attachment but haven't been able to work out what it is.

The actual file results in a .eml file, which I can download separately using the web interface, so I have the end result as a comparison.

Does anyone recognise this kind of encoding and how to convert it to an actual file. Windows based. Any language is ok, I use Delphi specifically but once I know the process I can adapt.

Which converts into:

Note this is only a portion of the file, the actual file is too long to post here. I am hoping someone can recognise the encoding format with all the x characters.