1

可能重复:
带有 java.lang.Object 字段的 JAXB 编组对象

我是Web 服务的新手。我正在尝试使用JAX-WS开发服务。我的服务签名是这样的。

@WebService
@MTOM
@SOAPBinding(style = SOAPBinding.Style.RPC)
public interface DocumentOperationService {
    @WebMethod
    Object[] getDocumentById(String strDocumentId);
}

但是在运行时,在运行时它会抛出异常:

javax.xml.ws.WebServiceException: javax.xml.bind.MarshalException
 - with linked exception:
[javax.xml.bind.JAXBException: class [Ljava.lang.String; nor any of its super class is known to this context.]

我无法确定问题。任何人都可以提出问题所在。

4

0 回答 0