Hi,
I'm currently evaluating nuSoap inside phpEd 4.6.
I'd like to know if there is a way to debug the server?
I appended "DBGSESSID=d=1,p=0,c=1" to the webservices url in the client:
$client = new soapclient( 'http://localhost/test/webservices.php?wsdl&DBGSESSID=d=1,p=0,c=1', true) ; |
When I put a breakpoint at the very top of my nuSoap server file and open the client within an outside browser window, it breaks correctly.
But I'm unable to:
1) Put a breakpoint inside a registered public function on the server and have it to break when the client calls it (this is my main problem)
2) Debug the server AND the client at the same time (less important since it's the server that I want to debug)
Any help?
Thanks!
Roger