Re: Pass java.util.HashMap class in Axis2

2007-08-07 Thread Deepal jayasinghe
Shoutao Wang wrote: > Dear Sir/Mdm: > > I am using axis2 developping my project and meet one problem. Can I > pass java.util.HashMap over axis2? Nope, Axis2 does not support for hashmap , and we will do that for 1.4 release. > When I passed it and called > hashMap.get(key) in client, I always get

Pass java.util.HashMap class in Axis2

2007-08-07 Thread Shoutao Wang
Dear Sir/Mdm: I am using axis2 developping my project and meet one problem. Can I pass java.util.HashMap over axis2? When I passed it and called hashMap.get(key) in client, I always get a null. Shall I config something or write some code to deal with it? Where can I find some document for it? By