Question
OnError() function in web service: impossible?
Hi,
Context: A ColdFusion web service with application.cfc and OnError() function.
I want the OnError function to log and email me when exceptions occur in web service but for some reason OnError() is never fired in such a case.
It's weird because it works if a .cfm page is called instead of a .cfc!
Is it a standard behaviour with CF webservice? Is there a workaround?
Thanks
