如何学习 SOAP 和 Web 服务?

发布于 2024-10-09 07:13:36 字数 1436 浏览 3 评论 0原文

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

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

发布评论

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

评论(1

染柒℉ 2024-10-16 07:13:36

出色地。如前所述 - 这还有很长的路要走。他们使用基于 SOAP 的 Web 服务吗?休息?你可以从这里开始; http://php.net/manual/en/book.soap.php只是假设您将能够访问 WSDL,但不能保证。如果 Web 服务是基于 REST 的,请查看 Yahoo 建议如何处理它们 (http://developer.yahoo.com/php/howto-parseRestPhp.html),或者查看像 Tonic 这样的 REST 库 (http://peej.html)。 github.com/tonic/)。或者甚至是关于如何处理基于 Google REST 的提要的 IBM 文章:http://www.ibm.com/developerworks/opensource/library/x-gbookapi/index.html?ca=drs-

Well. As mentioned - there is a long way to go with this. Are they using SOAP based web services? REST? You may start here; http://php.net/manual/en/book.soap.php Just making an assumption that you will get access to a WSDL but no guarantee. If the web services are REST based look at the how Yahoo recommends handling them (http://developer.yahoo.com/php/howto-parseRestPhp.html) Or maybe look at a REST library like Tonic (http://peej.github.com/tonic/). Or even this IBM article on how to handle Google REST-based feeds: http://www.ibm.com/developerworks/opensource/library/x-gbookapi/index.html?ca=drs-

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