<?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: Connect to an external web service from sas rtdm in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Connect-to-an-external-web-service-from-sas-rtdm/m-p/504475#M1039</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is some initial information on this.&amp;nbsp; If you had any further questions my recommendation would be to open a technical support track.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The application properties file for the server or the Java keystore for a client points to the keys.&amp;nbsp; The https part of the URL will go fetch the keys from the keystore based on hostname&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like:&lt;/P&gt;
&lt;P&gt;server.port=8443&lt;/P&gt;
&lt;P&gt;server.ssl.key-store=classpath:keystore.jks&lt;/P&gt;
&lt;P&gt;server.ssl.key-store-password=password&lt;/P&gt;
&lt;P&gt;server.ssl.key-alias=selfsigned&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Juan&lt;/P&gt;</description>
    <pubDate>Mon, 15 Oct 2018 20:12:59 GMT</pubDate>
    <dc:creator>JuanM</dc:creator>
    <dc:date>2018-10-15T20:12:59Z</dc:date>
    <item>
      <title>Connect to an external web service from sas rtdm</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Connect-to-an-external-web-service-from-sas-rtdm/m-p/503762#M1037</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to connect to an external web service from sas rtdm.&lt;BR /&gt;The WSDL URL begins with https, how must I do configuration?&lt;BR /&gt;I must install the certificates and how?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 15:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Connect-to-an-external-web-service-from-sas-rtdm/m-p/503762#M1037</guid>
      <dc:creator>psmerill</dc:creator>
      <dc:date>2018-10-12T15:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to an external web service from sas rtdm</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Connect-to-an-external-web-service-from-sas-rtdm/m-p/504475#M1039</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is some initial information on this.&amp;nbsp; If you had any further questions my recommendation would be to open a technical support track.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The application properties file for the server or the Java keystore for a client points to the keys.&amp;nbsp; The https part of the URL will go fetch the keys from the keystore based on hostname&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like:&lt;/P&gt;
&lt;P&gt;server.port=8443&lt;/P&gt;
&lt;P&gt;server.ssl.key-store=classpath:keystore.jks&lt;/P&gt;
&lt;P&gt;server.ssl.key-store-password=password&lt;/P&gt;
&lt;P&gt;server.ssl.key-alias=selfsigned&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Juan&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 20:12:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Connect-to-an-external-web-service-from-sas-rtdm/m-p/504475#M1039</guid>
      <dc:creator>JuanM</dc:creator>
      <dc:date>2018-10-15T20:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to an external web service from sas rtdm</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Connect-to-an-external-web-service-from-sas-rtdm/m-p/504616#M1041</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/133275"&gt;@psmerill&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in addition to what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/133887"&gt;@JuanM&lt;/a&gt;&amp;nbsp;suggests:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- you might want to have the certificate path (CA, Intermediates and server certificate, in that order) in PEM - base64 format.&lt;/P&gt;
&lt;P&gt;- Then you can import them to your SAS Private JRE, if SAS 9.4, or your Java verison used by SAS if SAS 9.3 or earlier.&lt;/P&gt;
&lt;P&gt;a) You can import them with SAS Deployment Manager, if you are in SAS 9.4&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#n1g06e7anjkl1cn1qdon5uuh5wwy.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#n1g06e7anjkl1cn1qdon5uuh5wwy.htm&lt;/A&gt; for UNIX&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#p188ovr3r9is2mn1bot0p1r2vuws.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#p188ovr3r9is2mn1bot0p1r2vuws.htm&lt;/A&gt; for Windows&lt;/P&gt;
&lt;P&gt;b) you could also use a nice Java tool, to connect to the external web server and automatically import the certificates in your keystore&amp;nbsp;&lt;A href="http://support.sas.com/kb/57/370.html" target="_blank"&gt;http://support.sas.com/kb/57/370.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After you do this, it is possible that you might need to restart some RTDM services, so the JVMs would take the right certificates.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 07:28:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Connect-to-an-external-web-service-from-sas-rtdm/m-p/504616#M1041</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-10-16T07:28:40Z</dc:date>
    </item>
  </channel>
</rss>

