cancel
Showing results for 
Search instead for 
Did you mean: 

http to idoc

Former Member
0 Kudos

Hai i faced one problem for http to idoc scenario I.e http sends the request and get the response in that idoc will be in reviver side so how can i get the response back from idoc means quality service of the idoc allays will be the exactly once in order means asynchronous communication

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

You could setup a sync-async bridge. Technically this should work but if you have a chance to replace IDOC with something that is able to communicate sync, I would also suggest to go this way as it will be easier to implement.

Former Member
0 Kudos

go for RFC based solution it is a best way to resolve the problem

stefan_grube
Active Contributor
0 Kudos

What should be in the response?

former_member208856
Active Contributor
0 Kudos

Use of RFC is the good approach for this type of scenarios, use HTTP to RFC & you can Post data & get response using RFC.

prateek
Active Contributor
0 Kudos

Use abap proxy or RFC instead of Idoc for sync communication.

Regards,

Prateek

former_member181985
Active Contributor
0 Kudos

IDOC interface cannot act in synchronous mode.

You can use acknowledgements instead. However HTTP sender should be able to request acknowledgements....