cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP <-- --> XI --> File - Acknowledgment

Former Member
0 Kudos

hi

Am working on a scenario, its as follows......

HTTP <-- --> XI --> File

HTTP to XI is synchronous and XI to File is asynchronous

Once the file is written i need to get the acknowledgment from XI

Please help me on this...

Regards,

Krish

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

First of all u need BPM for this scenario. U will have to use Sync-Async bridge. File receiver does not support application ack, so u can have only system ack in BPM. After receiving this ack, u can map it with some structure to get the HTTP response.

Regards,

Prateek

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks for your reply..

my scenario is to map the acknowledgment to HTTP response..

do this acknowledgment have any specific data type....

thanks,

Krish

Former Member
0 Kudos

hi,

thanks for your suggestions...

is there any blogs related to integration process configuration for this scenario....?

Thanks,

Krish

Former Member
0 Kudos

Hi,

Check this out also

(File - RFC - File without a BPM - Possible from SP 19)

- Use of Synch - Asynch bridge in ccBPM

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM

Also search with keyword Synch or ASynch.

Hope it helps

Regards

Edited by: XI_Fan on Aug 12, 2008 3:30 PM

Former Member
0 Kudos

Hi,

If you have async messages you will use qos EO or EOIO. In this case the message will be queued until the messages is delivered to the receiving system.

If you have sync messages you will use qos BE. In this case the messages in not queued and if it fails it fails.

with a BPM you can make an retrying mechanism and an alert if neccessary.

The file adapter is always async, so it will be qos EO.

Check this SAP help file on HTTP Adapter to have complete information on it:

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

Regards,

Suryanarayana

Former Member
0 Kudos

Hi,

in the integration repository you have the sync-async-bridge as a pattern.

Just have a look on

software component: SAP BASIS 7.00

namespace: http://sap.com/xi/XI/System/Patterns

name: BpmPatternSyncAsyncBridge

Just copy the pattern into your SWC and namespace and you can configure it according to your needs.

Br,

Martin