Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

COSMOS Axis2 Framework

Revision as of 11:32, 7 April 2008 by Hkyleung.ca.ibm.com (Talk | contribs) (Instructions for compiling the projects in eclipse)

This page will contain information about how to use the new framework that use Axis2.

modules in CVS

Instructions for compiling the projects in eclipse

  1. define Tomcat runtime
    • Windows > Preferences > Server > Installed Runtimes > Add > Apache Tomcat v5.5 > Browse to install directory > OK
  2. Set Axis2 location
    • download and unzip axis2 version 1.3 to a directory
    • Windows > Preferences > Web Services > Axis2 Preferences > set axis2 directory > OK
  3. Add Path variable: right click on ___ > Properties > Java build path > Libraries tab > Add variable > Configure variables... > New... > (AXIS2, [Path to axis2]) > Cancel
  4. Add Axis2 Facet to org.eclipse.cosmos.dc.broker.ws, org.eclipse.cosmos.example.mdr.ws
    • right click on the project, Properties > Project Facets > Modify Project... > select Axis2 Web Services > Finish > OK

Downloading a build

Back to the top