From: Greger O. <gre...@ma...> - 2001-12-01 10:04:49
|
Hi, When we designed the library we wanted to use it in situations where memory and processing power was limited (like with the TINI-board), so we wrapped all logging code in if-statements so that the bytecode dealing with logging could be removed. To switch on DEBUG logging (which would include logging the raw XML) you must update bthe Trace.java file and recompile. Currently, there is no bytecode included for DEBUG logging. Also, we don't indent the XML sent between endpoints, it's just a long string, so you won't get nicely formatted output. Regards, Greger ----- Original Message ----- From: "jha miku" <jh...@ya...> To: <Xml...@li...> Sent: Saturday, December 01, 2001 12:43 AM Subject: [Xmlrpc-users] regd request and response > Hi > > How do I get the method request and response in > XML format > > I mean how do I trace the response/request > from XML-RPC to get something like this > > Example Request > <?xml version="1.0"?> > <methodCall> > <methodName>Security.verifyUser</methodName> > <params> > <param> > <value><string>myUsername</string></value> > </param> > <param> > <value><string>myPassword</string></value> > </param> > </params> > </methodCall> > > > __________________________________________________ > Do You Yahoo!? > Buy the perfect holiday gifts at Yahoo! Shopping. > http://shopping.yahoo.com > > _______________________________________________ > Xmlrpc-users mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlrpc-users |