SOAP:在 java 中使用 API 来实现互操作性

发布于 2025-01-07 00:47:26 字数 220 浏览 1 评论 0原文

问题可能很简单/被问了很多次。

无法获得正确答案(包括 google--yahoo)。

问题:Java / J2EE sdk 的哪种数据类型 API(列表、数组、字符串、int...)用于

SOAP 消息,以便其他语言也可以使用(例如: - php/.net/cfx/.....)

关于 卡蒂克

Question may be simple / asked many times.

Could not get the Correct answer (including google--yahoo).

Question : Which DataType API's( List, Array ,String,int...) of Java / J2EE sdk to use for

SOAP messages so as the same can be consumed by Other Languages ( eg : - php/.net/cfx/.....)

with regards
karthik

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最单纯的乌龟 2025-01-14 00:47:26

我认为只要不创建任何循环数据结构就不会受到限制,因为这些数据结构在 XML 表示中不可用。

但一般来说,保持对象/类型非常简单通常是最容易的。例如,在使用 kSOAP(旧版本)时,我遇到了深度超过 3 个节点的 XML 结构的问题。

I don't think that you are limited as long as you don't make any circular data structures since those are not available in XML representation.

But it is in general usually easiest to keep your objects/types quite simple. I've for example has problem with XML structures deeper than 3 nodes when using kSOAP (older version).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文