cancel
Showing results for 
Search instead for 
Did you mean: 

Response in File Adapter

Former Member
0 Kudos

Hi guru.

I've a question for you.

I've a simply RFC to FILE scenario. This work fine...

But my question is: if i want to change it from async to sync scenario and trigger the response of the file (ftp) adapter, it's possible?

the sequence that I need is:

1-R3 call Xi via RFC.

2-XI write a file via FTP

3-XI send to R3 the response of the FTP adapter (if possible)

Thanks for the response.

Manuel

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member187339
Active Contributor
0 Kudos

Hi Manuel,

>>3-XI send to R3 the response of the FTP adapter (if possible)

What are you planning to send back? May be you should have a look at this blog

/people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments

Regards

Suraj

former_member190389
Active Contributor
0 Kudos

Hi,

You will have to use the sync-async bridge .

Search the forums you will get the solution.

Regards

Progirl

former_member200962
Active Contributor
0 Kudos
You will have to use the sync-async bridge

A doubt....even if Sync-Async bridge is used will it be capable to get the response from File (rather will File be able to send Response)?

File (FTP/ NFS) does not have processing capabilities (like WS, DB, Proxy) hence it cannot send the response back.....however if some other system is processing this file and then placing the processed output then it can be picked up using a BPM.....straight-forward solution is not possible.

Regards,

Abhishek.

former_member190389
Active Contributor
0 Kudos

Oh! I am so sorry .

I took it for another scenario.

In one of my interface what i did was(i dont remember exactly and that server is not available to me now) I made use of a correlationId (which was the name of the file just put ) and somehow send the response back.

former_member200962
Active Contributor
0 Kudos

File does not support acknowledgement/ response.