cancel
Showing results for 
Search instead for 
Did you mean: 

getting data from url to xi

Former Member
0 Kudos

Hi experts,

I have a scenario to acheive R/3<-- XI <-- Website Url(The output of the url is an Xml file)

I need to be picking the file directly from the url and pass it via XI to R/3.Can u suggest which adapter is capable of picking the content of the url directly from the website and pass it to XI.

Thanks in advance,

Sudhansu

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

the queckest way to achive what you need is to use java proxy

which can get the xml file and send it to XI

no adapter can do it in standard

Regards,

Michal KRawczyk

Former Member
0 Kudos

Hi Michal,

Do u have an specific scenario built up for the similar requirement which if u can share.

Thanks,

Sudhansu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

No adapter does it.

you can try URLconnection java programming, simple programs to read & write to urls, the mesg can be posted like http.

though I have not done for XI, its worth a try. it works in other applications

Regards

Vishnu