Hi there,
I'm writing a SOAP service where interoperability is of utmost importance. I've read a few of the other posts on this, and people seem to be saying that Hashtables and the like are not interoperable. The best strategy seems to be writing a basic "Entry" bean with key value pairs, using the BeanSerializer and accepting an Array of them instead of a Map?
Is this the best way to attack the problem?
Cheers
Mark C