I would like to study WSDL and UDDI. But I am a total noob with web-services. I have good knowledge of servlets and jsps. Can anybody guide me how to start with web-services?
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.
Welcome to:
So one advice: start small, for example with “just” some basic SOAP and WSDL (this is already huge) before to even think of UDDI and other WS specifications.
Have a look at the W3Schools Web Service Tutorial, check this great beginner’s guide for WSDL. Then grab a web service stack for your preferred language and start to play with it.
For Java, I’d suggest to use JAX-WS and to start with a Java-first approach (i.e. using annotations). This would hide a lot of the complexity and allow you to get started extremely fast. See Getting Started with JAX-WS Web Services for example (NetBeans has very good web services support, I’d recommend it for a beginner).