| Author |
Axis 2 -> WSDL2Java - JAXB classes creation ?
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
My WSDL file import xsd using import. I am following to-down approach for creating classes from the WSDL using Axis 2 WSDL2Java. Whether WSDL2Java creates only service/interface classes or service/interface classes with Java JAXB classes from the XSD ?
|
 |
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
Any reply ?
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
The default databinding for Axis2's wsdl2java is ADB. I am not entirely sure you can use JAXB in Axis2 when using wsdl2java to generate artifacts.
Take a look at this article, it may help you: http://www.ibm.com/developerworks/java/library/j-jws8.html
Best wishes!
|
 |
 |
|
|
subject: Axis 2 -> WSDL2Java - JAXB classes creation ?
|
|
|