Tuesday, September 23, 2014

Web Service with JAX-WS 2.2 and Asynchronous Client

In this post I will cover the creation of web service in Java with JAX-WS 2.2 and its client with asynchronous methods.

The goal here is not to delve into concepts and specifications, but show a way to create web services without the facilites (wizards) of independent tools like NetBeans with GlassFish or Eclipse with Axis.