Versions Compared

Key

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

...

  1. Create a Dynamic Web Project
    • Select File -> New, select Other...


      Image Added


    • In the popup window select Web->Dynamic Web Project category and click NEXT.


      Image Added


    • Type in jaxws-calculator as the Project name: and select Next


      Image Added


    • On the next screen check the box for Axis2 Web Services


      Image Added


    • Make sure Generate Deployment Descriptor is selected and click Next.


      Image Added


    • Modify the Group Id to: org.apache.geronimo.samples.jws and Artifact Id: to Calculator.
      Image Added


      Info
      titleUseful Information

      Group ID: A name that identifies the group of a module. The default value is default.
      Artifact ID: A name of the module in a group. The default value is <blank>.
      Version: The version of module. The default value is 1.0
      Type: The type of module, such as system module (car), jar module (jar), web
      archive (war), enterprise archive (ear), and so on. The default value is car
      A module is stored inside a repository as repository/groupId/artifactId/version/artifactIdversion.
      type. This repository structure gives a more standardized and easily maintainable
      structure to Geronimo applications.

    • Select Finish.
      Warning
      titleWarning

      Depending upon your environment, you may see the error message "Failed while installing Axis2 Web Services Core 1.1". Do not worry. We will just have to manually point Axis2 to the installation directory of WASCE to fix this error.

      Image Added


  2. AXIS2 Configuration
    • Select Window->Preferences.
      Image Added
    • Select Web Services->Axis2 Preferences.
    • Under Axis2 Runtime tab, browse to the installation root of Apache Geronimo. Select Ok.
      Image Added