<?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 Re: HTTPS web service generation based on FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-web-service-generation-based-on-fm/m-p/9847415#M1785927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your answer. I tried it in our system and I had to select Transport Channel Authentication as X.509 Certificate. So when I provide this wsdl file to the third party, I also need to provide this certificate. Do you know any online link which explains how to generate this certificate from SAP system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Manas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 12:23:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-30T12:23:13Z</dc:date>
    <item>
      <title>HTTPS web service generation based on FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-web-service-generation-based-on-fm/m-p/9847413#M1785925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have to provide a web service to a 3rd party system based on a FM in SAP system. I have found few links which expains the steps how to do it. However in my case the 3rd party has requested to use the https mode for the web service instead of http. I could not find any guidelines on how I can convert the web service to be HTTPS based . Has anyone worked on similar development ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P lang="en-GB" style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0d0a250-ccd1-2c10-9e9f-b9d5cf259a6d?overridelayout=true"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0d0a250-ccd1-2c10-9e9f-b9d5cf259a6d?overridelayout=true&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P lang="en-GB" style="font-family: Calibri; font-size: 11.0pt;"&gt;Creating Web Service from&amp;nbsp; Function Modules/BAPIs &amp;amp; Integrating with SAP Interactive&amp;nbsp; Forms&lt;/P&gt;&lt;P lang="en-GB"&gt;&lt;/P&gt;&lt;P lang="en-GB" style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e9/ae1b9a5d2cef4ea4b579f19d902871/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e9/ae1b9a5d2cef4ea4b579f19d902871/content.htm&lt;/A&gt; Web service creation based on function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 16:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/https-web-service-generation-based-on-fm/m-p/9847413#M1785925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-29T16:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS web service generation based on FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-web-service-generation-based-on-fm/m-p/9847414#M1785926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;If you want to make&amp;nbsp; web services as a HTTPS based web services means , &lt;/P&gt;&lt;P&gt;you have to make select SSL radio button in SOAMANAGER Service Binding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;In Provide Security Tab Select Radio Button SSL as shown in bellow Image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/310676" height="462" width="740" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 17:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/https-web-service-generation-based-on-fm/m-p/9847414#M1785926</guid>
      <dc:creator>arunkumara_as</dc:creator>
      <dc:date>2013-10-29T17:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS web service generation based on FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-web-service-generation-based-on-fm/m-p/9847415#M1785927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your answer. I tried it in our system and I had to select Transport Channel Authentication as X.509 Certificate. So when I provide this wsdl file to the third party, I also need to provide this certificate. Do you know any online link which explains how to generate this certificate from SAP system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Manas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 12:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/https-web-service-generation-based-on-fm/m-p/9847415#M1785927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T12:23:13Z</dc:date>
    </item>
  </channel>
</rss>

