I have grails app developed with spring security plugin.Now i need to make it web service so installed xfire plugin.Now i want to have a service which has a method with parameters username and password then need to call login controller auth action (spring security plugin generated),now how to do that? can call service from controller but how to call controller action from service?
With advance thanks, Laxmi.p