Technical Articles
REST Receiver Custom error handling use payload PI 7.4
How to use json payload in custom error handling in REST Receiver Adapter?
I don’t know.
But
If you set
And use
You will get mapped json response in converted xml format.
It means that at first adapter check json message and get replyCode (it is field in response json message), then DO MAPPING from convert data format and THEN do Message Content mapping! That is funny.
Great! Thanks Artem!
I could handle the exact error responses from the target APIs now 🙂
Regards,
Shiva
Thank you very much!!! You've helped me very much!