On Thu, Feb 26, 2009 at 11:34 PM, Claire Loto <[email protected]> wrote: > Hi, > I used wsdl2java tool to generate classes for my axis2 implementation.I used > xmlbeans for the databinding. However, I am getting a lot of compilation > errors such as below : > javac > > C:\project\vanilla\src\net\brokerhub\xml\bhml\BHml.java (16:49)package > org.apache.xmlbeans does not exist >
Perhaps trying this example, which used xmlbeans, will help? http://ws.apache.org/axis2/tools/1_4_1/CodegenToolReference.html#example - R
