Welcome to the JAX-WS Reference Implementation Project. This project provides the core of Metro project, inside GlassFish community
This project develops and evolves the code base for the reference implementation of the Java API for XML Web Services (JAX-WS) specification. The current code base supports JAX-WS 2.0 and JAXWS 2.1 but the project will track future versions of the JAX-WS specifications.
If you are new to java.net: Login and then check out this page for how to access the CVS repository. Access to the sources are under the dual license consisting of the CDDL v1.0 and GPL v2.
The following map shows the trail map of major branches in the repository.
|-------->fcs-20
|
==============================================> trunk
| |
|------>mr-21 |----->jaxws212
After checking out the repository you can build the workspace and run the samples by following the steps.
$ ant
Among other things this run code generators. Once you build a workspace, you can then use your favorite IDE to hack the code.