<?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: API call in BP in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55545#M1160</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2114"&gt;@mgagarin1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;That wizard is for defining external, 3rd party SOAP web services that you want to invoke from within your Blue Prism processes/VBOs. Basically they will be presented, assuming their WSDL is properly interpreted, as available VBOs within an Action stage.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&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>Tue, 05 Apr 2022 14:17:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-04-05T14:17:00Z</dc:date>
    <item>
      <title>API call in BP</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55540#M1155</link>
      <description>Hello again,&lt;BR /&gt;I need to understand how&amp;nbsp; to call API in BluePrism.&amp;nbsp; We are thinking of using this to process invoices in one of our application system.&amp;nbsp; I have seen few posts here about API and still catching up. &lt;BR /&gt;--Looks like we have REST API&amp;nbsp; as we transfer values., is this supported ?&lt;BR /&gt;-- what VBO is use to call API?&amp;nbsp;&lt;BR /&gt;--Is there any tutorial or demo on how to start. or documentations on steps or requirements?&lt;BR /&gt;-- we are still in 6.3 version so not sure if this is doable.&lt;BR /&gt;&lt;BR /&gt;Appreciate your help and any inputs. Thank you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marilyn Gagarin&lt;BR /&gt;Senior Programmer/Analyst&lt;BR /&gt;United Rental, Inc.&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2022 19:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55540#M1155</guid>
      <dc:creator>mgagarin1</dc:creator>
      <dc:date>2022-04-04T19:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: API call in BP</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55541#M1156</link>
      <description>A call to REST API is nothing more than a correctly formatted HTTP GET&amp;nbsp; or POST. This can be accomplished using the HTTP VBO. Just like you can use any other language , or POSTMAN tool to send a request to any URL you can use the HTTP VBO to send a request to an endpoint route as long as you provide correct values in all the Input Parameters needed for that request&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arkady Dudko&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2022 20:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55541#M1156</guid>
      <dc:creator>adudko</dc:creator>
      <dc:date>2022-04-04T20:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: API call in BP</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55542#M1157</link>
      <description>Hi &lt;SPAN&gt;Marilyn,&lt;BR /&gt;&lt;BR /&gt;The in-built REST API feature was made available from Blue Prism V6.4 onwards. You can upgrade to a higher version of Blue Prism in order to manage various REST API services Blue Prism may call more effectively. This feature can help you integrate most of the REST API services with only a few exceptions. It is a better way of managing and integrating REST API services with Blue Prism.&lt;BR /&gt;&lt;BR /&gt;In v6.3, you can utilise Utility VBOs to achieve the same, just that it is less user friendly as compared to the feature offered in v6.4. Working knowledge of how REST web services work is highly recommended. This involves you develop understanding the concepts such as the composition of web request and web response. A good place to start is to obtain the latest version of those VBOs from Blue Prism Digitial Exchange. The two key ones are:&lt;BR /&gt;&lt;BR /&gt;1. &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---http" target="_blank" rel="noopener"&gt;Utility HTTP&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This utility creates a web request and returns a web response from the web service. It is the main VBO to use. The DX version is more feature rich, and is recommended instead of the same VBO shipped with the product.&lt;BR /&gt;&lt;BR /&gt;2. &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---json" target="_blank" rel="noopener"&gt;Utility JSON&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This utility allows transformation between JSON and Blue Prism collection. It will help in transforming returned JSON string from the response into a collection data item that you can readily work with Blue Prism.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2022 01:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55542#M1157</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2022-04-05T01:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: API call in BP</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55543#M1158</link>
      <description>Hi Arkady,&lt;BR /&gt;Thank you for your reply.&amp;nbsp; Looks like I need the latest version of HTTP VBO. We have not used this VBO and it was included in out BP install.&lt;BR /&gt;Again, this is all new to me and needed information and advice as I can get. Appreciate it.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marilyn Gagarin&lt;BR /&gt;Senior Programmer/Analyst&lt;BR /&gt;United Rental, Inc.&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2022 13:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55543#M1158</guid>
      <dc:creator>mgagarin1</dc:creator>
      <dc:date>2022-04-05T13:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: API call in BP</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55544#M1159</link>
      <description>Hi Bruce.&lt;BR /&gt;Thank you for the information.&amp;nbsp; Agree, need to understand on this little by little.&amp;nbsp; We have the Utility - HTTP from our BP install.&amp;nbsp; I will need the latest version and download from DX&lt;BR /&gt;Also, I&amp;nbsp; see some posts mentioned Web Services, see below. This has to be setup as well or required?&amp;nbsp; is this being used by HTTP VBO?&amp;nbsp; probably I should read more.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7124.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7297i875BED7022E69F62/image-size/large?v=v2&amp;amp;px=999" role="button" title="7124.png" alt="7124.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marilyn Gagarin&lt;BR /&gt;Senior Programmer/Analyst&lt;BR /&gt;United Rental, Inc.&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2022 14:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55544#M1159</guid>
      <dc:creator>mgagarin1</dc:creator>
      <dc:date>2022-04-05T14:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: API call in BP</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55545#M1160</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2114"&gt;@mgagarin1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;That wizard is for defining external, 3rd party SOAP web services that you want to invoke from within your Blue Prism processes/VBOs. Basically they will be presented, assuming their WSDL is properly interpreted, as available VBOs within an Action stage.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&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>Tue, 05 Apr 2022 14:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/API-call-in-BP/m-p/55545#M1160</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-04-05T14:17:00Z</dc:date>
    </item>
  </channel>
</rss>

