You can always use XMLBeans or Castor as the data-binding layer and let them handle the validation part.
-- dims On Sun, 13 Feb 2005 15:54:21 +0100, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > Davanum Srinivas wrote: > > Do you mean validating the xml inside the soap message against the > > schema specified in the wsdl? > > > Yes :) > > Carsten > > > -- dims > > > > > > On Sun, 13 Feb 2005 14:47:02 +0100, Carsten Ziegeler > > <[EMAIL PROTECTED]> wrote: > > > >>Forwarding to dev list, perhaps someone has an idea? Thanks! > >> > >>Carsten > >> > >> > >> > >>---------- Forwarded message ---------- > >>From: Carsten Ziegeler <[EMAIL PROTECTED]> > >>To: [EMAIL PROTECTED] > >>Date: Fri, 11 Feb 2005 10:02:53 +0100 > >>Subject: Validating a document using WSDL? > >>I'm searching for an easy way of validating an XML document against a > >>WSDL file. This is in order to test if the document is a valid request > >>for the service. > >> > >>Does Axis provide some classes/functionalitity I could use? Or is there > >>something else I can do? > >> > >>I read somewhere that Axis currently doesn't valid ws against the wsdl > >>if document style is used. Is this true? > >> > >>Thanks > >>Carsten > >> > >>-- > >>Carsten Ziegeler - Open Source Group, S&N AG > >>http://www.s-und-n.de > >>http://www.osoco.org/weblogs/rael/ > >> > >> > >> > > > > > > > > -- > Carsten Ziegeler - Open Source Group, S&N AG > http://www.s-und-n.de > http://www.osoco.org/weblogs/rael/ > -- Davanum Srinivas - http://webservices.apache.org/~dims/
