Hello, ## Mark Chaimungkalanont : Fri, 29 Oct 2004 17:07:25 +1000
MC> Hi there, I'm writing a SOAP service where interoperability is of MC> utmost importance. I've read a few of the other posts on this, and MC> people seem to be saying that Hashtables and the like are not MC> interoperable. The best strategy seems to be writing a basic MC> "Entry" bean with key value pairs, using the BeanSerializer and MC> accepting an Array of them instead of a Map? MC> MC> Is this the best way to attack the problem? To achieve maximum interoperability, it is better to design WSDL contract and create program code from it. Regards, Egor Pervuninski [EMAIL PROTECTED]