Technical information on this site may be out of date : no updates since 2015

Debugging SOAP with Xdebug and Eclipse

October 14, 2010 , posted under php eclipse xdebug soap

It’s been a while since I’ve worked on a project which is providing as well as consuming web services.

In this case I need to debug incoming requests that are not initiated from with the browser (I’m using soapui as a test tool).

In order to allow Eclipse to pick up xdebug responses triggered by requests from soapui I just needed to

Read More…