<?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 Triggering blue prism web service from an external tool in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Triggering-blue-prism-web-service-from-an-external-tool/m-p/88233#M38820</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I am trying to trigger a blue prism webservice from an external tool.&lt;/P&gt;
&lt;P&gt;should the external tool have connectivity to the BP runtime resources on port 8181.&lt;BR /&gt;&lt;BR /&gt;Is this connectivity enough for the integration.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;naagaraj sv&lt;BR /&gt;analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 13 May 2021 10:03:00 GMT</pubDate>
    <dc:creator>naagarajsv</dc:creator>
    <dc:date>2021-05-13T10:03:00Z</dc:date>
    <item>
      <title>Triggering blue prism web service from an external tool</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Triggering-blue-prism-web-service-from-an-external-tool/m-p/88233#M38820</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I am trying to trigger a blue prism webservice from an external tool.&lt;/P&gt;
&lt;P&gt;should the external tool have connectivity to the BP runtime resources on port 8181.&lt;BR /&gt;&lt;BR /&gt;Is this connectivity enough for the integration.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;naagaraj sv&lt;BR /&gt;analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 13 May 2021 10:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Triggering-blue-prism-web-service-from-an-external-tool/m-p/88233#M38820</guid>
      <dc:creator>naagarajsv</dc:creator>
      <dc:date>2021-05-13T10:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triggering blue prism web service from an external tool</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Triggering-blue-prism-web-service-from-an-external-tool/m-p/88234#M38821</link>
      <description>If you've exposed the Blue Prism process as a SOAP web service then yes, the external program must have access to IP/hostname and port 8181 of the runtime resource instance in order to interact with that process.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There are other ways of designing this (ex. using a load balancer in front of the BL instances), but those depend on your overall network design.&lt;BR /&gt;&lt;BR /&gt;NOTE: Port 8181 is the default port, but you can change that in the runtime resource configuration if you want to use a different port.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 13 May 2021 11:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Triggering-blue-prism-web-service-from-an-external-tool/m-p/88234#M38821</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-05-13T11:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triggering blue prism web service from an external tool</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Triggering-blue-prism-web-service-from-an-external-tool/m-p/88235#M38822</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;look up the web services guide in the BP portal under documents, there is a dedicated section on exposing a process or BO as a web service and gives the exact URL structure that is needed once exposed.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Robert New&lt;BR /&gt;Senior Mentor / Developer&lt;BR /&gt;Smart Automation Services Limited&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 13 May 2021 12:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Triggering-blue-prism-web-service-from-an-external-tool/m-p/88235#M38822</guid>
      <dc:creator>RobertNew</dc:creator>
      <dc:date>2021-05-13T12:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triggering blue prism web service from an external tool</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Triggering-blue-prism-web-service-from-an-external-tool/m-p/88236#M38823</link>
      <description>We are using BP web services for PEGA and did tests with SOAPUI, without much to be considered.&lt;BR /&gt;Depending on the processes that should be executed in BP when calling the WS, you might need to adjust time-out settings on the caller side, in case of synchronous execution.&lt;BR /&gt;You will also need a user / credential in BP for the external system to authenticate.&lt;BR /&gt;That's all we had to take care of as far as I remember but we also don't use transport layer encryption, which needs some additional configuration.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 14 May 2021 09:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Triggering-blue-prism-web-service-from-an-external-tool/m-p/88236#M38823</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2021-05-14T09:12:00Z</dc:date>
    </item>
  </channel>
</rss>

