cancel
Showing results for 
Search instead for 
Did you mean: 

soap fault: org.apache.axiom.om.impl.llom.OMElementImpl cannot be cast

Former Member
0 Kudos

Hi

I have a scenario Idoc to Soap Synchronous with BPM.

My messages are getting failed in Sxmb_moni with te following error.

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>soap fault: org.apache.axiom.om.impl.llom.OMElementImpl cannot be cast to com.o2s360ws.api.utils.O2SWSTestChildEntity</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

In component monitoring its giving error in response :

SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: org.apache.axiom.om.impl.llom.OMElementImpl cannot be cast to com.o2s360ws.api.utils.O2SWSTestChildEntity

Any idea.....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Zia,

I have a scenario Idoc to Soap Synchronous with BPM.

Can you first test the Web service using third party tools like SOAP URL testing, XMLSPY etc.,. To check whether for the given input the webservice giving the correct response.

Regards

Ramesh