‎2005 Jun 22 11:39 AM
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
‎2005 Jun 22 12:11 PM
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
‎2005 Jun 22 12:11 PM
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
‎2005 Jun 27 10:55 AM
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
‎2005 Jun 27 11:18 AM
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