JAX WS overview

JAX-WS stands for Java API for XML based web service JAX-WS is the successor of JAX-RPC 1.1. JAX-RPC 2.0 specification is renamed as JAX-WS 2.0 It provides the APIs for developing web services in XML format. It provides many annotations to develop web services and clients and hence reduces the development effort. Note Java 1.6 […]

Share this article on