Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XML-Document from Internet via HTML-Control?

ihssan_abu-alwan
Discoverer
0 Likes
555

Hi everybody,

I would like to access an XML-document from the internet via a HTML-Control and save it in an ABAP XSTRING-Type so i can use the "call Transformation" in order to save it in an ABAP-Table. Is that possible?? or I have to use XI to access such XML-documents.

Thanks

Ihssan

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
438

this is possible. check out my weblog in the follwing link

/people/durairaj.athavanraja/blog/2004/09/20/consuming-web-service-from-abap

Regards

Raja

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
439

this is possible. check out my weblog in the follwing link

/people/durairaj.athavanraja/blog/2004/09/20/consuming-web-service-from-abap

Regards

Raja

Read only

0 Likes
438

Hello Mr Raja,

your answer was helpful. There is no problem by accessing XML data from 'http://'-address. But if i try to access the xml data from 'https://'-address it doesn't work. Of course i used a https sheme type.

Is there problems by getting data from https??

thanks in advance

Ihssan

p.s.: sap_basis release 6.20

Read only

0 Likes
438

to be able to access data from HTTPS site , first you have to import the certificate of the HTTPS site into your SAP WebAS. (Txn STRUSTSSO2) . Also check out some of the weblogs by Thomas Jung on HTTPS

Regards

Raja