<?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 Use API to post file in BluePrism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99994#M47417</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have an webservice like this in curl&lt;BR /&gt;&lt;BR /&gt;curl --request POST &lt;BR /&gt;--url &lt;A href="https://information..........Com/" target="test_blank"&gt;https://information..........Com/&lt;/A&gt; &lt;BR /&gt;--header 'Content-Type: multipart/form-data;&lt;BR /&gt;--form 'file=@C:\test.pdf'&lt;BR /&gt;&lt;BR /&gt;Can somebody tell me How to use it in BluePrism?&lt;BR /&gt;&lt;BR /&gt;More thanks to your help</description>
    <pubDate>Wed, 31 Mar 2021 09:12:11 GMT</pubDate>
    <dc:creator>Edjabou</dc:creator>
    <dc:date>2021-03-31T09:12:11Z</dc:date>
    <item>
      <title>Use API to post file in BluePrism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99994#M47417</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have an webservice like this in curl&lt;BR /&gt;&lt;BR /&gt;curl --request POST &lt;BR /&gt;--url &lt;A href="https://information..........Com/" target="test_blank"&gt;https://information..........Com/&lt;/A&gt; &lt;BR /&gt;--header 'Content-Type: multipart/form-data;&lt;BR /&gt;--form 'file=@C:\test.pdf'&lt;BR /&gt;&lt;BR /&gt;Can somebody tell me How to use it in BluePrism?&lt;BR /&gt;&lt;BR /&gt;More thanks to your help</description>
      <pubDate>Wed, 31 Mar 2021 09:12:11 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99994#M47417</guid>
      <dc:creator>Edjabou</dc:creator>
      <dc:date>2021-03-31T09:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Use API to post file in BluePrism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99995#M47418</link>
      <description>What version of Blue Prism are you using?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 31 Mar 2021 12:02:06 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99995#M47418</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-03-31T12:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use API to post file in BluePrism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99996#M47419</link>
      <description>Hello thanks,&lt;BR /&gt;I have BP 6.4.2</description>
      <pubDate>Wed, 31 Mar 2021 12:29:54 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99996#M47419</guid>
      <dc:creator>Edjabou</dc:creator>
      <dc:date>2021-03-31T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Use API to post file in BluePrism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99997#M47420</link>
      <description>Ok. You've got a couple options then. With v6.4, we unveiled a new feature called Web API Services. You can find this under &lt;EM&gt;&lt;STRONG&gt;System -&amp;gt; Objects -&amp;gt; Web API Services&lt;/STRONG&gt;&lt;/EM&gt;. There's a pretty straightforward interface for defining a RESTful service interface that you want to interact with. You can find further details at the links below:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://bpdocs.blueprism.com/bp-6-9/en-us/Web%20API/HTML/web-api.htm?Highlight=web%20api" target="_blank" rel="noopener"&gt;Web API Services&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://bpdocs.blueprism.com/bp-6-9/en-us/Web%20API/HTML/configure-api-definition.htm?Highlight=web%20api" target="_blank" rel="noopener"&gt;Create a Web API definition&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Alternatively, you could use the Utility - HTTP VBO that ships with Blue Prism.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 31 Mar 2021 13:04:03 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99997#M47420</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-03-31T13:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Use API to post file in BluePrism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99998#M47421</link>
      <description>&lt;P&gt;Hi Eugene,&lt;BR /&gt;&lt;BR /&gt;Please check out the following thread where multi part form was discussed in much detail:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MessageKey=52119c58-2f30-465b-b65e-61862a3d75fe&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer" target="_blank" rel="noopener"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MessageKey=52119c58-2f30-465b-b65e-61862a3d75fe&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 23:39:28 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-API-to-post-file-in-BluePrism/m-p/99998#M47421</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-04-05T23:39:28Z</dc:date>
    </item>
  </channel>
</rss>

