-
Aug 10th, 2010, 07:13 AM
#1
FTP File from Remote Server
Hi,
In my project, the data feed XML which is in gz format is downloaded from remote server using curl utility. e.g.
curl -o feed.gz http://www.example.com/feed.gz
Is there any adapter to achieve this using Spring Batch or Spring Integration?
-
Aug 11th, 2010, 02:21 AM
#2
Ok. I got this working using RestTemplate and Custom HttpMessageConverter.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules