cancel
Showing results for 
Search instead for 
Did you mean: 

Sync to Sync BPM scenario

Former Member
0 Kudos

Hi Experts,

How to do Sync to Sync BPM scenario without using Sync/Async bridge?

Could you please give the BPM steps for SOAP to JDBC scenario?

Regards

Sara

Edited by: Sara D on Jan 17, 2008 7:59 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if as you said:

you just with 4 step in your bpm.

1.receive step for soap request.

2.send step for forward request. with sync.

3.container operation

4.send response to client.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sara,

Did you get any solution?

I am also facing the similar situation.

Kindly send me the steps you have followed for Sync-Sync BPM implementation.

I will be greatfull to you. Please help

Thanks & Regards,

Gopal

Former Member
0 Kudos

Hi Sara !

1) Receive Sync

2) Send Sync

3) Send Sync (to send response back)

If your requirements are simple, you could avoid using BPM.

Regards,

Matias.

Former Member
0 Kudos

Hi Matias,

It will be really great if you can please elaborate your answer?

1) Receive Sync <----Did ypu select open S/A bridge?

2) Send Sync <----What does this send step used for?

3) Send Sync (to send response back) <---- How is this step different from the above one?

Where is the send step for closing Sync/Async bridge?

Please clearly verify your answer before posting.

Thanks

Gopal

former_member194786
Active Contributor
0 Kudos

Hi Gopal,

In this scenario you will need to use the following steps:

1) Receive step--> to recieve the request message.

2)Synch send step--> This will send the request synchronously and the response will be received in the same step.

3) Asynch Send step --> to send the response back to the target side.

Step 1--> no need to open the synch-asynch bridge.

Step 2 --> Synch step will have 2 asynch messages, one for the request message from the source and one for the responce that is received. Also there will be a Synchronous message that will have both the request message from the source and the request message of your receiver.

I hope its clearer now.

Regards,

Sanjeev.

Former Member
0 Kudos

Hi Sanjeev,

I think what you have explained is for Async-Sync scenario.

but mine is Sync-Sync scenario.

Please help

Thanks

Gopal

former_member194786
Active Contributor
0 Kudos

Hi Gopal,

What exactly do you mean by Synch to Synch scenario using BPM? What is your requirement? In case of both the sides being you need not use BPM. It can be done without using BPM also. Can you give the scenario details. It will be easier to suggest based upon that.

Regards,

Sanjeev.

Former Member
0 Kudos

Hi Sanjeev,

My scenario is SOAP <---> RFC

A .Net application calls XI Webservice as a SOAP request which is then sent to RFC. The RFC response is sent as SOAP response back to the .Net application.

Hope this helps.

Thanks

Gopal

former_member194786
Active Contributor
0 Kudos

Hi Gopal,

You do not need a BPM for this scenario. You can directly make a synchronous scenario. Map the SOAP request to the RFC request and RFC response to SOAP response. In the Interface Mapping when you use the synchronous message interfaces, you will get an option to select the request and the response mapping. In the Interface Determination you need to use the SOAP request message interface and RFC request message interface. Use this blog as reference.

Hope its clearer now.

Regards,

Sanjeev.

Former Member
0 Kudos

Hi,

Check below links for BPM scenarios.

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

/people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

/people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi

/people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/daea5871-0701-0010-12aa-c3a0c...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e8515171-0701-0010-be98-e37be...

Regards,

Phani

Former Member
0 Kudos

Hi Joy,

Could you please tell me what is meant by Container operation(which you have mentioned in the 3rd step)?

Regards

Sara