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.
Nacho source
share