Hi!
I am not entirely familiar with web service development in Grails, but if they are adhering to JAX-WS (which I suspect), then
you should not return the response wrapper, but the result from the method. The following example shows a method which adds two numbers and has a response wrapper:
The com.ivan.javax.AddResponse wrapper class will be generated by JAX-WS.
Hope this is of any help!