I want to start java web services with JAX-RPC/JAX-WS/JAX-RS style and have idea about xml/wsdl/soap. But still have doubts in starting the implementation :
- Which soap implementation (Axis/CXF etc.) I should start with, so that I can easily adapt to other soap implementation after getting one?
- Is there any default implementation to start with instead of switching to vendor specific implementations?
- Is there any book(s) that can provide step by step information on these implementations?
- Do you really think that it (JAX-RPC) is completely obsolete? I think you need to understand its basics too for giving support to existing services. Isn't it?
- Is it possible to implement service without annotations?
- What is difference between SOA and Web-Services?
Thanks.