Re: Parsing XML document for validation errors

2002-04-23 Thread Jackie Zhou
Does anyone know how to validate a SOAP message which I got from client side? Thanks

Re: Parsing XML document for validation errors

2002-01-21 Thread C Santosh Kumar
Are you validating the whole soap message or just the message inside the soap-body element, against the xsd? From the errors it seems you are validating the whole soap message and your xsd doesnt have the defs of Envelope and Body. I used just the message element during validation, using xerces 1.