<?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 Consume Web Service Soap with header authentication in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Consume-Web-Service-Soap-with-header-authentication/m-p/48891#M4369</link>
    <description>I'm trying to consume a SOAP web service with a basic authentication scheme. As per the guidelines in the Blue Prism Web Service guide, I generated the code using "wsdl.exe" and included it in the object's initialise. I created a new action and included in a code stage the C # code to authenticate and invoke the web service method I need. But Blue Prism is experiencing the following error "The request was canceled: A secure channel for SSL / TLS could not be created." I tested the same code used in Blue Prism in Visual Studio and it worked correctly. Does anyone have any suggestions to solve this problem?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Analista de Negócio&lt;BR /&gt;CSC Algar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 06 Mar 2020 12:21:00 GMT</pubDate>
    <dc:creator>deise.santos</dc:creator>
    <dc:date>2020-03-06T12:21:00Z</dc:date>
    <item>
      <title>Consume Web Service Soap with header authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Consume-Web-Service-Soap-with-header-authentication/m-p/48891#M4369</link>
      <description>I'm trying to consume a SOAP web service with a basic authentication scheme. As per the guidelines in the Blue Prism Web Service guide, I generated the code using "wsdl.exe" and included it in the object's initialise. I created a new action and included in a code stage the C # code to authenticate and invoke the web service method I need. But Blue Prism is experiencing the following error "The request was canceled: A secure channel for SSL / TLS could not be created." I tested the same code used in Blue Prism in Visual Studio and it worked correctly. Does anyone have any suggestions to solve this problem?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Analista de Negócio&lt;BR /&gt;CSC Algar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Mar 2020 12:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Consume-Web-Service-Soap-with-header-authentication/m-p/48891#M4369</guid>
      <dc:creator>deise.santos</dc:creator>
      <dc:date>2020-03-06T12:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Consume Web Service Soap with header authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Consume-Web-Service-Soap-with-header-authentication/m-p/48892#M4370</link>
      <description>The problem was solved by adding the code below: &lt;BR /&gt;&lt;BR /&gt;ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls&lt;BR /&gt;| SecurityProtocolType.Tls11&lt;BR /&gt;| SecurityProtocolType.Tls12&lt;BR /&gt;| SecurityProtocolType.Ssl3;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Analista de Negócio&lt;BR /&gt;CSC Algar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Mar 2020 13:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Consume-Web-Service-Soap-with-header-authentication/m-p/48892#M4370</guid>
      <dc:creator>deise.santos</dc:creator>
      <dc:date>2020-03-06T13:41:00Z</dc:date>
    </item>
  </channel>
</rss>

