cancel
Showing results for 
Search instead for 
Did you mean: 
Walter.Koller
Level 11
Status: New

Web services provided by other systems can be integrated as actions to Blue Prism.
This integration provides status code and return values... but only when the request was successful. In case the request fails no information is available but exception details only. Information such as status code has to be parsed manually from the exception details text.

The idea is to not raise a critical exception when the request fails but utilize the existing action return values (status code, message, ...) to pass through the information coming from the web service.

An option is to add a flag similar to what is available in File Management VBO that either have an exception raised or 'ignores' the error and provides the structures response of the service provider