Debug calling a php web service from another program?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
youareapkman
Forum Newbie
Posts: 1
Joined: Mon Apr 30, 2007 11:27 am

Debug calling a php web service from another program?

Post by youareapkman »

Hi ,

I am writing a blogging client using java to communicate with wordpress .The programe send the request using XMLRPC protocol to the wordpress 's xmlrpc.php .

My question is that how can I debug calling PHP web service from some program which is written in another languages ? I know PhpED has the internal debugger and the remote debugger .But its remote debugger only allow to debug when the request is sent by the web browser but not any program?

Can PhpED debugger to the task that I want or are there any debugger exist in the markets can help me to do it??

Thanks & regards.
Post Reply