SAP 和 PeopleSoft 使用 Web 服务复杂对象

发布于 2024-11-10 03:58:52 字数 99 浏览 0 评论 0原文

我们正在创建一个 Web 服务,它将接受一个复杂的对象作为参数。如果 SAP 和 PeopleSoft 需要使用该服务并创建对象以作为参数传入,这会成为问题吗?

谢谢!

We are creating a web service that will take a complex object as a parameter. Will this be an issue if SAP and PeopleSoft need to consume the service and create the object to pass in as a parameter?

Thanks!

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

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

发布评论

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

评论(1

ㄟ。诗瑗 2024-11-17 03:58:52

如果 WSDL 已完善,并且 PeopleSoft 和 SAP 都可以创建 SOAP XML 请求并将它们发送到 URL,那么两者都应该能够使用您的服务。

关键是将复杂对象编组到 XML 或从 XML 编组和解组。 PeopleSoft 和 SAP 都无法处理您的对象。他们必须从 XML 中获取所需的一切,不多也不少。

首先为您的服务建立请求和响应合同,其余部分如下: 合同第一网络服务。

If the WSDL is well-established, and both PeopleSoft and SAP can create SOAP XML requests and send them to a URL, then both should be able to work with your service.

The key will be marshalling and unmarshalling your complex object to and from XML. Neither PeopleSoft nor SAP will be able to deal with your object. They'll have to get everything they need from XML, no more and no less.

Start by establishing the contract for request and response for your service, and the rest will follow: contract first web service.

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