Just wanted to answer my own post. You can examine the XML RPC format on the client side in the XmlRpcStreamTransport.sendRequest() after it has instantiated a ReqWriter to write the request. If you are using eclipse just set a breakpoint after the writeRequest call and then examine the contents of the reqwriter's boas attribute.
-Andrew -----Original Message----- From: Andrew Norman [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 10:53 AM To: xmlrpc-dev@ws.apache.org Subject: is there anyway to manually examine the XML input and output with the XMLRPC server? I have a situation where another entity wants to call my system (that's implemented via apache's XML RPC). The issue is that his system is manually writing and parsing the XML sent and received and is having issues formatting the send parameters correctly. Since I build my system with apache's XML RPC server implementation and test it with the client implementation, I haven't found a good way to determine a way to log or examine the source XML that's coming in with the request. The idea being that I could compare the correct schema created by my testers with the incorrect schema that his system is sending. Is there an undocumented way to log the format of incoming schema with the Server or could the XML RPC client itself log the schema it is sending on its side? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]