On 13 Aug 2005, at 11:35, Scott Lamb wrote:
2. How would dynamic structures work? Our existing XML-RPC-based protocol has a method called GetSettings; it's passed a Vector of setting names and returns a Hashtable of setting names to values. We can't generate code based on this <struct>, since the members aren't known at compile time.
Actually, I see now that you've got both "org.apache.xmlrpc.jaxb.JaxbTypeFactory" and "org.apache.xmlrpc.common.TypeFactoryImpl". The latter seems able to handle what I want. In fact, it's better than before - I'm happy to see it using Map and List instead of the pre-collections stuff. Maybe I should just be using it for my existing application.
Regards, Scott -- Scott Lamb <http://www.slamb.org/>