<?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 Using APIs in Blue Prism in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Using-APIs-in-Blue-Prism/m-p/44841#M72</link>
    <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I am fairly new to APIs. I have done the "&lt;A class="hyd-text-link-negative active disabled" href="https://university.blueprism.com/learn/course/16615/play/36389/course-evaluation" target="_blank" rel="noopener"&gt;Using Web APIs in Blue Prism&lt;/A&gt;" e-learning at BP University, but was left wanting (quite a bit) more.&amp;nbsp;&lt;BR /&gt;I would love some pointers in the right direction. Suggestions to web-based courses, reading material or topics that I should focus on. &lt;BR /&gt;I have been developing in Blue Prism since 2018 but have not used APIs to any real extent. I basically need to read up on APIs and how they work and if possible locate some training/documentation specifically aimed at APIs in Blue Prism.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Johanna Westlund&lt;BR /&gt;RPA developer&lt;BR /&gt;Sparebank 1 ØA&lt;BR /&gt;/Norway&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Jun 2021 10:21:00 GMT</pubDate>
    <dc:creator>johwes</dc:creator>
    <dc:date>2021-06-07T10:21:00Z</dc:date>
    <item>
      <title>Using APIs in Blue Prism</title>
      <link>https://community.blueprism.com/t5/University-Forum/Using-APIs-in-Blue-Prism/m-p/44841#M72</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I am fairly new to APIs. I have done the "&lt;A class="hyd-text-link-negative active disabled" href="https://university.blueprism.com/learn/course/16615/play/36389/course-evaluation" target="_blank" rel="noopener"&gt;Using Web APIs in Blue Prism&lt;/A&gt;" e-learning at BP University, but was left wanting (quite a bit) more.&amp;nbsp;&lt;BR /&gt;I would love some pointers in the right direction. Suggestions to web-based courses, reading material or topics that I should focus on. &lt;BR /&gt;I have been developing in Blue Prism since 2018 but have not used APIs to any real extent. I basically need to read up on APIs and how they work and if possible locate some training/documentation specifically aimed at APIs in Blue Prism.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Johanna Westlund&lt;BR /&gt;RPA developer&lt;BR /&gt;Sparebank 1 ØA&lt;BR /&gt;/Norway&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 10:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Using-APIs-in-Blue-Prism/m-p/44841#M72</guid>
      <dc:creator>johwes</dc:creator>
      <dc:date>2021-06-07T10:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Using APIs in Blue Prism</title>
      <link>https://community.blueprism.com/t5/University-Forum/Using-APIs-in-Blue-Prism/m-p/44842#M73</link>
      <description>Hey Johanna, see if this helps you&lt;BR /&gt;&lt;A href="https://www.guru99.com/comparison-between-web-services.html" target="test_blank"&gt;https://www.guru99.com/comparison-between-web-services.html&lt;/A&gt;&lt;BR /&gt;There is API for numerous purposes, including I think its interest is cool, considering almost 100% of integrations with large systems today are via API such as MS Azure and AWS,&lt;BR /&gt;&lt;BR /&gt;But basically there are SOAP Web Services and REST FULL, it would be a good start to understand how they work, today you can make a process blue prism behave like a SOAP that can be called through an end point, such as this process: it needs to receive some information and assemble a string:&lt;span class="lia-inline-image-display-wrapper" image-alt="34119.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34190i56A7036AB9C194C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="34119.png" alt="34119.png" /&gt;&lt;/span&gt;So I exposed it on my part of the system and now I can make SOAP calls as I'll show below, passing the pass parameters through the endpoint: &lt;A href="http://localhost:8181" target="test_blank"&gt;http://localhost:8181&lt;/A&gt; /ws/Testing?Wsdl&lt;span class="lia-inline-image-display-wrapper" image-alt="34120.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34192i959989E1D1E12161/image-size/large?v=v2&amp;amp;px=999" role="button" title="34120.png" alt="34120.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Good Study!!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;+55 (081) 98886-9544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 13:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Using-APIs-in-Blue-Prism/m-p/44842#M73</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-06-07T13:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Using APIs in Blue Prism</title>
      <link>https://community.blueprism.com/t5/University-Forum/Using-APIs-in-Blue-Prism/m-p/44843#M74</link>
      <description>Hi Johanna.&lt;BR /&gt;&lt;BR /&gt;Have you looked at the API guide (&lt;A href="https://portal.blueprism.com/system/files/documents/v6.10%20User%20Guide%20-%20Web%20APIs.pdf" target="_blank" rel="noopener"&gt;v6.10 User Guide - Web APIs (blueprism.com)&lt;/A&gt;) in the portal? This should help enhance your understanding. Also, are you looking to use web services from external sources in a Blue Prism solution or call a Blue Prism solution from an external source?&lt;BR /&gt;&lt;BR /&gt;There are a lot of skills on the DX that use web APIs to call external products, Service Now for example, that you could also look at and read the documentation. These may be of help.&lt;BR /&gt;&lt;BR /&gt;jack&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jack Look&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 13:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Using-APIs-in-Blue-Prism/m-p/44843#M74</guid>
      <dc:creator>lookman</dc:creator>
      <dc:date>2021-06-07T13:43:00Z</dc:date>
    </item>
  </channel>
</rss>

