You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Vinod Patil <vi...@patni.com> on 2004/06/04 16:27:29 UTC

Validate the SOAP Body that is received

Hi,

I am using a messaging service. And i get the SOAPBodyElement in my service
method.....now i want to validate this XML document against schema.
Any inputs on how do i validate the document...do i have to convert this
document to an InputSource and try to parse this source turning on the
validate in XML api or is there some other way

Regards,
Vinod.