/
United States
- New york city, New york, USA
- Los angeles, California, USA
- Chicago, Illinois, USA
- Boston, Massachusetts, USA
- San francisco, California, USA
No protocol error while validating xml
Load(xml Path); Xml Schema Set xss = new Xml Schema Set(); xss.
But I have cross checked the schema and the XML with XMLSpy, no problem in that.DTDConfiguration.parse(DTDConfiguration.java:525)at weblogic.apache.xerces.parsers. DTDConfiguration.parse(DTDConfiguration.java:581)at weblogic.apache.xerces.parsers. XMLParser.parse(XMLParser.java:152)at weblogic.apache.xerces.parsers. Abstract SAXParser.parse(Abstract SAXParser.java:1175)at jaxp. Web Logic XMLReader.parse(Web Logic XMLReader.java:135)at jaxp. Registry XMLReader.parse(Registry XMLReader.java:152)at jaxp. Registry XMLReader.parse(Registry XMLReader.java:164)why its going in his own XMLReader and not using my specified jar.. I created a endorsed directory in weblogic and put all the required jars into it but still its not picking up my jars.thanks The WL server has a classpath that determines the order that the jar files are loaded into the JVM.If you have first, then the XML will be parsed using WL parser, that may differ from the other you have. xmlns=" target Namespace=" element Form Default="qualified" attribute Form Default="unqualified" Hi Rajendiran, Please check the attached ever you are parsing then you have supply the same spaces also so that its forms a valide XML.Please go throught the code you will be able to figure out the what you were doing wrong in your code. Validate(xss, new Validation Event Handler((s, args) = Since you have an XSD without a namespace, it looks like the validator is not able to find the referenced attribute.When you receive a signed document, you may want to validate its signature(s) to verify the signer and the signed content.