I am implementing a web service as part of an app I am building and would like all errors returned in XML when the initial request is XML
I found this article:
And while I have it working if I manually fire the error, I want to be able to catch missing method errors etc...
Any advice?