I am new to webServices. I want to develop a webservice in Java. So far I came to know, WSDL is needed to kickstart with WebServices. So, How do I create a WSDL? Is there any tool which makes this easy?
Thanks in advance.
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.
If you use JAX-WS (ships with Java 6, separate download for Java 5) and you expose a @WebMethod properly the WSDL can be automatically generated by the JAX-WS stack at runtime.