nuSOAP WebService 的优点?
我一直在使用 nuSOAP 用 PHP 编写一个演示 Web 服务。
我想知道 nuSOAP 到 SOAP PHP5 类的优点是什么。
此外,这是一个用作模型的测试 Web 服务。
我想知道我应该测试哪些典型场景(一般用于 Web 服务,而不仅仅是 PHP),例如提供一个从服务器返回对象的 Web 方法,返回一个项目列表。
I've been writing a demo web service in PHP using nuSOAP.
I wanted to know what is the advantage of nuSOAP to SOAP PHP5 class.
Also, this is a test web service to use as a model.
I was wondering which were the typical scenarios (general to Webservices, not just PHP) I should test out e.g. providing a web method that returns an object from the server returning a list of items.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
IMO 的唯一优点是它是一组 PHP 类并且不需要 PHP 扩展。
因此,如果您的虚拟主机使用旧版本的 PHP 或者未安装了 SoapClient 扩展,您可以使用它。
要测试 Web 服务,有一个很棒的工具:soapUI。
The only advantage IMO is that it is a set of PHP classes and No PHP extensions are required.
So, if your webhost uses an older version of PHP or does NOT have SoapClient extension installed, you can use this.
To test the webservice, there is an awesome tool: soapUI.
我可以告诉一个。
Nusoap 可以提供 wsdl uri。
例如
https://www.domain.com/nusoap?wsdl
I could tell one .
Nusoap could provide wsdl uri.
e.g.
https://www.domain.com/nusoap?wsdl