Hi There,
I am trying to override http response code and phrase on on-error rule but always getting
HTTP/1.1 500 Error
Content-Type: text/xml
X-Backside-Transport: FAIL FAIL
Connection: close
what i have tried with:
<dp:set-http-response-header name= "'x-dp-response-code'" value= "'200'" />
<dp:freeze-headers/>
as well as
<dp:set-variable name="'var://service/error-protocol-response'" value="'200'"/>
<dp:set-variable name="'var://service/error-protocol-reason-phrase'" value="'OK'"/>
also have tried to enabling and disabling process backend Error
all above doesn't work.
Please advice.
#DataPower#Support#SupportMigration