Simon, Check the build.xml that is auto-generated, there are targets to build the service as well as the client.
thanks, dims On 1/13/06, Simon Fell <[EMAIL PROTECTED]> wrote: > that got me marginally closer, but now I get this. I had this working > in 0.93 > > - Deploying module : addressing > Exception in thread "main" java.lang.ExceptionInInitializerError > at > com.sforce.soap.enterprise.LoginDocument$Login$Factory.newInstance(LoginDocument.java:95) > at testClient.main(testClient.java:24) > Caused by: java.lang.RuntimeException: Cannot load SchemaTypeSystem. > Unable to load class with name > schemaorg_apache_xmlbeans.system.sCC478813B6B92AD52F84E81ABC681DC1.TypeSystemHolder. > Make sure the generated binary files are on the classpath. > at > org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XmlBeans.java:781) > at > com.sforce.soap.enterprise.LoginDocument$Login.<clinit>(LoginDocument.java:45) > ... 2 more > Caused by: java.lang.ClassNotFoundException: > schemaorg_apache_xmlbeans.system.sCC478813B6B92AD52F84E81ABC681DC1.TypeSystemHolder > at java.net.URLClassLoader$1.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at > org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XmlBeans.java:767) > ... 3 more > > > On Thu, 12 Jan 2006 12:25:45 +0600, in soap you wrote: > > >Hi Simon, > >You just found a major bug in the 0.94 distributions : we've forgotten to > >package the addressing mar into the axis2-core-0.94.jar. > > > >The workaround is to copy the addressing.mar into the right place. This is > >what you should do. > > > >* Copy addressing.mar from the modules/ directory of the standard > >distribution into the ".axis2/modules" directory in your home directory. > > > >Now everything should work. We are working on an updated release; sorry for > >the pain! > > > >Ajith > > > >On 1/12/06, Simon Fell <[EMAIL PROTECTED]> wrote: > >> > >> Following along a similar set of steps to those outlined in the > >> databinding client part of the docs, i ran WSDL2Code on the wsdl with the > >> option to use xmlbeans. In my client, i new up an instance of the generated > >> stub, SoapStub stub = new SoapStub(); leaves me with this when i try and > >> run > >> my code > >> > >> - Module validation failed module.xml not found for the module : > >> addressing; nested exception is: > >> org.apache.axis2.deployment.DeploymentException: module.xml not > >> found for the module : addressing > >> Exception in thread "main" org.apache.axis2.deployment.DeploymentException: > >> module.xml not found for the module : addressing; nested exception is: > >> org.apache.axis2.deployment.DeploymentException: module.xml not > >> found for the module : addressing; nested exception is: > >> org.apache.axis2.deployment.DeploymentException: module.xml not > >> found for the module : addressing; nested exception is: > >> org.apache.axis2.deployment.DeploymentException: module.xml not > >> found for the module : addressing > >> at org.apache.axis2.deployment.DeploymentEngine.load( > >> DeploymentEngine.java:542) > >> at > >> org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration( > >> FileSystemConfigurator.java:56) > >> at > >> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext > >> (ConfigurationContextFactory.java:39) > >> at > >> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem > >> (ConfigurationContextFactory.java:53) > >> at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java > >> :86) > >> at org.apache.axis2.SoapStub.<init>(SoapStub.java:144) > >> at testClient.main(testClient.java:20) > >> Caused by: org.apache.axis2.deployment.DeploymentException: module.xml not > >> found for the module : addressing; nested exception is: > >> org.apache.axis2.deployment.DeploymentException: module.xml not > >> found for the module : addressing > >> at > >> org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource > >> (ArchiveReader.java:193) > >> at > >> org.apache.axis2.engine.AxisConfiguration.loadModulefromResources( > >> AxisConfiguration.java:385) > >> at org.apache.axis2.engine.AxisConfiguration.engageModule( > >> AxisConfiguration.java:328) > >> at org.apache.axis2.deployment.DeploymentEngine.engageModules( > >> DeploymentEngine.java:502) > >> at org.apache.axis2.deployment.DeploymentEngine.load( > >> DeploymentEngine.java:537) > >> ... 6 more > >> Caused by: org.apache.axis2.deployment.DeploymentException: module.xml not > >> found for the module : addressing > >> at > >> org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource > >> (ArchiveReader.java:158) > >> ... 10 more > >> > >> > >> If i need a module.xml to run the client, shouldn't WSDL2Code spit out a > >> default one for me ? > >> > >> Thanks > >> Simon > >> > -- Davanum Srinivas : http://wso2.com/blogs/
