-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OGC WMS 1.3.0 test gives "validate-using-schemaLocation" failure in the test result for an INSPIRE View Service WMS #110
Comments
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)? |
@robblis, your observation is correct, the issue is the schema location URL http://inspire.ec.europa.eu/schemas/inspire_vs/1.0 |
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
The text was updated successfully, but these errors were encountered: