DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10675>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10675 Schema validation does not work via HTTPS Summary: Schema validation does not work via HTTPS Product: Xerces-J Version: 1.4.4 Platform: Sun OS/Version: Solaris Status: NEW Severity: Major Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I need to validate a xml document against a xml schema. The xml document looks like <call type="Call" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://host/schema/someschema_in.xsd"> <header type="Header"/> <module>order</module> <operation>DoDebit</operation> </call> It must have worked via HTTPS. But the parser reports: Failed to read schema document 'https://host/schema/someschema_in.xsd' Please answer. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
