Advantages of nuSOAP WebService?

I've been writing a demo web service in PHP using nuSOAP. I wanted to know which is the advantage of nuSOAP vs 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.Thanks.
 
Back
Top