cancel
Showing results for 
Search instead for 
Did you mean: 

Two senders and One receiver for File to SOAP scenario

Former Member
0 Kudos

Dear Friends,

I got a new requirement like we have a to different ECC systems from there they will send the Two different Files to XI, XI will send the same file to receiver, but we have only one receiver.

for soap adapter purpose they provided only one webservice url.

Please suggest me how to do multiple senders and single receiver.

Regards,

Shalini Shah

Accepted Solutions (1)

Accepted Solutions (1)

madhusudana_reddy2
Contributor
0 Kudos

Hi,

You are telling that ECC system will send 2 files to XI and XI has to send these files to receiver. So you no need to merge these files, if so then you develop 2 sender agreements and one receiver determination, one interface determination and 1 receiver agreement.

use multimapping sender side 2 messages(occurance0..1) and receiver side 1 message. Hope it works.

thanks,

madhu

Former Member
0 Kudos

Dear Madhu,

I am receiving the files from two different ECC servers.

ECC1 will send the files at different time

ECC2 will send the files at different time

but receiver webservice is only one .

two sender Communication channels are required for pointing to two different ECC servers and one receiver CC is for receiver purpsoe.

Regards,

Shaini Shah

Former Member
0 Kudos

Hi Shalini,

Please come up with exact requirements...

U want to merge two incoming source file or not???

If yes no way to escape other then BPM.....(collect the messages based on Time or Message content.. etc...)

If no.. u need to cretae 2 different interfaces altogether.

Babu

former_member200962
Active Contributor
0 Kudos

>

> Dear Madhu,

>

> I am receiving the files from two different ECC servers.

> ECC1 will send the files at different time

> ECC2 will send the files at different time

> but receiver webservice is only one .

> two sender Communication channels are required for pointing to two different ECC servers and one receiver CC is for receiver purpsoe.

>

>

> Regards,

> Shaini Shah

BPM ....not possible to collect the messages otherwise!

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Shalini,

If data is not to be merged and sent, or in other words, two different files are to be sent to receiver,

you just have to create 2 different interfcaes altogether.

Otherwise, using BPM for merging the files is the only option.

-Tanaya.

former_member200962
Active Contributor
0 Kudos
Please suggest me how to do multiple senders and single receiver.

Both the messages to be merged into one and then send? like 2:1 mapping ......you have to use a BPM to collect these two and then proceed further.

Regards,

Abhishek.

Former Member
0 Kudos

Dear Abishek,

Without BPM is not passible?

Ok,I will try with BPM.

Regards,

Shalini Shah

former_member181985
Active Contributor
0 Kudos

check the standard collect pattern BPM example in SAP help.