webservice问题,CXF如何传递List嵌套List的复杂类型? 10
example:ClassStudent{intstu_id;Stringstu_name;}List<Student>list1//可以通过webservice在Cli...
example:
Class Student{
int stu_id;
String stu_name;
}
List<Student> list1//可以通过webservice在Client端得到
Class Teacher{
int tea_id;
String tea_name;
List<Student> students
}
List<Teacher> list2//通过webservice在Client端得不到该集合
已解决 展开
Class Student{
int stu_id;
String stu_name;
}
List<Student> list1//可以通过webservice在Client端得到
Class Teacher{
int tea_id;
String tea_name;
List<Student> students
}
List<Teacher> list2//通过webservice在Client端得不到该集合
已解决 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询