SOAP:在 java 中使用 API 来实现互操作性
问题可能很简单/被问了很多次。
无法获得正确答案(包括 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为只要不创建任何循环数据结构就不会受到限制,因为这些数据结构在 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).