Last Modified: 08/04/05
The documentation for JAX-WS 2.0 as well as the sample applications will be periodically updated in the JAX-RPC project on Java.net.
Please go to http://jax-rpc.dev.java.net for the latest documentation and samples.
Requires JDK 5.0 Update 2 or later
Requires Ant 1.6.2 or later
Requires Sun Java System Application Server 8.1 UR1 (Application Server) or later (if you intend to deploy Web service endpoints)
This release implements the JavaTMfor XML Web Services 2.0 Specification.
MTOM & Swaref
SOAP 1.2
purely dynamic runtime
removal of wsdeploy and wscompile
introduction of wsimport and wsgen
new deployment descriptor
Once the JAX-WS 2.0 EA2 bundle is extracted, it needs to be installed
on the
Application Server. Make sure AS_HOME
is set to the installation
directory of the Application Server. You need to invoke ANT_HOME/bin/ant install
command from the root directory of the extracted bundle to install
JAX-WS 2.0
binaries on the Application Server. However this step is
required
if you intend to build and deploy a Web service on the Application
Server.
If you intend to only invoke an already existing Web service, then
alternatively you can use the wsimport
and wsgen
scripts in the bin
directory of the JAX-WS 2.0 EA bundle.
To use
these scripts, you need to set JAXWS_HOME
to the root
directory of
the JAX-WS 2.0 EA extracted bundle.
Web Services Security is not supported in this Early Access release.
Dispatch attachment support is not supported in this Early Access release
SOAP 1.2 use with the Dispatch client has been minimally tested
headerfault is not supported. this is because of issues related with annotating Java exceptions as headerfaults on the SEI.
A return type can't be bound to header. This is because of no annotation to bind @WebResult to header.
For white papers and the latest JAX-WS technology and documentation, go to http://jax-rpc.dev.java.net.
Please use the JAXB 2.0 and JAXRPC 2.0 forum for feedback.
Copyright © 2005 Sun Microsystems, Inc. All rights reserved.