0

Websphere 8.5.5.0에서 웹 서비스를 호출하려고 할 때 예외 아래에 있습니다. 동일한 내용이 Weblogic에서 작동합니다. 이 웹 스피어 버전 또는 기타의 문제Websphere 8.5.5.0에서 SOAPFaultException 받기

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) 

어떤 하나 지적 할 수있다?

답변

0

응용 프로그램과 함께 Axis를 배포하고 있습니까? 그렇다면 Axis를 기반으로하는 WebSphere 8.5의 내장 JAX-WS 지원과 충돌이있을 수 있습니다. 이 경우 Axis jar를 배포하지 마십시오.

관련 문제