You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/07/11 10:24:31 UTC

DO NOT REPLY [Bug 10675] New: - Schema validation does not work via HTTPS

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: xerces-j-dev@xml.apache.org
        ReportedBy: valarr@hotmail.com


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org