Eric BOYER <[EMAIL PROTECTED]> wrote: > my problem comes from my PHP Client. > with
> $myArray = new xmlrpcval(
> array(
> 1 => new xmlrpcval("Tom"),
> 3 => new xmlrpcval("Dick"),
> 5 => new xmlrpcval("Harry")
> ),
> "array");
> you are suppose to receive an Hashtable
Now I'm suprised, because you are using this, but your Java server
expects a Vector. Hmmm, perhaps this is a Vector with 5 or 6 elements,
some of them are undefined?
Regards
Christoph
