You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by LuCa <lu...@ebicalho.com.br> on 2007/05/20 18:49:01 UTC

how to use xml schema validation with axis2/axiom??

how to use xml schema validation with axis2/axiom??


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


Re: how to use xml schema validation with axis2/axiom??

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
For Axis2 you can see the validation module I wrote: 
http://www.sosnoski.com/jibx-wiki/space/axis2-jibx/validation You can 
also use Synapse or some other intermediary to do validation.

AFAIK there's generally no way to do validation directly from AXIOM - 
you need to serialize out as XML, then read that XML into a validating 
processor.

- Dennis

Dennis M. Sosnoski
SOA and Web Services in Java
Axis2 Training and Consulting
http://www.sosnoski.com - http://www.sosnoski.co.nz
Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117



LuCa wrote:
> how to use xml schema validation with axis2/axiom??

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org