how to debug xmlrpc php code

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
yliu
TestLink user
Posts: 2
Joined: Wed Jul 07, 2010 8:11 pm

how to debug xmlrpc php code

Post by yliu »

Hello,

I am facing a problem. When I call reportTCResult through xmlrpc, some special characters like '<', '>', '&' in 'notes' are missing in the database which results in the test result html link failure. After some debugging, I know the problem is in xmlrpc server side. In order to find out who eat those special characters, I want to print out 'notes' which is going to be written to DB in 'reportTCResult' function. Could somebody tell me how do I debug this problem? Any help is appreciated!

Thanks,
Yan
Post Reply