views:

187

answers:

0

I'm consuming an XML RPC service using PHP. The Server is also PHP and for development purposes it's running here on my local machine.

I'd love to be able to step thru the XML RPC server code. Is there any way to do this?

Logically I didn't think it would work, but just for kicks I tried setting breakpoints in the Server code and then running the client under the debugger but, naturally, there was no way for me to step into the actual XML RPC call.