Skip to Content
0
Former Member
Dec 14, 2011 at 05:20 AM

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

620 Views

Hi

I have a scenario Idoc to Soap Synchronous with BPM.

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

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.....