How to use NuSoap with PHP 5
Seems by just renaming the soapclient class and constructor you can ‘patch’ NuSoap to work with PHP5.
I’ve renamed the constructor and the class to soap_client and it all works.
Thanks to Vivek Jishtu for the original tip.
http://vivekjishtu.blogspot.com
Technorati Tags: php5, nusoap, SOAP, php, web development