JAX-WS stands for Java API for XML Web Services.
It was introduced in Java EE to simplify the development and deployment of web service clients and endpoints. With JAX-WS no configuration files are needed, all is done with simple annotations.
The best thing is that JAX-WS is now part of Java SE starting from Java 6.
Today I will show you how to develop simple JAX-WS web service and deploy it on Apache Axis2.
2011 in review
-
It’s end of January 2012 by now, but I decided to share some stats on what
was going on with this blog in 2011. If you fancy reading my stuff (is
there any...
2 weeks ago
