<?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: SOAP Web Servicies  -  SOAP header section in a SOAP request. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/83914#M35127</link>
    <description>Hi @Eric&amp;nbsp;Wilson,&lt;BR /&gt;&lt;BR /&gt;​thank you for your reply.&lt;BR /&gt;Generating the C# class(es) to handle this WSDL using the .NET tools will probably be the only option in this case. The web service also uses WS-Security mechanisms, a security token (&lt;SPAN&gt;Username token)&lt;/SPAN&gt; is inserted in the request message. Obviously WS-Security mechanisms BP SOAP Web service feature does not support. Is that right?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jiri Hlucil&lt;BR /&gt;Blue Prism Developer&lt;BR /&gt;Sberbank CZ, a. s.&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Oct 2021 07:25:00 GMT</pubDate>
    <dc:creator>hlucil.jiri</dc:creator>
    <dc:date>2021-10-26T07:25:00Z</dc:date>
    <item>
      <title>SOAP Web Servicies  -  SOAP header section in a SOAP request.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/83911#M35124</link>
      <description>Hi community,&lt;BR /&gt;&lt;BR /&gt;to access a third-party SOAP Web service from Blue Prism, the easiest way to go is to use the SOAP WSDL of the web service and import it through Blue Prism System Manager.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In our case, the mandatory subelement of the SOAP envelope is the SOAP header.&lt;BR /&gt;&lt;SPAN&gt;WSDL indicate this headers by using a&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="ph codeph"&gt;&amp;lt;soap:header&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;tag in the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="ph codeph"&gt;&amp;lt;wsdl:input&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="ph codeph"&gt;&amp;lt;wsdl:output&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt; elements in the WSDL file. But I have a feeling that BP feature&amp;nbsp; SOAP Web Servicies doesn't understand that, because the header attributes are not presented in the SOAP WS business object in development studio&lt;BR /&gt;&lt;BR /&gt;Does anyone have any practical experience with this?&lt;BR /&gt;&lt;BR /&gt;Jiri&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jiri Hlucil&lt;BR /&gt;Blue Prism Developer&lt;BR /&gt;Sberbank CZ, a. s.&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------</description>
      <pubDate>Wed, 20 Oct 2021 13:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/83911#M35124</guid>
      <dc:creator>hlucil.jiri</dc:creator>
      <dc:date>2021-10-20T13:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: SOAP Web Servicies  -  SOAP header section in a SOAP request.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/83912#M35125</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/933"&gt;@hlucil.jiri&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Can you share the WSDL you're working with, so we can test it? My guess is that you may have to open a ticket with support on this.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Oct 2021 11:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/83912#M35125</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-21T11:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: SOAP Web Servicies  -  SOAP header section in a SOAP request.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/83913#M35126</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/933"&gt;@hlucil.jiri&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;**Replying in the thread as DM's don't seem to work for me.** &lt;BR /&gt;&lt;BR /&gt;Thank you for sharing the WSDL with me. Unfortunately, I cannot test with this as there are several referenced WSDL's within it. I would have to have all of the associated WSDL's.&lt;BR /&gt;&lt;BR /&gt;As I mentioned in my previous post I'd suggest opening a ticket with support on this one. I have a feeling this is simply the way the logic for handling WSDLs works in Blue Prism.&lt;BR /&gt;&lt;BR /&gt;As an alternative, you could look at generating the C# class(es) to handle this WSDL using the .NET tools like &lt;STRONG&gt;wsdl.exe&lt;/STRONG&gt; or &lt;STRONG&gt;svcutil.exe&lt;/STRONG&gt;. You could then copy those class definitions into a VBO definition in Blue Prism. There's more to it than what I've described, but it's an option if support comes back with "works as designed".&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2021 14:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/83913#M35126</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-22T14:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: SOAP Web Servicies  -  SOAP header section in a SOAP request.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/83914#M35127</link>
      <description>Hi @Eric&amp;nbsp;Wilson,&lt;BR /&gt;&lt;BR /&gt;​thank you for your reply.&lt;BR /&gt;Generating the C# class(es) to handle this WSDL using the .NET tools will probably be the only option in this case. The web service also uses WS-Security mechanisms, a security token (&lt;SPAN&gt;Username token)&lt;/SPAN&gt; is inserted in the request message. Obviously WS-Security mechanisms BP SOAP Web service feature does not support. Is that right?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jiri Hlucil&lt;BR /&gt;Blue Prism Developer&lt;BR /&gt;Sberbank CZ, a. s.&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2021 07:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/83914#M35127</guid>
      <dc:creator>hlucil.jiri</dc:creator>
      <dc:date>2021-10-26T07:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP Web Servicies  -  SOAP header section in a SOAP request.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/120612#M53237</link>
      <description>&lt;P&gt;I'm bringing this thread back to the forefront to ask: Is there a guide for implementing WS Security that isn't as outdated as the one Blue Prism offers?&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 05:55:52 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SOAP-Web-Servicies-SOAP-header-section-in-a-SOAP-request/m-p/120612#M53237</guid>
      <dc:creator>atorovio</dc:creator>
      <dc:date>2025-05-27T05:55:52Z</dc:date>
    </item>
  </channel>
</rss>

