<?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 To know the execution time of an web service in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90464#M40670</link>
    <description>Hi,

How can I know the execution time and status of a process running as an web service and also where do I see the log for web services in blue prism.

In my case, I have to know whether the particular web service process has been executed successfully because I am running the process externally in SOAPUI using the wsdl not in blue prism process studio.

Thanks,
Deepa</description>
    <pubDate>Tue, 10 Oct 2017 09:11:00 GMT</pubDate>
    <dc:creator>Deepa_SankariRa</dc:creator>
    <dc:date>2017-10-10T09:11:00Z</dc:date>
    <item>
      <title>To know the execution time of an web service</title>
      <link>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90464#M40670</link>
      <description>Hi,

How can I know the execution time and status of a process running as an web service and also where do I see the log for web services in blue prism.

In my case, I have to know whether the particular web service process has been executed successfully because I am running the process externally in SOAPUI using the wsdl not in blue prism process studio.

Thanks,
Deepa</description>
      <pubDate>Tue, 10 Oct 2017 09:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90464#M40670</guid>
      <dc:creator>Deepa_SankariRa</dc:creator>
      <dc:date>2017-10-10T09:11:00Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90465#M40671</link>
      <description>Hi
Refer to the follwing document:
&lt;A href="https://portal.blueprism.com/system/files/product/productpublic/5.0/Blu…" target="test_blank"&gt;https://portal.blueprism.com/system/files/product/productpublic/5.0/Blu…&lt;/A&gt;
Business Object based web services must be initialized before use. There are two methods available:
Manual Initialisation: Provides full control of the life cycle of the Business Object. Achieved by using the Intialise action to receive a Session ID which is then used to populate the bpInstance input parameter on subsequent actions.
Auto-Initialisation: Reduces the number of steps required as part of calling a Business Object action as Blue Prism handles the initialization of the Business Object on behalf of the user. Achieved by setting the parameter bpInstance to have a value of “auto”.
When selecting which initialization mode to use the following should be considered:
With auto-initialization, any global variables defined within the Blue Prism Business Object will remain initialized across each relevant web service request.
If using manual initialization a session will be displayed within Control Room each time the Business Object is initialized where-as with auto-initialization, a single session will be used for all actions taken against a given web service.</description>
      <pubDate>Tue, 10 Oct 2017 11:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90465#M40671</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2017-10-10T11:14:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90466#M40672</link>
      <description>Hi,
Thanks for the reply.
Here Im using Business Process. For an Business Process I cant find any instillation! and also I want the status of that process whether it is still running or some error occurred or it got completed.</description>
      <pubDate>Tue, 10 Oct 2017 12:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90466#M40672</guid>
      <dc:creator>Deepa_SankariRa</dc:creator>
      <dc:date>2017-10-10T12:13:00Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90467#M40673</link>
      <description>Hi
I suppose you can find the process's log in the Runtime dialog, in other words, in the Windows Event Log.
Such as Session ... started, Session ... completed.
Also, I can find the process logs in Session Management. 
Check out a Process named as FavouriteFruitLookup.
&lt;A href="https://portal.blueprism.com/product/documentation/4-2" target="test_blank"&gt;https://portal.blueprism.com/product/documentation/4-2&lt;/A&gt;</description>
      <pubDate>Tue, 10 Oct 2017 12:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90467#M40673</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2017-10-10T12:52:00Z</dc:date>
    </item>
    <item>
      <title>A process running as WS will</title>
      <link>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90468#M40674</link>
      <description>A process running as WS will only return a value when it completes and there is no API for retrieving session status or logs. Maybe a better design would be to use a work queue and have 3 smaller processes:
1) Add Case to Queue (in: case details, out: item details)
2) Work Case (in: item key)
3) Get Case Status (in: item ID, out: status)</description>
      <pubDate>Tue, 10 Oct 2017 13:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/To-know-the-execution-time-of-an-web-service/m-p/90468#M40674</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-10-10T13:01:00Z</dc:date>
    </item>
  </channel>
</rss>

