cancel
Showing results for 
Search instead for 
Did you mean: 

When to use Integration Process

Former Member
0 Kudos

Hi,

I am trying to implement a file-to-soap-to-file scenario. In other words I take a file and send the content to a webservice and try to store the response again in another file. Since this is sync-async-Communication I'm not sure if I need an integration process. Do I?

Thanks and regards,

Marc

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Marc,

You need a BPM for this. Just check this blog.

it is a file -- rfc -- file. But, almost similar to your requirements,

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

Regards,

bhavesh

Answers (3)

Answers (3)

moorthy
Active Contributor
0 Kudos

Hi Marc,

Integration Process is required in your current scenario

1) Recieve the File message

2) Send the Received Message with Synchornous send step

3) Received Response from the Webservice should be sent by Send Step Asynchronously.

Assumption - Request and Response Mapping is done outside the BPM with SOAP Request and Response message structure.

Similar Scenario-

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

Regards,

Moorthy

Former Member
0 Kudos

Hey Marc ,

Along with this BLOG :

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

Please also check for Receiver soap adapter configuration w.r.t. config channel :

http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/content.htm

Hope this helps,

Vara

[PLEASE REWARD FOR POSTING]

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>Since this is sync-async-Communication I'm not sure if I need a

no this is not this is async - sync - async

if your SOAP is sync

anyway you need BPM to do it

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Sync-Async communication requires that you use BPM. You need to make use of Integration process to achieve the functionality you are describing.

Regards,

Amol