Open robblis opened 4 months ago
Thank you for reporting. We can reproduce your problem and will do further investigation.
I propose to discuss the second screenshot (second-style-invalid) in #112 as the error message is the same as reported in #112. Can you please move the screenshot from this issue into the other one (e.g. by editing the description)?
Hi @dstenger, I moved the second issue into #112 . Thanks for looking at this.
@robblis, your observation is correct, the issue is the schema location URL http://inspire.ec.europa.eu/schemas/inspire_vs/1.0
(http://inspire.ec.europa.eu/schemas/inspire_vs/1.0 http://inspire.ec.europa.eu/schemas/inspire_vs/1.0/inspire_vs.xsd) The INSPIRE schemas have been moved to https
, accessing the schemas using http
leads to a redirect. The Java Validator does not follow these by default. Would it be possible for you to change the schema location to https
?
Hi @bpross-52n, yes, I believe we should be able to use the https schema location. We will make the changes and run through the validator again.
Update...
After updating the schema to "https" for the URLs in question in the GetCapabilities XML, the WMS service passed the "validate-using-schemaLocation" test.
Describe the bug While testing a valid INSPIRE View Service WMS failures are encountered.
To Reproduce Steps to reproduce the behavior:
Expected behavior See validate-using-schemaLocation pass
Screenshots
Additional context This seems to occur when adding the following namespace and schema location for INSPIRE view service to the getCapabilitiies. xmlns:inspire_vs="http://inspire.ec.europa.eu/schemas/inspire_vs/1.0" http://inspire.ec.europa.eu/schemas/inspire_vs/1.0 http://inspire.ec.europa.eu/schemas/inspire_vs/1.0/inspire_vs.xsd