0

I am new to websevices in java. Can any one please tell me the step by step procedure for how to create jax-ws webservice using myeclipse. Please share me if any good material you know.

rams
  • 69
  • 2
  • 10

1 Answers1

0

You can follow this tutorial to create the functionalities which you'd like to expose, using JAX-WS.

Once the wsdl is generated, you can follow this post to know how to call the methods exposed by you, form a different system.

Community
  • 1
  • 1
Anuj Balan
  • 7,629
  • 23
  • 58
  • 92