"David Oppenheim" <[EMAIL PROTECTED]> writes:

> Can anyone help me interpret the debug data I printed out (see below)?
> 
> The lines starting with ===>>> are generated by my program.  The other lines
> are from the debugger.
> 
> I'm trying to do a call to a remote procedure that takes 6 params.  I
> actually see the procedure being invoked and returning a valid Hashtable.
> So, I believe the exception occurs when the system is placing entries into
> the Hashtable I set up to collect the return value.
> 
> Also, are there any known problems with sending Integer values as params?  I
> was getting errors until I changed the param to a String.

They're probably not mapped correctly:

http://xml.apache.org/xmlrpc/types.html
-- 

Daniel Rall <[EMAIL PROTECTED]>

Reply via email to