<?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: Retrieve binary data document from webservice using Web APIs feature in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49107#M4567</link>
    <description>Hi Sheela,&lt;BR /&gt;&lt;BR /&gt;Are you receiving a binary response in the API call? Have you tried out the Request File action in Utility - HTTP. On a separate note, the VBO now also has a action for HTTP multipart requests.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 03 May 2021 05:07:00 GMT</pubDate>
    <dc:creator>shashank.kumar280</dc:creator>
    <dc:date>2021-05-03T05:07:00Z</dc:date>
    <item>
      <title>Retrieve binary data document from webservice using Web APIs feature</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49100#M4560</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We are trying to send a document using a webservice , then retrieve the document modified and returned by the webservice in Blue Prism.&lt;BR /&gt;&lt;BR /&gt;We are able to call the service successfully using Postman&amp;nbsp; with the Web APIs feature of Blue Prism version 6.6.&lt;BR /&gt;But we couldn't correctly retrieve the document.&lt;BR /&gt;&lt;BR /&gt;The webservice returns the document in a" binary data". But Blue Prism catchs the Response Content and converts it in "Text" format.&lt;BR /&gt;So we couldn't save correctly the document.&lt;BR /&gt;&lt;BR /&gt;I have tried to change the type of the Response Content into "Binary" or Use the Action "Utility - File Management - Write Binary Data"&amp;nbsp; .&lt;BR /&gt;&lt;BR /&gt;But I have the following message error:&lt;BR /&gt;&lt;BR /&gt;"Internal : Failed to translate data - No conversion available from Text to Binary"&lt;BR /&gt;&lt;BR /&gt;Is ther a way to retrieve the Response Content directly in Binary data format&amp;nbsp; ?&lt;BR /&gt;Could you advice?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Elsa Sklavounou&lt;BR /&gt;Head of Partnerships&lt;BR /&gt;SYSTRAN SAS&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------</description>
      <pubDate>Mon, 14 Oct 2019 15:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49100#M4560</guid>
      <dc:creator>ElsaSklavounou1</dc:creator>
      <dc:date>2019-10-14T15:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Retrieve binary data document from webservice using Web APIs feature</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49101#M4561</link>
      <description>I am facing the same issue. the response_content from sharepoint REST call is binary data (excel file) which BP returns as text cannot be written into a file. Did anyone find a solution to this?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pritesh Jadhav&lt;BR /&gt;Senior Associate&lt;BR /&gt;PwC&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2019 21:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49101#M4561</guid>
      <dc:creator>PriteshJadhav</dc:creator>
      <dc:date>2019-10-14T21:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Retrieve binary data document from webservice using Web APIs feature</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49102#M4562</link>
      <description>&lt;P&gt;​We too have this problem, and if we set the input "File URL" to True,&lt;/P&gt;
&lt;P&gt;Then we get a error that we are not allowed to use empty Path.&lt;/P&gt;
&lt;P&gt;If we put the Path in Body, the error is File Not Found.&lt;BR /&gt;Please help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pia van Acker&lt;BR /&gt;Digitaliseringskonsulent&lt;BR /&gt;Gladsaxe Commune&lt;BR /&gt;Europe/Copenhagen&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49102#M4562</guid>
      <dc:creator>Piavan_Acker</dc:creator>
      <dc:date>2020-02-03T14:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Retrieve binary data document from webservice using Web APIs feature</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49103#M4563</link>
      <description>Hi, Elsa,&lt;BR /&gt;&lt;BR /&gt;usually web services returns binary data encoded in Base64 therefore saving it as plain text would not help. I created a code stage for one of our customers (integration with IBM Content Manager) which returned mix of xml and binary data. If you are interested you can write me privately and we can sort it out.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2020 08:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49103#M4563</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-02-04T08:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Retrieve binary data document from webservice using Web APIs feature</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49104#M4564</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The current web api object is unable to accommodate files in the web response. When working with endpoints that return files please use a VBO with code stages.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2020 13:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49104#M4564</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2020-02-04T13:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Retrieve binary data document from webservice using Web APIs feature</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49105#M4565</link>
      <description>&lt;BR /&gt;CodeStage below works for us.&lt;BR /&gt;&lt;BR /&gt;outBinary = System.Convert.FromBase64String(inString)&lt;BR /&gt;&lt;BR /&gt;Then use "Utility - File Management &amp;gt; Write Binary Data" to save.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30007.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30135iCD2AC42634446324/image-size/large?v=v2&amp;amp;px=999" role="button" title="30007.png" alt="30007.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Philip Trovato&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2020 13:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49105#M4565</guid>
      <dc:creator>PhilipTrovato</dc:creator>
      <dc:date>2020-02-05T13:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Retrieve binary data document from webservice using Web APIs feature</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49106#M4566</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/46595"&gt;@PhilipTrovato&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I tired your solution. But I can see the&amp;nbsp; binary data is corrupted.&lt;BR /&gt;&lt;BR /&gt;Did someone resolve this issue?&lt;BR /&gt;If so, Could you please share me the logic.&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sheela Parthasarathy&lt;BR /&gt;Assistant Consultant&lt;BR /&gt;TCS&lt;BR /&gt;Pacific/Apia&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 01 May 2021 23:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49106#M4566</guid>
      <dc:creator>Sheela</dc:creator>
      <dc:date>2021-05-01T23:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Retrieve binary data document from webservice using Web APIs feature</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49107#M4567</link>
      <description>Hi Sheela,&lt;BR /&gt;&lt;BR /&gt;Are you receiving a binary response in the API call? Have you tried out the Request File action in Utility - HTTP. On a separate note, the VBO now also has a action for HTTP multipart requests.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 03 May 2021 05:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Retrieve-binary-data-document-from-webservice-using-Web-APIs/m-p/49107#M4567</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2021-05-03T05:07:00Z</dc:date>
    </item>
  </channel>
</rss>

