Hi Sebastian, Don't know why but, mystery is changing elementFormDefault="unqualified" to elementFormDefault="qualified". I could manage to successfully run the code against the given WSDL with this change.
I added my comments and test files to the http://issues.apache.org/jira/browse/AXIS2-720 Hope this helps. Ali Sadik Kumlali --- "Sebastian J. Schultheiss" <[EMAIL PROTECTED]> wrote: > Hi there, > > Even after *days* of testing and trying different things, we still > arrive at the > same error with the current nightly (May 30th). > We are using Eclipse to build and run our project under Windows XP. > Did you ever > try to run a client with xmlbeans under windows? How does the > classpath have to > look like? We always get a class not found exception whenever we > DON'T include > the xbeans-packaged.jar from the lib directory of the created client. > We also > have all the jars from the axis2/lib dir in the classpath. Is there > anything we > shouldn't do? > > The problem is logged as a JIRA: > http://issues.apache.org/jira/browse/AXIS2-720 > > This is part of the stack trace: > > org.apache.axis2.AxisFault: Data binding error > at > org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:287) > at > org.apache.axis2.TextLocServiceStub.predictLocalization(TextLocServiceStub.java:133) > at org.apache.axis2.runLoc.main(runLoc.java:26) > Caused by: java.lang.Exception: org.apache.axis2.AxisFault: Data > binding > error; nested exception is: > java.lang.RuntimeException: Data binding error > at org.apache.axis2.AxisFault.makeFault(AxisFault.java:318) > at > ... 21 more > > at org.apache.axis2.AxisFault.<init>(AxisFault.java:159) > ... 3 more > > Any thoughts or experiences would be greatly appreciated. Out of > desparation we > now tried to use ADB instead, but found another bug there, see > separate email. > > -- Sebastian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
