Table of Contents
Preface
Chapter 1: Setting the Environment
Chapter 2: Developing a JAX-WS Web Service
Index
- Chapter 1: Setting the Environment
- Installing the Oracle GlassFish Server
- Installing NetBeans IDE 7
- Summary
- Chapter 2: Developing a JAX-WS Web Service
- Java 6 wsimport limitation
- What is new in Java 7 wsimport?
- Creating a NetBeans project
- Creating the implementation class
- Creating the WSDL
- Creating the deployment descriptors
- Creating a client class
- Creating the deployment targets
- Creating an Apache Ant build file
- Building and deploying the service
- Building the client
- Running the client
- Testing the web service
- Using the wsimport tool from the command line
- Summary