在Websphere 8.5.5.0中获取SOAPFaultException

问题描述 投票:0回答:1

当我试图在Websphere 8.5.5.0上调用web服务时,我遇到了异常。同样在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个回答
0
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.