Hi,
I need some help in error handling item in SOA 11g.
When any partner link error happens, I have defined a fault policy with default action as retry and when retry exhausts, the error goes to manual recovery. This is working fine.
Some of my target systems have stored procedures and they are sending a success response with error message populated in it. Similar case with other target systems whose exposed webservices as well. They are not throwing a fault. Instead they are sending the error as any other response with error details populated. I need to throw an error(probably a remote fault) and make sure that retry happens for this kind of errors as well.
Any help is highly appreciated.