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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.