Hey,
Does anyone know of a way to throw soapexceptions/soapfaults from an actionwebservice on rails ?
I thought the correct way to do this would be returning an Exception, but that will throw a cast error (due to not being the correct return type for the given function).
Can anyone enlighten me?
Tiago Macedo