It shows me the following errors-----
com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl checkIfStandardFaultCode
SEVERE: SAAJ0435: {http://www.w3.org/2003/05/soap-envelope}Server is not a
standard Code value
java.lang.reflect.UndeclaredThrowableException
at $Proxy33.enrollRequest(Unknown Source)
at ihe.qrph.rpe._2009.IPExecutor_Client.main(IPExecutor_Client.java:122)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl:
{http://www.w3.org/2003/05/soap-envelope}Server is not a standard Code value
at
com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl.checkIfStandardFaultCode(Fault1_2Impl.java:146)
at
com.sun.xml.messaging.saaj.soap.impl.FaultImpl.setFaultCode(FaultImpl.java:139)
at
com.sun.xml.messaging.saaj.soap.impl.FaultImpl.setFaultCode(FaultImpl.java:157)
at
org.apache.cxf.jaxws.JaxWsClientProxy.createSoapFault(JaxWsClientProxy.java:218)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:152)
... 2 more
Does CXF support 1.2 soap msgs?
Can i handle this exception directly or Is there any work-around so that i
can handle this exception?
Thanks.
--
View this message in context:
http://cxf.547215.n5.nabble.com/Getting-error-while-calling-the-svc-Web-Service-using-from-java-program-tp4990417p4997332.html
Sent from the cxf-user mailing list archive at Nabble.com.