Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
34 |
alex |
1 |
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
|
|
|
2 |
<ows:ExceptionReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows/1.1" version="1.1.0" xml:lang="en-US" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd">
|
|
|
3 |
xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd">
|
|
|
4 |
<ows:Exception exceptionCode="typename" locator="InvalidParameterValue">
|
|
|
5 |
<ows:ExceptionText><?=$message?></ows:ExceptionText>
|
|
|
6 |
</ows:Exception>
|
|
|
7 |
</ows:ExceptionReport>
|