Resolved! Web API Services and Error 500
I'm trying out Web API Services for real now and I wonder how come an HTTP status code 500 throws an exception? My expectation was that I would get my status code and be able deal with it in my object using the service, or at least that I could set i...