I have just released JAX-WS 2.1.2 RC1,
Core of Metro. The JAX-WS RI 2.1.2 RC1
bits are part of Metro 1.0 M6
release. Metro 1.0 M6 is
integrated with
Glassfish v2 Build 58b(RC3) so you can just get
Glassfish v2 RC3 and get all of Metro stack (JAX-WS
RI and WSIT) with it.
JAX-WS RI 2.1.2 RC1 is tested with all of the unit, SQE and
TCK tests. This release candidate is targeted for the...
I recently updated my Vista notebook with Cygwin and tried to run wsimport
CLI. Guess what, it did not run. Part of the problem was the wsimport shell
script. It is always problematic maintaining scripts across various platforms.
This prompted me to think that why do we even need a shell script to run
wsimport. We should simply be able to run it as:
$java -jar $JAXWS_HOME/lib/jawws-tools.jar...
Web Services is all about interoperability.
Synodinos has written a nice
blog about JAX-WS RI -
Metro Core and
NuSOAP (SOAP PHP toolkit)
interoperability.
JAX-WS RI brings in core
interoperability, such as WS-I BP 1.1, AP 1.0 and SSBP 1.0 in to
Metro stack. This ensures
interoperability interoperability in the web services description (WSDL/XML
Schema) and also SOAP wire level protocol. We...