cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Error Message in RunTime Workbench

Former Member
0 Kudos

Hi All,

Could you please tell me how to resolve the following error.

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault

While doing testing in the Integration engine. This is JDBC to SOAP scenario.

Regards,

Sai

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks a lot for all your help....

Former Member
0 Kudos

Hi Sai,

I think as per the error message, the WebService is sending back the response.

Probably you have to use JDBC adapter as Synchronous to capture the respons eof WebService.

But generally JDBC sender is used to be Async,and I think you have used it the similar way.

You need to build the Async to Sync Bridge for JDBC to SOAP communication.

Please refer below links for more details

http://help.sap.com/saphelp_nw04/helpdata/en/43/65d4dab39b0398e10000000a1553f6/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/45/20d251c20a0732e10000000a155369/content.htm

The above links are focused for JMS adapter but you could be able to use these Adapter modules for other types of adapters also.

AF_Modules/RequestResponseBean &

AF_Modules/ResponseOnewayBean

I think the abouve modules need minumum SP 16 onwards

Either way it can be achivable with BPM also

Thanks

Swarup

justin_santhanam
Active Contributor
0 Kudos

Sai,

is it Synch to Synch scenario? In SXI_MOnitor could you verify whether u r passing the correct request to Webservice?

raj.

Former Member
0 Kudos

It's Asynch. Just i am passing the Data from Database using JDBC adapter to Web service.

justin_santhanam
Active Contributor
0 Kudos

Sai,

Does Webservice sent back the response? Could you plz check the request you passed to webservice?

raj.