vote up 0 vote down star

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.

flag
To clarify: I mean, I want to debug the PHP code that provides the xml rpc "server." I am running 2 applications on my localhost. One at, eg, locahost/rpcServer and another at, eg, localhost/rpcClient. I can step thru the code in the client, as it prepares and formats the request, and then it goes into the PEAR XMLRPC Client code, and then it makes a call to the server (that just happens to be on my localhost too). I want to debug the serverside PHP code. – Encoderer Aug 17 at 19:31

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.