Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to add some kind of Fault Handling after a cCXF Service Call. For example if the Service is not available I would like to reattempt the Service-Call after 10 seconds.
I looked at the cErrorHandler Component, but when I get the org.apache.cxf.interceptor.Fault message nothing happends.
The same with the cTry - catch component. Catching the org.apache.cxf.interceptor.Fault does not work. The same with the cException component.
So what could I do?
Thanks in advance!