Hi Rachna, Here I can only comment about Woden :)
I have tested your code with provided WSDL file without any issue. I'm pretty much sure you have some incorrect dependencies on your classpath , as I mentioned please look at the lib directory in the Woden distribution package to identify required dependencies. Following are the minimum dependencies you need for Woden-DOM implementation. 1.) Woden-api-1.0M9.jar 2.) Woden-impl-commons-1.0M9.jar 3.) Woden-impl-dom-1.0M9.jar 4.) XmlSchema-1.4.7.jar 5.) Commons-logging-1.1.1.jar Starting from M9 version Woden-DOM no longer depends on Xerces and works fine with any JAXP implementation and hence Xerces is really optional here. BTW please note that Woden required to have XmlSchema 1.X as a dependency not XmlSchema 2.x. XmlSchema 1.x and 2.x are not compatible with each other also AFAIK due to the way that XmlSchema 2.x package naming implemented both versions can't co-exist peacefully within a single application. Thanks ! On Fri, Apr 29, 2011 at 3:43 AM, Rachna Jotwani <[email protected]> wrote: > I have attached my wsdl file to this email. > > > > The woden version : 1.0M9. from http://www.apache.org/dist/ws/woden/1.0M9/ > > > > Apache XmlSchema version : XMLSchema 2.0 from > http://ws.apache.org/commons/xmlschema20/ > > > > Xerces version : Xerces2 Java 2.11.0 (XML Schema 1.1) (Beta) from > http://xerces.apache.org/xerces2-j/xml-schema.html > > > > > > Thanks > > Rachna > > *From* > > Sagara Gunathunga <[email protected]> > > *Subject* > > Re: woden and xerces Xerces2 Java 2.11.0 (XML Schema 1.1) (Beta) > compatibility question > > *Date* > > Thu, 28 Apr 2011 19:29:50 GMT > > > > Can you attach your original WSDL file ? > > > > Also provide following details ? > > > > 1.) Woden version ? > > 2.) What are the versions of xml-schema and Xerces jar files on your > > classpath ? > > > > Alternatively you can download latest Woden distribution from here [1] > > and try to run your program only with Jar files available on Woden > > distribution. > > > > > > [1] - http://www.apache.org/dist/ws/woden/1.0M9/ > > > > Thanks ! > > > > > > > > *.................................................................. > * > *Rachna Jotwani > *Data Advantage Group, Inc. > > 604 Mission Street > San Francisco, CA 94105 > Office: +1.415.947.0400 x222 > Fax: +1.415.947.0401 > * > Take the first step towards a successful > meta data initiative with MetaCenter – > the only plug and play, real-time > meta data solution. www.dag.com * > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://people.apache.org/~sagara/
