Topic by anmol kapoor
Hi,
I am using the SOAP Client in java to access Rightnow Objects. While accessting generic objects, i am frequently getting this exception : SOAP message does not contain a SOAP envelope element. Complete stack trace shows:
ERROR - SOAP message does not contain a SOAP envelope element
org.apache.axis2.AxisFault: SOAP message does not contain a SOAP envelope element
at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at com.rightnow.ws.wsdl.RightNowSyncServiceStub.get(RightNowSyncServiceStub.java:6227)
This seem to be really frequent and my creating a Generic Code Fails.
Please help.
Anmol Kapoor