cancel
Showing results for 
Search instead for 
Did you mean: 

Download Payload from HTTP Server

Former Member
0 Kudos

Hi,

We have here the following scenario:

Every Day the XI / PI gets a request and should download content from a server (for example: http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml ) and process the content. Actually we have a Java-Class Mapping which download the Content into a File and the XI reads this file with a file sender. But this is not very maintainable.

Can i use the HTTP Adapter for these use case? I don't know how.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi Tim,

If i got the doubt correctly, you wan to pull the file from some location like (http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml) and process in XI.

This cannot be done from HTTP Sender Adapter as the mode of this adapter is to push rather than pull. It cannot pull a content from some location.

Try to use java proxy in sender or HTTP receiver adapter. But it needs little RD

Regards

Suraj

Former Member
0 Kudos

It works fine with the HTTP Receiver. If the connection needs Proxy settings its easier to use the SM59 to configure this.

Thanks!

Answers (0)