Rohit Chaudhary wrote:Hello all,
I am beginner in area of Web services.
I am kind of confused from where to start learning web services. There are many areas like JAX-WS , Axis web services etc.
I know little bit about SOAP, WSDL. Can someone guide me regarding how to go about learning WS so that I can understand concepts better.
Thanks in advance.
Focus on JAX-WS which is sun specification for web services. Read about it. Also understand what is SOAP and WSDL.
Then pick up sun's reference implementation of JAX-WS at
https://jax-ws.dev.java.net/ and build some simple services and clients. Knowing Axis is not important unless you must use it in your project.
HTH