web services - Why use NuSOAP rather than PHP SOAP? Any benefits? -
as far have scourged web, can see abundance of articles on how setup nusoap , use setup soap server , client in php.
however, none of them seem point advantages of using php's own native soap library. pros/cons between:
- nusoap
- php
- soap
- pear::soap
- zend soap
php's soapclient class requires php5 or above. nusoap , pear soap run on php4. that's main difference. @ last check nusoap wasn't officially compatible php5. had find port put on google code in order run under php5.
that's pretty it. although have run random weird wsdl parsing issues when using php's soapclient opposed nusoap. notably netenberg.com's licensing api. if running php5, you'll want use php's soapclient , save hassle of using external library
Comments
Post a Comment