Hi!
Please, let me know if somebody has already faced with same situation or have any ideas how to solve it.
I have an access to 3d party web service (without any interface), I'm sending XML file to it and, according documentation, it should reply with OK xml message or Fault xml message.
I checked manually, OK scenario is working, but on Fault scenario I receive 500 error first, skip it, and receive Fault xml message.
Blue Prism identifies 500 error as internal BP error and is failed to finish the process. Resume stage leads to same 500 error. How to skip this 500 error to receive next Fault xml message by BP?
BP v6, using REST VBO for connection to web service, modified JSON POST to XML POST.
Thanks in advance