Create a new project

The project configuration stage involves selecting the appropriate Java, JBoss, Servlet, and Axis2 versions.
Important: Problems may arise at this stage due to incorrectly installed and configured Axis2 or JBoss AS, see Before you start for more information.
  1. Change to the JAVA EE perspective. Click Window > Perspective > Open Perspective > Other.

    This opens the Open Perspective dialog box.

  2. Click Java EE, and then click OK.
  3. Click File > New > Dynamic Web Project.

    This opens the New Dynamic Web Project dialog box.

  4. In the Project name field, type DynWebTest1.
  5. Click New Runtime.

    This opens the New Server Runtime Environment dialog box.

  6. Expand JBoss Community, and then click JBoss 7.1 Runtime.
  7. Click Next.
  8. Click Browse and navigate to the root folder where JBoss AS has been installed.
  9. Click OK
  10. Ensure the Runtime JRE is set to a Java 7 JRE.
  11. Click Finish.
  12. In the Dynamic web module version list, click 2.5.
  13. Click Modify.

    This opens the Project Facets dialog box.

  14. Check Axis2 Web Service.
  15. In the Java row, click the Version list, and then click 1.7.
  16. Click OK.
  17. Click Finish.

    This generates the project.