Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a HelloWorld JAX-WS example (client - service)?

I'm really new in Java Web Service. I can say that my knowledge level is only 10%. Can somebody please give me a HelloWorld Example of JAX-WS (client - service) with explanations?...

like image 751
pmark019 Avatar asked May 14 '13 07:05

pmark019


2 Answers

This might be a common question and perhaps a duplicate one too. But I would like to provide some links which might get you started.

  1. This mkyong blog has good explanation with all the necessary examples.
  2. Another blog which has provided two different articles for setting up the server and accessing it with the client.

You can also search it in google and get plenty of references to look. Hope it will help you get started.

EDIT:

Another Dzone article that also has provided an example. All these examples are JAX-WS.

like image 128
Sujan Avatar answered Oct 05 '22 04:10

Sujan


Or oracle tutorial:

Creating a Simple Web Service and Client with JAX-WS

like image 41
Cassian Avatar answered Oct 05 '22 04:10

Cassian