@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
12 lines (11 loc) • 624 B
text/xml
<!-- This is an example of a KVP exception report of a server
that has received a non supported operation request -->
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd"
version="2.0" xml:lang="en">
<ows:Exception exceptionCode="OperationNotSupported">
<ows:ExceptionText>Request is for an operation that is not supported by this server</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>