<?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: Web Service Training Exercise in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Web-Service-Training-Exercise/m-p/96525#M3186</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This problem is due to a known limitation in the Blue Prism Soap client.&amp;nbsp; &amp;nbsp;The Blue Prism client does not follow redirects on SOAP requests.&amp;nbsp; Because you are executing the WSDL &lt;A data-url="https://www.w3schools.com/xml/tempconvert.asmx?WSDL" class="embedly-content" href="https://www.w3schools.com/xml/tempconvert.asmx?WSDL" target="_blank" rel="noopener"&gt;https://www.w3schools.com/xml/tempconvert.asmx?WSDL&lt;/A&gt; from the Blue Prism client and the w3scools.com site is using a 301 Redirect message the request is returning HTML instead of a SOAP xml message.&amp;nbsp; &amp;nbsp;You can see this pretty easily if you download the free SoapUI tool and configure using the wsdl above.&amp;nbsp; If you execute this method, you will get a valid response.&amp;nbsp; This is because SoapUI is smart enough to handle redirects, but the Blue Prism SOAP client unfortunately is not.&amp;nbsp; I have seen this impact the ability to download files as there is sometimes a redirect to the file location.&amp;nbsp; &amp;nbsp;From a website point of view, It is common best practice to use a reverse proxy instead of a redirect for this exact reason because it's a breaking change to any client that doesn't know how to follow this redirect.&amp;nbsp; &amp;nbsp;You could enter an entry on the idea portal to request the SOAP client be configurable to follow redirects or upvote an existing one as I am almost certain this is not the first time this has been experienced.&lt;BR /&gt;&lt;BR /&gt;I would suggest using the HTTP/HTTP VBO instead or if a REST API is available use that instead.&lt;BR /&gt;&lt;BR /&gt;You can find the tool here:&lt;A href="https://www.soapui.org/" target="_blank" rel="noopener"&gt; The World's Most Popular API Testing Tool | SoapUI&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Example with follow redirect true:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35084.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35147iA97D7411D72E4874/image-size/large?v=v2&amp;amp;px=999" role="button" title="35084.png" alt="35084.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Example with follow redirect false:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35085.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35154i903D0E8C57FEA55D/image-size/large?v=v2&amp;amp;px=999" role="button" title="35085.png" alt="35085.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Mon, 10 Oct 2022 20:19:42 GMT</pubDate>
    <dc:creator>crjohns</dc:creator>
    <dc:date>2022-10-10T20:19:42Z</dc:date>
    <item>
      <title>Web Service Training Exercise</title>
      <link>https://community.blueprism.com/t5/University-Forum/Web-Service-Training-Exercise/m-p/96524#M3185</link>
      <description>&lt;SPAN&gt;I am trying the Web Service training exercise "Temperature Converter". However, the web service action is failing. Below details for reference. I am using the Native SOAP integration, this is fine or do we have any recommended approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;URL:&amp;nbsp;&lt;/SPAN&gt;&lt;A data-url="https://www.w3schools.com/xml/tempconvert.asmx?WSDL" class="embedly-content" href="https://www.w3schools.com/xml/tempconvert.asmx?WSDL" target="_blank" rel="noopener"&gt;https://www.w3schools.com/xml/tempconvert.asmx?WSDL&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35086.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35152i8C570C40B0D52226/image-size/large?v=v2&amp;amp;px=999" role="button" title="35086.png" alt="35086.png" /&gt;&lt;/span&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;</description>
      <pubDate>Wed, 05 Oct 2022 15:54:14 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Web-Service-Training-Exercise/m-p/96524#M3185</guid>
      <dc:creator>sastharpa</dc:creator>
      <dc:date>2022-10-05T15:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Training Exercise</title>
      <link>https://community.blueprism.com/t5/University-Forum/Web-Service-Training-Exercise/m-p/96525#M3186</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This problem is due to a known limitation in the Blue Prism Soap client.&amp;nbsp; &amp;nbsp;The Blue Prism client does not follow redirects on SOAP requests.&amp;nbsp; Because you are executing the WSDL &lt;A data-url="https://www.w3schools.com/xml/tempconvert.asmx?WSDL" class="embedly-content" href="https://www.w3schools.com/xml/tempconvert.asmx?WSDL" target="_blank" rel="noopener"&gt;https://www.w3schools.com/xml/tempconvert.asmx?WSDL&lt;/A&gt; from the Blue Prism client and the w3scools.com site is using a 301 Redirect message the request is returning HTML instead of a SOAP xml message.&amp;nbsp; &amp;nbsp;You can see this pretty easily if you download the free SoapUI tool and configure using the wsdl above.&amp;nbsp; If you execute this method, you will get a valid response.&amp;nbsp; This is because SoapUI is smart enough to handle redirects, but the Blue Prism SOAP client unfortunately is not.&amp;nbsp; I have seen this impact the ability to download files as there is sometimes a redirect to the file location.&amp;nbsp; &amp;nbsp;From a website point of view, It is common best practice to use a reverse proxy instead of a redirect for this exact reason because it's a breaking change to any client that doesn't know how to follow this redirect.&amp;nbsp; &amp;nbsp;You could enter an entry on the idea portal to request the SOAP client be configurable to follow redirects or upvote an existing one as I am almost certain this is not the first time this has been experienced.&lt;BR /&gt;&lt;BR /&gt;I would suggest using the HTTP/HTTP VBO instead or if a REST API is available use that instead.&lt;BR /&gt;&lt;BR /&gt;You can find the tool here:&lt;A href="https://www.soapui.org/" target="_blank" rel="noopener"&gt; The World's Most Popular API Testing Tool | SoapUI&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Example with follow redirect true:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35084.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35147iA97D7411D72E4874/image-size/large?v=v2&amp;amp;px=999" role="button" title="35084.png" alt="35084.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Example with follow redirect false:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35085.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35154i903D0E8C57FEA55D/image-size/large?v=v2&amp;amp;px=999" role="button" title="35085.png" alt="35085.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 10 Oct 2022 20:19:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Web-Service-Training-Exercise/m-p/96525#M3186</guid>
      <dc:creator>crjohns</dc:creator>
      <dc:date>2022-10-10T20:19:42Z</dc:date>
    </item>
  </channel>
</rss>

