Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Advantages of nuSOAP WebService?

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.

like image 505
Nacho Avatar asked Jan 27 '26 13:01

Nacho


1 Answers

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.

like image 109
shamittomar Avatar answered Jan 30 '26 03:01

shamittomar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!