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 ?
