开发者

Advantages of nuSOAP WebService?

I've been writing a demo web serv开发者_StackOverflow中文版ice 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.


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.


I could tell one .

Nusoap could provide wsdl uri.

e.g.

https://www.domain.com/nusoap?wsdl

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜