Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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
  2. 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.
  3. Adding the line "static expose=['cxf']" at the beginning of the class, this .  This allows each method to be treated as a web method.