[grails + xfire] How to handle errors in SOAP services?
- by Mulone
Hi all,
I'm implementing a web service on the xfire plugin.
I was wondering how I'm supposed to handle the errors.
I tried with this setup but the error is not returned to the SOAP client:
GaSession[] myMethod( String userId ) throws MyException{
GaUser user = GaUser.findByUserId( userId )
if (!user) throw new MyException("user ${userId}…