Why use Nusoap rather than PHP SOAP ? Any benifits ?

Posted by WarDoGG on Stack Overflow See other posts from Stack Overflow or by WarDoGG
Published on 2010-04-28T09:44:16Z Indexed on 2010/04/28 16:33 UTC
Read the original article Hit count: 358

Filed under:
|
|
|

As far as i have scourged the web, i can see an abundance of articles on how to setup Nusoap and use it to setup a soap server/client in PHP.

However, none of them seem to point to any advantages of using it than PHP's own native SOAP library. Can anyone tell me what are the pros/cons between :

  • Nusoap
  • PHP
  • SOAP
  • PEAR::SOAP
  • Zend SOAP

© Stack Overflow or respective owner

Related posts about soap

Related posts about php