cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Call via REST / HTTP_AAE Adapter from Java Mapping

Former Member
0 Kudos

Dear Experts,

We have requirement to do series of plain HTTP synchronous call. Sender system is Asynchronous and Target is synchronous. Results of all synchronous call should also be submitted asynchronously. Standard option for this kind of requirement is to go for BPM but I am afraid as I need to perform 100's of synchronous call for each sender message and as the BPM is resource consuming so I am not in favor of this design. Alternatively, I am exploring option to do all synch call via Java Mapping. So far, I am able to connect target system via HTTP_AAE and REST Adapter.

My question is - Do Java Mapping supports synchronous call via HTTP_AAE / REST Adapter the way it supports for SOAP and JDBC ? Please note that we do not want to direct calls skipping adapter framework.

Accepted Solutions (0)

Answers (1)

Answers (1)

Muniyappan
Active Contributor
0 Kudos

Rest is possible. check this https://blogs.sap.com/2015/09/11/yes-rest-lookup-is-possible-in-pi/

I will wait for others reply on http_aae call from java mapping..

Former Member
0 Kudos

Thank you very much. I will try and let you know results.