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