cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Single sender multiple receivers

Former Member
0 Kudos

Hi All,

My scenario is single sender and two receivers.

1.Webservice---PI-----RFC(Synchronous)

2.Webservice -


PI----


File(Asynchronous)

For the above stated scenario ,Iam using,

> 3 mappings

> 2 operation mappings

>2 receiver agreement

>2 interface determination

Could any one suggest me whether the above stated scenario will work where one receiver is Asynchronous and another is synchronous

Lavanya.B

Edited by: Lavanya Balanandham on May 6, 2011 3:50 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member208856
Active Contributor
0 Kudos

create your both the scenarios separate.

Asyn scenario webservice to File

Sync scenario webservice to RFC ( use BPM ).

Former Member
0 Kudos

Probably not directly, because this would require a Sync/Async bridge, which needs modification on the sender communication channel's chain module.

However, this might be possible using ccBPM. You can have a Receive step and create a branch to maintain both communication. You can only have one S/AS bridge on the instance thou'.

Former Member
0 Kudos

Hi Lucas,

Thanks for your reply.Is that not possible without BPM?

Regards,

Lavanya

rajasekhar_reddy14
Active Contributor
0 Kudos

>

> Thanks for your reply.Is that not possible without BPM?

>

Yes , it is not possible to implement your requirement without BPM/

other alternative without bpm--divide your requirement in to two interfaces, then it is very easy.

Regards,

Raj

Former Member
0 Kudos

Hi Raj,

Thanks for your reply.

I have created one scenario as,

BPM-Portal----PI--RFC(Syn)

I need to create another interface for BPM-Portal---PI----File ,My query is ,I need to use the same sender agreement ,communication channel and how to proceed on he same.

Regards,

Lavanya

Former Member
0 Kudos

Hi,

I think your scenario should be possible as both receivers are not synchronous...

Put condition at the receiver determination for determining the receiver if the sender name space and interface name are same..

This should be possible with out BPM..

HTH

Rajesh

Former Member
0 Kudos

Hi Rajesh,

One of my interface is synchronous and another is asynchronous.

Regards,

Lavanya

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

If you really want to do it without BPM, do the webservice to rfc scenario and in the request message mapping use a UDF to do a file transfer. Although this approach is not recommended.

Hope this helps,

Mark