Re: .Net question using HashMap from Axis

2002-04-23 Thread Cun Yong Tan
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

.Net question using HashMap from Axis

2002-04-19 Thread Peake, Chris
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