Server-side SOAP debugging in PHP
Debugging SOAP in PHP can be really time intensive.
I found the best practice debugging SOAP is using a log file. I use this code to catch exceptions in the server implementation:
Posted on August 30th, 2008 by anty
Filed under: development | No Comments »