Benefits of nuSOAP WebService?

I am writing a demo web service in PHP using nuSOAP.

I wanted to know what is the advantage of nuSOAP for SOAP PHP5 class.

It is also a test web service for use as a model.

I was wondering what typical scenarios (common for web services, not just PHP) should I check for example. providing a web method that returns an object from the server that returns a list of elements.

+3
source share
2 answers

The only advantage of IMO is that it has a set of PHP classes and does not require a PHP extension. .

, - PHP SoapClient, .

-, : soapUI.

+6
0

Source: https://habr.com/ru/post/1762658/


All Articles