Error in using web service
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-03-17 06:55 PM
Hi,
Just for practice I exposed a bussiness object and made it a web service, under System Manger using "Expose" and "Web Services" tabs respectively.
I made all the methods available and when I am trying to use a method using action stage in a different object, I am getting the following error:
"You are not authorised to call this webservice"
Please provide solution for this.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-03-17 02:00 PM
The webservice requires header level authentication. I suggest you create a new user of the Blue Prism product named something like, ""AutomateWSUser"" and only give that user a role that can run processes but not modify anything.
When calling the web service pass through this user and the password you have given it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-03-17 02:23 PM
I worked. Thanks a lot, Denis.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-10-17 10:48 PM
Hi Denis, I have a slightly different problem. How to tackle this when BP is AD integrated? In case where its Ad integrated,even though I am sending appropriate credentials as part of calling program (ex : .NET), its still says 401- Not authorized. What setting do I need to ensure on the BP end while exposing WebServiuce situation so that it works when called remotely.
