- The project contains a template folder(parent) which contains the client and server modules.
- Server and client uses jaxws ri. (In future I will also add CXF template)
- An helloworld service with sayhello method is configured.
- Server project includes the Junit testcase for testing the service.
- The client is generated from the wsdl using wsimport.
- Java 1.5 or above (I tested with Java 1.6)
- Maven 2.0 or above (I tested with maven 2.2.1)
- Eclipse IDE (optional)
Step to test and explore the source code,
- Download the source code
- Install jdk and set javahome and m2home.
- Run "mvn clean install" to compile, test and build war. (run at template directory, this will build both client and server)