Using java.util.Map in AXIS@ framework
I am using AXIS2 Framework for creating and accesing a webservice. My ques开发者_StackOverflow中文版tion is Is AXIS2 supports java.util.Map data type. I want use this data type in response.xml.
Thanks, Narendra
No, you can't use any of the java Collection classes. Using arrays of objects works best.
精彩评论