Not sure if this will be of interest to anyone (or whether recent Marquee releases
may already have done this).
We use the Apache (helma based libs) but we liked the Marquee Proxy concept
so we took a similar, but not quite identical approach to wrapper the xml/rpc
access.
One problem we had was where a client side interface method took a return
value which was an n-dimensional array - the proxy method gets a Vector back
from xml/rpc. So we created some generic Array <> Vector conversion utils, to
automate the conversion e.g.
IF method return value is an array AND
xmlrpc return value is a Vector
THEN
convert vector into array and return the array
Feel free to ignore if you've also done this or don't consider it useful.
-- Rob
SoftSell Business Systems, Ltd.
' testing solutions for a changing world '
+44 (20) 7488 3470
www.softsell.com
ro...@so...
|