I used wsimport to generate my client stubs. My code for wsimport is like this:
wsimport -wsdllocation webservice.wsdl -keep webservice.wsdl -B-XautoNameResolution
What binding do I use? Am I using JAXB? How do I know if I’m using JAXB?
Thanks!
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.
JAXB (JSR-222) is the standard binding layer for JAX-WS (JSR-224) implementations. You will know that you are using JAXB if the generated domain model has annotations from the
javax.xml.bind.annotationpackage.