On 9/16/06, Mr Alireza Fattahi <[EMAIL PROTECTED]> wrote:
The above works, now we want to show the actual RPC Message in the log. We tried to use below code which shows the RPC Message: log.debug(request.getReader().readLine());
You cannot read a line: That would mean stealing XML text, which the XML-RPC server needs to read. Use a tool like tcpmon or wireshark, that will enable you to see the complete communication between client and server without modifying code. Jochen -- My wife Mary and I have been married for forty-seven years and not once have we had an argument serious enough to consider divorce; murder, yes, but divorce, never. (Jack Benny) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]