1.) We are trying to send a HashMap that contains a UID as a Key and an ArrayList as the Value. But when we deserilize it the client calling code gets a HashMap of object arrays. Is there a known fix for this???
2.) Does the new version of Axis support HashSet? If not does anyone have any sudgestions on the best way to support it. (Write my own ser,deser?) 3.) By the way the same behavior as number 1.) seems to be happning with an ArrayList of ArrayList. You get the outer structure (arraylist/hashmap) but the inner structure is an object array. Thanks, Michael