web services - Getting SOAPFaultException in Websphere 8.5.5.0 -


when trying call web-service on websphere 8.5.5.0 getting below exception.the same working in weblogic.

caused by: javax.xml.ws.soap.soapfaultexception: internal error @ org.apache.axis2.jaxws.marshaller.impl.alt.methodmarshallerutils.createsystemexception(methodmarshallerutils.java:1353) @ org.apache.axis2.jaxws.marshaller.impl.alt.methodmarshallerutils.demarshalfaultresponse(methodmarshallerutils.java:1079) @ org.apache.axis2.jaxws.marshaller.impl.alt.doclitwrappedmethodmarshaller.demarshalfaultresponse(doclitwrappedmethodmarshaller.java:680) @ org.apache.axis2.jaxws.client.proxy.jaxwsproxyhandler.getfaultresponse(jaxwsproxyhandler.java:626) @ org.apache.axis2.jaxws.client.proxy.jaxwsproxyhandler.createresponse(jaxwsproxyhandler.java:566) @ org.apache.axis2.jaxws.client.proxy.jaxwsproxyhandler.invokeseimethod(jaxwsproxyhandler.java:432) @ org.apache.axis2.jaxws.client.proxy.jaxwsproxyhandler.invoke(jaxwsproxyhandler.java:213) @ com.sun.proxy.$proxy60.generatedocument(unknown source) 

can 1 point out problem websphere version or other ?

are deploying axis application? if so, have conflict between , websphere 8.5's built-in jax-ws support, based on axis. if case, try not deploying axis jars.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -