Showing posts with label Jax-WS. Show all posts
Showing posts with label Jax-WS. Show all posts

Wednesday, 19 September 2007

JAX-WS web service example with Eclipse (part 2 : Building the Client)

* This is for JAX-WS web service example with Eclipse (part 2 : Building the Client)

After you deploy the web service, you can access it from a client program. Here are the steps to follow to build the client:
A. Write the client.
B. Generate portable artifacts required to compile the client.
C. Compile the client.
D. Run the client.

See Here

JAX-WS web service example with Eclipse (part 1 : Developing Web Service)

* This is for JAX-WS web service example with Eclipse (part 1 : Developing Web Service)
It demonstrates a simple web service that is accessed using JAX-WS 2.0 through a standalone Java client.

See Here

Monday, 17 September 2007

* Developing Web Services Using JAX-WS (Part 1 : generate Web service)

* Developing Web Services Using JAX-WS (Part 1 : generate Web service)

This is for how we can create web service using JAX-WS with eclipse.

* Developing Web Services Using JAX-WS (Part 1 : generate Web service)