I have a list which has 3 workflows. In the end of the first workflow I am using a Webservice to call the next workflow.
I am receiving sometimes the below error in the Workflow.
Failed to invoke web service. Error returned from server: The remote server returned an error: (401) Unauthorized.
The error is happening sometimes.
Notes:
- I have two front end servers
- When I am using one of the servers url inside the webservice, the issue will not happen
- When I am using the url of the application, the issue will happen sometimes.
Please advise