<?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: Get SOAP data using HTTP Request in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Get-SOAP-data-using-HTTP-Request/m-p/86463#M37313</link>
    <description>Interesting case &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Too early in the morning to experiment for me but I notice the CURL has a -H that I recall is a Header. Maybe you need a Header collection in your POST call to replicate that?&lt;BR /&gt;&lt;BR /&gt;peter&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;PeterLacken&lt;BR /&gt;Ren Røros Intelligent Automation&lt;BR /&gt;Peter.Lacken@rria.no&lt;BR /&gt;&lt;A href="http://www.rria.no" target="test_blank"&gt;http://www.rria.no&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Jan 2020 06:29:00 GMT</pubDate>
    <dc:creator>peterlacken</dc:creator>
    <dc:date>2020-01-08T06:29:00Z</dc:date>
    <item>
      <title>Get SOAP data using HTTP Request</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-SOAP-data-using-HTTP-Request/m-p/86462#M37312</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm trying to utilize a SOAP based Web API, using the HTTP Request action.&lt;BR /&gt;Unfortunately it's not possible to use the Web Services directly.&lt;BR /&gt;&lt;BR /&gt;I can get the data I want by using the cURL command below - some data are redacted:&lt;BR /&gt;curl -X POST -H "Content-Type: text/xml" -H 'SOAPAction: "http://www.website.tld/2019/01/api/IHelloApiV1/SayHello"' --data-binary @request.xml &lt;A href="https://www.website.tld/website/943/api/hello/v1?wsdl" target="test_blank"&gt;https://www.website.tld/website/943/api/hello/v1?wsdl&lt;/A&gt; --user username:password.&lt;BR /&gt;The contents of the request.xml file is as follows:&lt;BR /&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://www.website.tld/2019/01/api"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;soapenv:Header/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;api:SayHello&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;api:name&amp;gt;Nicki&amp;lt;/api:name&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/api:SayHello&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;BR /&gt;&lt;BR /&gt;In Blue Prism, I have configured the HTTP Request action like this:&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="11823.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/11993iE69FB00FBEBE1FEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="11823.png" alt="11823.png" /&gt;&lt;/span&gt;&lt;BR /&gt;However, I do recieve this error: &lt;BR /&gt;"The message with Action '' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None)"&lt;BR /&gt;&lt;BR /&gt;My guess would be something with the&amp;nbsp;SOAPAction part of the cURL command, missing in Blue Prism, but I'm not by any means an SOAP expert &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone spot my mistake?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicki Kristensen &lt;BR /&gt;RPA Developer&lt;BR /&gt;IBC International Business College&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2020 12:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-SOAP-data-using-HTTP-Request/m-p/86462#M37312</guid>
      <dc:creator>NickiKristensen</dc:creator>
      <dc:date>2020-01-07T12:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get SOAP data using HTTP Request</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-SOAP-data-using-HTTP-Request/m-p/86463#M37313</link>
      <description>Interesting case &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Too early in the morning to experiment for me but I notice the CURL has a -H that I recall is a Header. Maybe you need a Header collection in your POST call to replicate that?&lt;BR /&gt;&lt;BR /&gt;peter&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;PeterLacken&lt;BR /&gt;Ren Røros Intelligent Automation&lt;BR /&gt;Peter.Lacken@rria.no&lt;BR /&gt;&lt;A href="http://www.rria.no" target="test_blank"&gt;http://www.rria.no&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 06:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-SOAP-data-using-HTTP-Request/m-p/86463#M37313</guid>
      <dc:creator>peterlacken</dc:creator>
      <dc:date>2020-01-08T06:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get SOAP data using HTTP Request</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-SOAP-data-using-HTTP-Request/m-p/86464#M37314</link>
      <description>Thank you Peter, that did the trick!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicki Kristensen &lt;BR /&gt;RPA Developer&lt;BR /&gt;IBC International Business College&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 07:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-SOAP-data-using-HTTP-Request/m-p/86464#M37314</guid>
      <dc:creator>NickiKristensen</dc:creator>
      <dc:date>2020-01-08T07:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get SOAP data using HTTP Request</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-SOAP-data-using-HTTP-Request/m-p/86465#M37315</link>
      <description>Hi Nicki, Did you pass that request.xml as collection in the header? Can you please share more details how xml was passed to the Webservice url.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2021 19:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-SOAP-data-using-HTTP-Request/m-p/86465#M37315</guid>
      <dc:creator>VijayKumar6</dc:creator>
      <dc:date>2021-07-26T19:29:00Z</dc:date>
    </item>
  </channel>
</rss>

