Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个自定义 Java 对象,我试图将其作为对 JAX-WS @WebMethod 的响应返回。对象是:
public class SOAResponse { public String status; public String statusDescription; public List<String> responseList; }
我遇到了问题
公共列表响应列表;
元素。
我正在运行 JBoss 7.1 服务器。