From: jha m. <jh...@ya...> - 2001-11-30 23:44:42
|
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 |