yone know how to get around these limitations ? One possible
way is to pass an array of name-value pairs as a substitute for a
map but that is so ugly.
Any other suggestions ?
>From: "Peake, Chris" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subj
Using a web service to return HashMap. The Java Axis web services consumer
app then works perfectly. However, when I try to register the web service
in a .NET C# app, I am getting an error of "Object reference not set to an
instance of an object". This actually worked when using a Hashtable i