On Mon, Apr 14, 2008 at 1:05 AM, eejimkos <[EMAIL PROTECTED]> wrote:

>  (HashMap<String,List<String>>)client.execute("Open.OpenEnvironment1",
>  params);

I am not exactly sure, what you receive, but

  - Generics are a no
  - The List<String> is converted into an Object[]

Possibly other problems may be there as well. I recommend that you try
to use the

    
http://ws.apache.org/xmlrpc/apidocs/org/apache/xmlrpc/client/util/ClientFactory.html

See the section on "Dynamic Proxies" on
http://ws.apache.org/xmlrpc/advanced.html for how to use that.


Jochen




-- 
Look, that's why there's rules, understand? So that you think before
you break 'em.

 -- (Terry Pratchett, Thief of Time)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to