This message is just to admit that it was my problem. XML-RPC was completely innocent. It works fine.
Details: A method called by the method invoked via xml-rpc was not found. The exception was forwarded wrapped in XmlExpection and misled me. When I changed to return value String, I have commented out the call to this missing method. That's why the error was gone. Stan Berka At 08:42 AM 7/9/2002 -0400, you wrote: >Can you post code for review? > > > To: XML-RPC User Mailing List > > Subject: Method returning a Vactor: "no such method found" > > > > If I change the method return value to String, without changing the > > client, > > it all works fine (the client casts the return value to a Vector). But I > > need the method to return a Vector. > > Stan Berka Programmer Annalyst Portland, OR Pope & Talbot (503) 552-4315 Fax (503) 2202726
