Which is better PHP SOAP or NuSOAP?
问题 Which is better PHP SOAP or NuSOAP ? Please help me out ? 回答1: PHP SOAP is available since PHP 5.0.1 . If you are in PHP4, you have to use NuSOAP. Native PHP codes are usually better in performance & relatively bug free, so if PHP SOAP is available, use it. More, NuSOAP has not much documentation on their official website. 回答2: Although there is some nuance to mention, I think NuSoap is better: Nusoap has some predefined methods that in case of using Soap you should write some of your own.