Bug 10675 - Schema validation does not work via HTTPS
Summary: Schema validation does not work via HTTPS
Status: NEW
Alias: None
Product: Xerces-J
Classification: Unclassified
Component: Core (show other bugs)
Version: 1.4.4
Hardware: Sun Solaris
: P3 major
Target Milestone: ---
Assignee: Xerces-J Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-11 08:24 UTC by valar
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description valar 2002-07-11 08:24:28 UTC
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.