HI! Has anyone managed to map a Java Hashtable (parameter or return value of a Java SOAP server) to a useful class in a .NET client?
.NET generates 2 extra empty classes from the WSDL: Hashtable and Dictionary, where Hashtable derives from Dictionary. But that's unusable, because both classes don't have any members. I would think, that the Hashtable should be mapped to System.Collections.Hashtable or something like this in .NET. Anyone any experience or ideas about this? Thanks! Regards, Thomas
