Hello,
I have made a ION workflow to do a soap request through the gateway at 3rd party endpoint.
This endpoint gives 400 errors when the message content contains errors, This offcourse also fails the workflow.
These errormessages contain information what went wrong so i want to let the workflow process it as if it is a 200 message.
So i thought i could use the endpoint policy option to create a FaultHandling policy to change the StatusSode.
as seen in the screenshot

This sadly does not do any StatusCode change i also tried a simple 200 to 205 but also that did not work.
Anyone have an idea what could be wrong in the definition or if it's even possible?
Many thanks