...
- Installation of the cxf plugin
- This plugin is installed by using the line "compile ':cxf:0.9.0'" in the grails-app/conf/BuildConfig.groovy file
- Creating the service file using the Grails script "grails create-service Creation of the Web Service class edu.hawaii.its.holidayWebService.HolidayService".groovy in the grails-app/services directory.
- Adding the line "static expose=['cxf']" at the beginning of the class, this . This allows each method to be treated as a web method.