cancel
Showing results for 
Search instead for 
Did you mean: 

how to transfer frile from XI/PI to third party syatem using HTTP adapter

former_member192295
Active Contributor
0 Kudos

Hi,

I want to transfer CSV format file from PI system to third party system using HTTP adapter, any one show me easiest way. My client giving http folder path to deposit file into folder

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

then Configure HTTP Receiver Adapter for this

http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/frameset.htm

Regards

Seshagiri

former_member192295
Active Contributor
0 Kudos

Hi,

I have configured, but my requirement is transfer flat file to third party system through http adapter, is it possible

Former Member
0 Kudos

Hi,

This is not Possible using HTTP Receiver Adapter.

Why because always HTTP Adapter will have the xml data at Receiver End after the message process....

Regards

Seshagiri

former_member181985
Active Contributor
0 Kudos

Hi NALLAM,

Basically HTTP Adapter in receiver mode is meant for HTTP services like e.g., servlets or implemented in some other language or platform.

What you can do is once the HTTP application on the target end receives the data stream on behalf of HTTP adapter from XI you can write it to file using some extra coding effort.

Thanks,

Gujjeti.

former_member192295
Active Contributor
0 Kudos

Hi,

Can u explain more on this

former_member181985
Active Contributor
0 Kudos

Hi,

I am assuming that your end point is some HTTP Service which basically accepts the data stream from XI on behalf of HTTP Adapter(receiver mode). The HTTP service can be implemented in any language.

e.g.,

Check the HTTP servlet code(implemented in java) part of this article. In this code Once the servlet recieves the stream I am unzipping and writing it to a local directory.

[https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/soa/soa-management/process-integration/zipping%20payload%20in%20java%20mapping.pdf]

Thanks,

Gujjeti.