How to marshall and un marshall HashMap<String, ArrayList<String>>

FailaDile

New Member
I have a javabean which have HashMap > hashMap attribute. i have generated a jax ws client . But i am not able to access ArrayList from hashMap as it has converted to some default type arraylist.How can I solve this problem?
 
Back
Top