Work Queues - Get Report Data via http call
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-18 12:59 PM
I wanted to know if there is a way to make a http call and get the same information that the Business Object "Work Queues" gives me with the Action "Get Report Data".
I would need to get information about the number of worked and not worked records present on the work queues by calling http or using the API, is that possible?
Thank you in advance,
Sebastian
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-18 08:52 PM
You could try exposing a business object (or process) as a SOAP web service.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-11-18 09:59 PM
Hi, John,
I tried to expose the object as a webservice and invoke it via blueprism action block but I get the following error message:
""Internal : Unexpected error Error in web service - You are not authorised to call this webservice""
Do you know what can cause it and how can I fix it?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-11-18 08:15 PM
You need to authenticate with your BP environment as part of the WS call. See the Web Services Guide in the documents section.
