【问题标题】:Getting SOAPFaultException in Websphere 8.5.5.0在 Websphere 8.5.5.0 中获取 SOAPFaultException
【发布时间】:2014-02-06 04:52:07
【问题描述】:

当我尝试在 Websphere 8.5.5.0 上调用网络服务时,我遇到了异常。Weblogic 也是如此。

Caused by: javax.xml.ws.soap.SOAPFaultException: Internal Error
at org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils.createSystemException(MethodMarshallerUtils.java:1353)
at org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils.demarshalFaultResponse(MethodMarshallerUtils.java:1079)
at org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMethodMarshaller.demarshalFaultResponse(DocLitWrappedMethodMarshaller.java:680)
at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.getFaultResponse(JAXWSProxyHandler.java:626)
at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.createResponse(JAXWSProxyHandler.java:566)
at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invokeSEIMethod(JAXWSProxyHandler.java:432)
at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invoke(JAXWSProxyHandler.java:213)
at com.sun.proxy.$Proxy60.generateDocument(Unknown Source)

有人能指出这是 websphere 版本还是其他版本的问题吗?

【问题讨论】:

    标签: web-services websphere-7 websphere-8 webservices-client


    【解决方案1】:

    您是否将 Axis 与您的应用程序一起部署?如果是这样,您可能在这与 WebSphere 8.5 的基于 Axis 的内置 JAX-WS 支持之间存在冲突。如果是这种情况,请尝试不部署 Axis jar。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-11-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多