Download file (currency exchange rates) from url is not working with AXIS
Hi ,
I have scenario like: download file from url : http://<xxxxxxx>.com (which is having currency exchange rates) and place it on a folder.
I tried using AXIS with HttpGetter Handler, but it is failing with error : 'error during receive: java.net.SocketTimeoutException: Read timed out'
I tried the same scenario with below approach and its working.
successful Approach:
----------------------------------------------
1st scenario: File (dummy) to File (dummy).
On Receiver file adapter written a script with command : 'wget http://www.<url>.com'.
After I get file, I placed on a PI folder.
2nd scenario:
file to SAP
Picked the above file and sent to SAP.
-------------------------------------------------
But I need to try this using AXIS way.My config screen is below.
Please help.