<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic HTTPS Connection via ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-connection-via-abap/m-p/9066921#M1703156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fellows, I would like to request some help from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to connect to a HTTPS website that contains a form waiting for a XML data that can be passed through URL parameters and POST method.&lt;/P&gt;&lt;P&gt;The site have a SSL certificate.&lt;/P&gt;&lt;P&gt;It cannot be done as webservice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is how it can be done via ABAP and what configurations (if there are) need to be done to make it's possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you guys need some more information, please ask me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Heber&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2012 18:29:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-15T18:29:39Z</dc:date>
    <item>
      <title>HTTPS Connection via ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-connection-via-abap/m-p/9066921#M1703156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fellows, I would like to request some help from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to connect to a HTTPS website that contains a form waiting for a XML data that can be passed through URL parameters and POST method.&lt;/P&gt;&lt;P&gt;The site have a SSL certificate.&lt;/P&gt;&lt;P&gt;It cannot be done as webservice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is how it can be done via ABAP and what configurations (if there are) need to be done to make it's possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you guys need some more information, please ask me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Heber&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 18:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/https-connection-via-abap/m-p/9066921#M1703156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-15T18:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Connection via ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-connection-via-abap/m-p/9066922#M1703157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access external SSL websites within ABAP, do as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Activate SSL on ABAP (Below works for almost all ABAP versions)&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nwpi711/helpdata/en/49/23501ebf5a1902e10000000a42189c/frameset.htm"&gt;http://help.sap.com/saphelp_nwpi711/helpdata/en/49/23501ebf5a1902e10000000a42189c/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Follow the steps in the following link to import external website's SSL Client certificate into ABAP system via STRUSTSSO2 &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nwpi711/helpdata/en/49/23501ebf5a1902e10000000a42189c/frameset.htm" style="text-decoration: underline;"&gt;http://help.sap.com/saphelp_nwpi711/helpdata/en/49/23501ebf5a1902e10000000a42189c/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 20:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/https-connection-via-abap/m-p/9066922#M1703157</guid>
      <dc:creator>HuseyinBilgen</dc:creator>
      <dc:date>2012-10-15T20:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Connection via ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-connection-via-abap/m-p/9066923#M1703158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was possible using class CL_HTTP_CLIENT and a RFC Destination configured with needed proxies and connection type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 20:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/https-connection-via-abap/m-p/9066923#M1703158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-08T20:27:27Z</dc:date>
    </item>
  </channel>
</rss>

