Re: Migrating from xmlrpc-1 to version 3

2009-04-02 Thread Daphna Wasserman (dwasserm)
Thanks for your reply. Adjusting our objects to the XML-RPC datatypes and other pieces of the code would have been costly & time consuming. We have, instead, created a single handler which dispatches all requests to the relevant services. I have posted another query regarding an exception we get

Re: Migrating from xmlrpc-1 to version 3

2009-03-24 Thread Jochen Wiedmann
On Tue, Mar 24, 2009 at 9:00 AM, Daphna Wasserman (dwasserm) wrote: > We have been using xmlrpc-1.jar in our application for a while,and are > currently trying to migrate to the latest version (3.1.1) > Today, on the server side, we have a class which implements > XmlRpcHandler and handles all in

Migrating from xmlrpc-1 to version 3

2009-03-24 Thread Daphna Wasserman (dwasserm)
Hi, We have been using xmlrpc-1.jar in our application for a while,and are currently trying to migrate to the latest version (3.1.1) Today, on the server side, we have a class which implements XmlRpcHandler and handles all incoming XML-RPC requests. In order to migrate to 3.1.1, it is necessary t