[Pywps-commits] r956 - trunk/pywps/Templates/1_0_0

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 24 19:34:53 CEST 2010


Author: jachym
Date: 2010-06-24 19:34:50 +0200 (Thu, 24 Jun 2010)
New Revision: 956

Modified:
   trunk/pywps/Templates/1_0_0/Execute.tmpl
Log:
fixed wrong schemaLocation

Modified: trunk/pywps/Templates/1_0_0/Execute.tmpl
===================================================================
--- trunk/pywps/Templates/1_0_0/Execute.tmpl	2010-06-24 17:25:09 UTC (rev 955)
+++ trunk/pywps/Templates/1_0_0/Execute.tmpl	2010-06-24 17:34:50 UTC (rev 956)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="<TMPL_VAR encoding>"?>
-<wps:ExecuteResponse xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsGetCapabilities_response.xsd" service="WPS" version="1.0.0" xml:lang="<TMPL_VAR lang>" serviceInstance="<TMPL_VAR serviceinstance>" statusLocation="<TMPL_VAR statuslocation>">
+ <?xml version="1.0" encoding="<TMPL_VAR encoding>"?>
+<wps:ExecuteResponse xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsExecute_response.xsd" service="WPS" version="1.0.0" xml:lang="<TMPL_VAR lang>" serviceInstance="<TMPL_VAR serviceinstance>" statusLocation="<TMPL_VAR statuslocation>">
     <wps:Process wps:processVersion="<TMPL_VAR processversion>">
         <ows:Identifier><TMPL_VAR identifier></ows:Identifier>
         <ows:Title><TMPL_VAR title></ows:Title>



More information about the Pywps-commits mailing list