Complex return type question

2003-08-15 Thread Harry_Wen
Hi all I have a method which returns a user-defined compelx object ..But this object in turns contains a java.util.Set that contains complex type elements. Each of the elements again contains complex type objects. I want to call this method(LogIn) in .NET front end. How do I deal with this object

complex return type question

2003-07-15 Thread Sameer Bombatkar
Hi all I have a method which returns a user-defined compelx object ..But this object in turns contains a map.I want to call this method in .NET front end. I guess there is no direct support for Maps in .NET and one has to convert that Map into an array of JavaBean. How do I deal with this obje