How to create an XmlRpcRequest object?

2009-07-19 Thread Sergiy Kolesnikov
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

Re: How to create an XmlRpcRequest object?

2009-07-19 Thread Jochen Wiedmann
Use the XmlRpcRequestParser. Jochen On Sun, Jul 19, 2009 at 5:35 PM, Sergiy Kolesnikovskstu...@gmx.de wrote: 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