cancel
Showing results for 
Search instead for 
Did you mean: 

Request and response for Idoc to HTTP scenario usign BPM

former_member232455
Participant
0 Kudos

Hi All,

we have an existing scenario for idoc to HTTP using BPM,currently we are sending request only.but now we need repsonse also for the same scenario. can any one help on this to get response also.

Thanks,

Janardhan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member378318
Contributor
0 Kudos

Getting an application level response from the HTTP post is not difficult. However what will you do with the response when you get it?

former_member232455
Participant
0 Kudos


Thanks for your reply, In that part i am not sure why the response needed. It could be helpful if you tell me the process to get response.

Regards,

Janardhan

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Janardhan,

I think the current interface design is configured as asychronous scenario with IDOC data sending to http server through PI.

Now if you are expecting some response from the server for the corresponding request, then you need to use async to sync bridge since IDOC doesn't support synchronous scenario.

SAPTechnical.COM - Demonstration on using SYNC/ASYNC Bridge in BPM

Regards