Hi All, is there any possibility to create a XmlRpcReaquest object from, for example, a XML file or character stream containing a single XML-RPC method call in the format described by the XML-RPC Specification?
Why I need this: 1. I have a XML file with a XML-RPC method call. 2. I read the file and create an XmlRpcReaquest object from that data. 3. Pass this object to the XmlRpcClient.execute to perform the call. I use XML-RPC 3.1.2 -- Regards, Sergiy S. Kolesnikov