cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP exception- soap fault: javax.ejb.EJBTransactionRolledbackException

0 Kudos

Dear Experts,

We have a SOAP to SOAP scenerio,which is a simple mapping and there is no modules used in both the channels.

I could see the message successfully passed the IE ,but it getiing failed ini the Adapter engine with below error.

Anyone please help me to resolve the issue.

Error:

ErrorSOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: javax.ejb.EJBTransactionRolledbackException21.08.2019 08:59:00.271InformationSOAP: sending a delivery error ack ...21.08.2019 08:59:00.271InformationSOAP: sent a delivery error ack21.08.2019 08:59:00.272ErrorMP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: javax.ejb.EJBTransactionRolledbackException21.08.2019 08:59:00.272ErrorAdapter Framework caught exception: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: javax.ejb.EJBTransactionRolledbackException21.08.2019 08:59:00.272ErrorDelivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: javax.ejb.EJBTransactionRolledbackException.

View Entire Topic
aashish_sinha
Active Contributor
0 Kudos

Make your scenario as synchronous scenario. At this moment it looks like an asynchronous scenario and you are not handling the SOAP response coming from receiver system.

Regards

Aashish