Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

ThinkPHP Blog:
Extending class SoapServer (PHP5) for debugging
Jan 04, 2007 @ 20:17:30

On the ThinPHP Blog today, there's a new post that talks about extending one of the newer bts of functionality to be added into the PHP core - the SOAP functionality. Specifically, they look at extending the SoapServer class to help with debugging.

For long-term reasons (it's a large multi-year project) and to provide more comfort for our customer (internal monitoring) and the communication from us (the development team) to the external entities (internal/external consumers of the webservice), we decided to improve the debugging capabilities of the SOAP service.

They give a code example of how to use this extension functionality. The script is set to make a request to a remote server and store all of the response information in an easy to use standardized error handling functionality.

tagged: soap soapserver extend php5 debugging soap soapserver extend php5 debugging

Link:


Trending Topics: