cancel
Showing results for 
Search instead for 
Did you mean: 

Scenario

Former Member
0 Kudos

Hi..Friends,

i am going to do IDOC-SOAP Scenario in B2B, from target side(SOAP) i am getting immediate response to sender. is it posible to handle the response data(IDOC), ..i think IDOC is not handling the response becasuse IDOC is only support for synchronous purpose..how can i handle the response msg at IDOC side..

thank u,

Jain

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Basically this will be Async to Sync scenario...if you need to mapp the resaponse coming from SOAP receiver then you can use the IDOC acknowledgment concept also.

This Feature is Available under SP 18 and we are on SP16

http://help.sap.com/saphelp_nw04/helpdata/en/42/c8f66bc7a56bb0e10000000a1553f6/frameset.htm

Check this document on handling IDOC acknowledgements. This might give you some pointers.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50...

see below link

http://help.sap.com/saphelp_nw04/helpdata/en/44/932e8896b610bbe10000000a422035/content.htm

For Async to Sync Bridge BPM

Without BPM

/people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19

/people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19

With BPM

/people/ravikumar.allampallam/blog/2005/02/17/bridging-the-sync-async-bridge-with-fork-xi

Thanks

Swarup

Former Member
0 Kudos

Dear Swarup,

thank u for immediate response..

how can i proceed for this IDOC acknowledgement. i am using PI 7.0 , SP13.

i am plaing to go for rfc-soap scenario..

what type of scenario(IDOC-SOAP or RFC-SOAP) is suggestable for my requirement pls suggest me....

***shurely i will assign full points to u****\

Thank u,

Jain

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jain

Idoc adapters support asynchronous calls tha means these can handle only acknowledgement but not response

For this you have to use ASYNC sync bridge

lick is as follows

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in

now the question is IDOC to SOAP or RFC to SOAP

if you want to receive response then you must use RFC to soap

link for scenarios are as follows

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

/people/jin.shin/blog/2007/05/21/handling-web-service-soap-fault-responses-in-sap-netweaver-xi

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

Thanks

SAndeep

PS: if helpful kindly reward points

Former Member
0 Kudos

Hi...Sandeep,

in my scenario i am getting the response immedietly from target side. from sender side i want to receive the response for this type of requirement which one is suggestable( RFC or IDOC)

Regards,

Jain

Former Member
0 Kudos

i am not sure how the IDOC can handle a sysnch response. u can use a sysnch proxy for this ...