What is the default implementation of Sun’s web service specification? And how I can start with it?
What is the default implementation of Sun’s web service specification? And how I can
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.
The Reference Implementation of JAX-WS is Metro.
The easiest way to start programming with JAX-WS is to follow the Java EE Tutorial.
What JAX-WS implementation you should use depends on your circumstances. If you use NetBeans with Glassfish, Metro comes bundled with both the IDE and the Java EE server. If you want to use special features of other implementations, you can easily exchange Metro for CXF, for example.
From the CXF site:
If you need these extensions, use CXF.