You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Kevin Zhang <kz...@worldres.com> on 2003/03/22 00:50:41 UTC

Validate SOAP Messages With XSD Schemas

Hello,

I'm new to xerces. Anybody can show me how to validate soap message with xsd
schemas.

thanks a lot,
Kevin



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Validate SOAP Messages With XSD Schemas

Posted by Gareth Reakes <ga...@decisionsoft.com>.
Hey,	
	Alby is of course right, far to early in the morning for me.

Gareth



On Mon, 24 Mar 2003, Alberto Massari wrote:

> At 09.07 24/03/2003 +0000, Gareth Reakes wrote:
> >Hi,
> >         a SOAP message is just a piece of XML so you would validate like
> >any other document. Several of the sample programs will do this. After
> >building them something like
> >
> >DOMPrint xmlfile xmlschema
> >
> >will work
> 
> I am not an expert of SOAP messages, but it seems to me that he could refer 
> to those message having the schema embedded in the document itself; and I 
> don't think Xerces can support them at the moment.
> 
> Alberto
> 
> 
> >Gareth
> >
> >
> >
> >On Fri, 21 Mar 2003, Kevin Zhang wrote:
> >
> > > Hello,
> > >
> > > I'm new to xerces. Anybody can show me how to validate soap message 
> > with xsd
> > > schemas.
> > >
> > > thanks a lot,
> > > Kevin
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> > > For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> > >
> > >
> >
> >--
> >Gareth Reakes, Head of Product Development  +44-1865-203192
> >DecisionSoft Limited                        http://www.decisionsoft.com
> >XML Development and Services
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> >For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> 
> 

-- 
Gareth Reakes, Head of Product Development  +44-1865-203192
DecisionSoft Limited                        http://www.decisionsoft.com
XML Development and Services




---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Validate SOAP Messages With XSD Schemas

Posted by Alberto Massari <am...@progress.com>.
At 09.07 24/03/2003 +0000, Gareth Reakes wrote:
>Hi,
>         a SOAP message is just a piece of XML so you would validate like
>any other document. Several of the sample programs will do this. After
>building them something like
>
>DOMPrint xmlfile xmlschema
>
>will work

I am not an expert of SOAP messages, but it seems to me that he could refer 
to those message having the schema embedded in the document itself; and I 
don't think Xerces can support them at the moment.

Alberto


>Gareth
>
>
>
>On Fri, 21 Mar 2003, Kevin Zhang wrote:
>
> > Hello,
> >
> > I'm new to xerces. Anybody can show me how to validate soap message 
> with xsd
> > schemas.
> >
> > thanks a lot,
> > Kevin
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> > For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> >
> >
>
>--
>Gareth Reakes, Head of Product Development  +44-1865-203192
>DecisionSoft Limited                        http://www.decisionsoft.com
>XML Development and Services
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
>For additional commands, e-mail: xerces-c-dev-help@xml.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Validate SOAP Messages With XSD Schemas

Posted by Gareth Reakes <ga...@decisionsoft.com>.
Hi,
	a SOAP message is just a piece of XML so you would validate like 
any other document. Several of the sample programs will do this. After 
building them something like

DOMPrint xmlfile xmlschema

will work

Gareth



On Fri, 21 Mar 2003, Kevin Zhang wrote:

> Hello,
> 
> I'm new to xerces. Anybody can show me how to validate soap message with xsd
> schemas.
> 
> thanks a lot,
> Kevin
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> 
> 

-- 
Gareth Reakes, Head of Product Development  +44-1865-203192
DecisionSoft Limited                        http://www.decisionsoft.com
XML Development and Services




---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org