[mapserver-commits] r8671 - trunk/msautotest/wxs/expected
svn at osgeo.org
svn at osgeo.org
Sun Mar 8 15:03:45 EDT 2009
Author: tomkralidis
Date: 2009-03-08 15:03:45 -0400 (Sun, 08 Mar 2009)
New Revision: 8671
Modified:
trunk/msautotest/wxs/expected/wfs11_exception.xml
trunk/msautotest/wxs/expected/wfs11_exception_updatesequence1.xml
trunk/msautotest/wxs/expected/wfs11_exception_updatesequence2.xml
Log:
WFS 1.1.0 should use OWS Common 1.0.0 (#2925)
Modified: trunk/msautotest/wxs/expected/wfs11_exception.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs11_exception.xml 2009-03-08 19:00:53 UTC (rev 8670)
+++ trunk/msautotest/wxs/expected/wfs11_exception.xml 2009-03-08 19:03:45 UTC (rev 8671)
@@ -1,7 +1,7 @@
Content-type: text/xml
<?xml version="1.0" encoding="ISO-8859-1"?>
-<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.opengeospatial.net/ows/1.1.0/owsExceptionReport.xsd">
+<ows:ExceptionReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows" version="1.1.0" language="en-US" xsi:schemaLocation="http://www.opengis.net/ows http://schemas.opengeospatial.net/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="request" locator="MissingParameterValue">
<ows:ExceptionText>msWFSDispatch(): WFS server error. Incomplete WFS request: REQUEST parameter missing</ows:ExceptionText>
</ows:Exception>
Modified: trunk/msautotest/wxs/expected/wfs11_exception_updatesequence1.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs11_exception_updatesequence1.xml 2009-03-08 19:00:53 UTC (rev 8670)
+++ trunk/msautotest/wxs/expected/wfs11_exception_updatesequence1.xml 2009-03-08 19:03:45 UTC (rev 8671)
@@ -1,7 +1,7 @@
Content-type: text/xml
<?xml version="1.0" encoding="ISO-8859-1"?>
-<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.opengeospatial.net/ows/1.1.0/owsExceptionReport.xsd">
+<ows:ExceptionReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows" version="1.1.0" language="en-US" xsi:schemaLocation="http://www.opengis.net/ows http://schemas.opengeospatial.net/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="CurrentUpdateSequence" locator="updatesequence">
<ows:ExceptionText>msWFSGetCapabilities11(): WFS server error. UPDATESEQUENCE parameter (123) is equal to server (123)</ows:ExceptionText>
</ows:Exception>
Modified: trunk/msautotest/wxs/expected/wfs11_exception_updatesequence2.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs11_exception_updatesequence2.xml 2009-03-08 19:00:53 UTC (rev 8670)
+++ trunk/msautotest/wxs/expected/wfs11_exception_updatesequence2.xml 2009-03-08 19:03:45 UTC (rev 8671)
@@ -1,7 +1,7 @@
Content-type: text/xml
<?xml version="1.0" encoding="ISO-8859-1"?>
-<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.opengeospatial.net/ows/1.1.0/owsExceptionReport.xsd">
+<ows:ExceptionReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows" version="1.1.0" language="en-US" xsi:schemaLocation="http://www.opengis.net/ows http://schemas.opengeospatial.net/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="InvalidUpdateSequence" locator="updatesequence">
<ows:ExceptionText>msWFSGetCapabilities11(): WFS server error. UPDATESEQUENCE parameter (1234) is higher than server (123)</ows:ExceptionText>
</ows:Exception>
More information about the mapserver-commits
mailing list