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 
back compatability?

So, ideally I want an equivalent to:

Vector params = new Vector();
params.addElement(new org.apache.soap.rpc.Parameter("INPUT",                 
                   Hashtable.class,dataToTransfer, null));

Many thanks!

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

Reply via email to