1

我正在寻找支持 java.util.List 和 java.Util.Collections 的 JAX-WS 实现。我需要我的 Web 服务来返回和管理集合:我尝试了 Apache Axis2,但它似乎无法处理那种对象。

为了提供更多信息,我正在使用 Eclipse IDE 和 Glassfish v3 Server。

谢谢

4

2 回答 2

1

Check out this link: Supported JAX-WS Types

Better to use array, where ever you are require to use Collections and have a sort of converter to convert array to collections and vice verse

于 2012-10-15T08:28:51.963 回答
1

试试 apche CXF。AFAIK JAX-WS 对 CXF 的支持优于 Axis2

于 2012-10-13T09:39:25.103 回答