Another question : All the .xsb files are packaged in both (after executing ant) jar files, in <web-service-name>-test-client.jar as well as in XBeans-packaged.jar. Is there any reason for packaging these .xsb files in both jars ?
Gul > _____________________________________________ > From: Onural, Gul (CAR:QT00) > Sent: Sunday, April 01, 2007 12:27 AM > To: [email protected] > Subject: Question about axis2 xmlbeans data binding > > > Using wsdl2java -d xmlbeans option, and building the generated code > (using ant) creates two jar > files : > - <web-service-name>-test-client.jar and > - XBeans-packaged.jar > > My question is : > > - When you build a client application using the xmlbeans based stubs, > I can see that > the <web-service-name>-test-client.jar should be in the classpath. > But I don't know what to do > with the XBeans-packaged.jar. > Is it supposed to be in the classpath too ? Do I need to do anything > else in order to be able to > compile my client using xmlbeans based stubs ? > >
