I have an employee services hosted, the client jar is availabe in my lib and I need to hit the employee service methods.
I need to develop a web app using grails and groovy.
I have done some web apps in grails but I'm not able to figure out on how to go with web serices call.
Where should I place this service call related code: In controller, service?
After I get the response I need to show them in UI and some inserts to db via hiberante.
Please suggets me.