Mercurial > dive4elements > http-client
view conf/demo-config.conf @ 37:874c25363dc9 2.9
Added new method findUser to HttpClient
With the new method it is possible to get a document by an account name.
http-client/trunk@5259 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 24 Aug 2012 13:59:12 +0000 |
parents | a1db30b33f43 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <configuration> <artifact-server> <host>http://localhost</host> <port>8181</port> </artifact-server> <artifact> <fis>fis_marnet</fis> <product>Zeitserie</product> <areaid>No Selection</areaid> <featureid>Arkona Basin Buoy</featureid> <vectorscalar>Skalare Werte</vectorscalar> <parameterid>Salzgehalt [pSal],Lufttemperatur [degC]</parameterid> <measurementid>10.0,-2.0</measurementid> <minvalue>2009.09.26 10:00:00</minvalue> <maxvalue>2009.12.09 04:00:00</maxvalue> </artifact> <output> <type>chart</type> <mime-type>image/png</mime-type> <width>500</width> <height>250</height> <points>false</points> <directory>./diagrams</directory> </output> </configuration>