I have developed a small application in Grails by using Spring Security plug in and it's working fine.
Now I want to make it a web service. By searching the web I found xfire plug in and installed it in my app and followed instructions as:
Made copied login controller code in login service and used static expose=['xfire']
. When I run app getting wsdl code in browser, I am not understanding what to do next?