Thomas, Although I can offer no help with this, im very interested in what you are trying to do here, ie interop with dot net using a Map type.
Looking at Sam's lastest interop results http://www.apache.org/~rubys/ApacheClientInterop.html it appears this is still not possible. Is there some suggestion that by using the lastest build this may be possible? Any feedback from anyone on this would be most appreciated. Cheers Adam -----Original Message----- From: Thomas Börkel [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 9:43 AM To: Axis Mailinglist Subject: Interop with .NET: Hashtable as parameter HI! Using the nightly build from 2002-02-06. If I have a method with a Hashtable parameter, then Axis generates a Map type and a Dictionary type in the WSDL. .NET then creates 2 extra proxy classes: Map and Dictionary, where Map derives from Dictionary, but Dictionary is an emtpy class. Therefore, this is totally useless in the .NET client. Now, who does something wrong here? I know, that there is also a standard Dictionary class in .NET, that maybe could be used for this, but this has to be a coincidence that it has the same name as the WSDL type, right? Anyone? Thanks! Regards, Thomas