<?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>Question Re: ABAP Web Services in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/abap-web-services/qaa-p/12127104#M4531455</link>
    <description>&lt;P&gt;Thank you for the answer, my handler class actually implement IF_HTTP_EXTENSION, so i'm going to try with the command you give me&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2019 09:38:36 GMT</pubDate>
    <dc:creator>former_member645878</dc:creator>
    <dc:date>2019-11-18T09:38:36Z</dc:date>
    <item>
      <title>ABAP Web Services</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-web-services/qaq-p/12127102</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm working on a simple ABAP &lt;STRONG&gt;Web Service&lt;/STRONG&gt; to share some data with REST model, specially GET method.&lt;BR /&gt;&lt;BR /&gt;I've been able to find documentation to implement a basic WS, it works as long as you request him in the right way. My WS use &lt;EM&gt;CL_REST_HTTP_HANDLER&lt;/EM&gt; and as many&lt;EM&gt; CL_REST_RESOURCE&lt;/EM&gt; as needed, for each handle parameter.&lt;BR /&gt;&lt;BR /&gt;But i would like to add functionality for security as checking the method for &lt;STRONG&gt;GET-only&lt;/STRONG&gt; or for &lt;STRONG&gt;HTTPS&lt;/STRONG&gt;. Do you have any links, web sites or document that could help me to implement that ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Alexandre&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 08:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-web-services/qaq-p/12127102</guid>
      <dc:creator>former_member645878</dc:creator>
      <dc:date>2019-11-18T08:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Web Services</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-web-services/qaa-p/12127103#M4531454</link>
      <description>&lt;P&gt;If your REST WS is made in SICF with class handler implementing &lt;STRONG&gt;IF_HTTP_EXTENSION&lt;/STRONG&gt; interface.&lt;/P&gt;&lt;P&gt;Then you can check HTTP method (GET, POST, PATCH...) with:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"SERVER is TYPE REF TO IF_HTTP_SERVER in IF_HTTP_EXTENSION~HANDLE_REQUEST method&lt;BR /&gt;&lt;BR /&gt;DATA(l_method) = server-&amp;gt;request-&amp;gt;get_method( ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Security (SSL) and authentication can be set in SICF service entry, tab "Logon data".&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 09:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-web-services/qaa-p/12127103#M4531454</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2019-11-18T09:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Web Services</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-web-services/qaa-p/12127104#M4531455</link>
      <description>&lt;P&gt;Thank you for the answer, my handler class actually implement IF_HTTP_EXTENSION, so i'm going to try with the command you give me&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 09:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-web-services/qaa-p/12127104#M4531455</guid>
      <dc:creator>former_member645878</dc:creator>
      <dc:date>2019-11-18T09:38:36Z</dc:date>
    </item>
  </channel>
</rss>

