Mike, (thanks for the reply)
I just realised I was making the call asynhronously so I wasn't getting any error now I got what I explected, NoSuchMethodException. It tries to find a method with 47 String parameters ! Which after all is what one would expect but how do I tell it to find a method with ONE vector parameter ? Is that possible ? Thanks ! Manolis > What is the error you are seeing? Vectors are legal and translate to an > XML-RPC array. > > However, don't forget that the contents of the vector must also be xml-rpc > compliant: > > String > int > vector > hashtable > > Mike
