Hashtable Mapping

2002-11-05 Thread Lajos Moczar
Hi - I noticed someone posted a question last month about trying to use Axis to access a legacy SOAP server that takes a Hashtable parameter. I'm having the same problem, and there don't seem to be any examples of Hashtable parameters in the samples. My old SOAP call set a parameter like this:

Re: hashtable mapping

2002-10-07 Thread James Black
"Tim C." wrote: > I am just starting to re-write my Apache SOAP code to use AXIS. I want still > to maintain compatability with old SOAP servers. This is fine except for > when I try to send a java Hashtable to the server. Does anyone have an > example of how to serialize the Hashtable in such a

hashtable mapping

2002-10-07 Thread Tim C.
I am just starting to re-write my Apache SOAP code to use AXIS. I want still to maintain compatability with old SOAP servers. This is fine except for when I try to send a java Hashtable to the server. Does anyone have an example of how to serialize the Hashtable in such a way that it maintain