cancel
Showing results for 
Search instead for 
Did you mean: 

download the data from website-->XI-->file dynamically.

Former Member
0 Kudos

Hi experts,

My requirment is I am to download the currency exchange rate dynamically from a site and upload it in a folder.

how should i download the data to XI dynamically.?

please help me at outbound in step by step.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI

What kind of pages that site is using. HTML, JSP etc.

Can you add some script to the site? If Yes use HTTP adapter and post content as it get updated using the script

Else create a java proxy. Read the page and refresh it in code or repeated intervals. Extract the variable carrying the value for Currency change you are expecting and pass it to PI using XI adapter and then push to a file.

Thanks

Gaurav

Former Member
0 Kudos

hi,

Thanks for urs effort.

I can't add some script to the site.

So i think i should go for Java proxy.

As i am not aware of Java proxy.

Can u please tell that STEP by STEP.

I am to give some user name & password also for the website.

Where to give that, As everything should be dynamically.

Urs effort will be appreciated.....

Thanks

Jaideep

prateek
Active Contributor
0 Kudos

If ur website has exposed wsdl to use, then u may use SOAP adapter synchronously to fetch the data using SOAP lookup and pass it to the file system.

Regards,

Prateek

Former Member
0 Kudos

hi,

it is not exposed to webservice