I am trying to run a robot as a REST web service. I am able to run it from Management Console with the "Test Service" funcionality, but I get the following error message when I try to run it from a robot in Design Studio with the "Call REST Web Service" action:
Error from the Call REST Web Service action. Error calling REST web service. 401 loading from <mu url found from Management Console >?
My configurations are as follows:
URL: The url that I found in Management Console in the REST column for the robot.
Request: POST (I also tried with GET, same error.)
Specify raw body, and then entered XML from Management Console.
Content type: application/xml
Accept: */*
Encoding: Unicode (UTF-
Output: Load in browser
I tried with and without credentials for Management Console filled in.
My REST web service robot has no input or output variables. The "Call REST Web Service action" is the only step of the robot from which I try to run the REST service.
Any tips for troubleshooting?
Error from the Call REST Web Service action. Error calling REST web service. 401 loading from <mu url found from Management Console >?
My configurations are as follows:
URL: The url that I found in Management Console in the REST column for the robot.
Request: POST (I also tried with GET, same error.)
Specify raw body, and then entered XML from Management Console.
Content type: application/xml
Accept: */*
Encoding: Unicode (UTF-
Output: Load in browser
I tried with and without credentials for Management Console filled in.
My REST web service robot has no input or output variables. The "Call REST Web Service action" is the only step of the robot from which I try to run the REST service.
Any tips for troubleshooting?