cancel
Showing results for 
Search instead for 
Did you mean: 

File to Sync Webservice using BPM

Former Member
0 Kudos

Hi all,

My scenarios is File to Webservice and again the output of this web service to some other file...

I an refering a document in which its written as

*In the Integration Directory Create Configuration Scenario, Then create three communication channels, one for sending the xml file to the BPM, one for sending the request to Web Service from BPM and one for sending the response as xml file to the desired location.*

My doubt is do I need a communication chaneel for BPM also?

and if yes then what will be my receiver adapter in case of BPM.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello

Regarding the file to webservice scenario using BPM you required following channale's:

1.Sender file adapter communication channel i.e. sending file to BPM.

2. Sender SOAP adapter to webservice communication channel i.e. sending file from BPM to Webservice (keep the send step synchronous for receiving response from webservice)

3. Receiver FIle Adapter communication channel to send the file to particular location.

Thank's

Chetan Ahuja

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

No need for 3 Communication channels.

you define a CC for Sender and another CC fro receiver(webservice)

In BPM we'll define the IM(this is between the two abstract interfaces)

Reward points if this is helpful

Thanks,

Madhu

prateek
Active Contributor
0 Kudos

My doubt is do I need a communication chaneel for BPM also?

No

Regards,

Prateek

former_member190389
Active Contributor
0 Kudos

You dont need a comm channel for BPM.. what it meant to say was

1. comm channel for the sender file adapter

2. comm channel for the webservice

3. for the receiver file adapter

former_member190389
Active Contributor
0 Kudos

The sender file adapter cc will pick the file and route it to the BPM (using receiver determination)

The webservice comm channel will perofrm the req resp operation and finally the receiver file adapter will take the message from the BPM and will output it