[Webflysuesk-commits] r34 - in webflysuesk/trunk: . doc

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Oct 30 15:23:53 CET 2008


Author: sholl
Date: 2008-10-30 15:23:52 +0100 (Thu, 30 Oct 2008)
New Revision: 34

Added:
   webflysuesk/trunk/doc/webflyuesk-schnittstelle.txt
Modified:
   webflysuesk/trunk/ChangeLog.txt
Log:
	* doc/webflysuesk-schnittstelle.txt: New. Included a small
	  description about the available http-Parameter.



Modified: webflysuesk/trunk/ChangeLog.txt
===================================================================
--- webflysuesk/trunk/ChangeLog.txt	2008-09-01 13:44:43 UTC (rev 33)
+++ webflysuesk/trunk/ChangeLog.txt	2008-10-30 14:23:52 UTC (rev 34)
@@ -1,3 +1,8 @@
+2008-10-30  stephan.holl at intevation.de
+
+	* doc/webflysuesk-schnittstelle.txt: New. Included a small
+	  description about the available http-Parameter.
+
 2008-07-03  stephan.holl at intevation.de
 
 	* webflys/src/main/webapp/WEB-INF/web.xml: Headline deactivated

Added: webflysuesk/trunk/doc/webflyuesk-schnittstelle.txt
===================================================================
--- webflysuesk/trunk/doc/webflyuesk-schnittstelle.txt	2008-09-01 13:44:43 UTC (rev 33)
+++ webflysuesk/trunk/doc/webflyuesk-schnittstelle.txt	2008-10-30 14:23:52 UTC (rev 34)
@@ -0,0 +1,26 @@
+Schnittstelle der Webanwendung über http:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Die Parameter, die von der Anwendung über http angenommen und verarbeitet
+werden. Diese werden auch zur Zwischenspeicherung in einer Session
+abgelegt.
+
+river:
+  Flusskennung
+
+from:
+  Startpunkt der Berechnung
+
+to: 
+  Endpunkt der Berechnung
+
+user:
+  Benutzername, für den die Berechnung durchgeführt werden soll
+
+wfs-url:
+  URL, unter der der WFS-Server erreichbar ist
+
+Beispielaufruf:
+http://example.com/webflys/entranceSubmit.do?river=Saar&from=12,3&to=14,4&user=Otto&wfs-url=http://oss-gisapp:8086/geoserver/wfs
+
+



More information about the Webflysuesk-commits mailing list