[TinyOWS-users] TinyOWS vs. deegree vs. Geoserver andGetFeature GET/POST URLs
Rahkonen Jukka
Jukka.Rahkonen at mmmtike.fi
Thu May 12 14:42:09 EST 2011
Hi Olivier,
Just that TinyOWS sends two separate ows:DCPs for Get and Post like here:
xlink:href="http://188.64.1.61/cgi-bin/tinyows?"></ows:Get>
</ows:HTTP>
</ows:DCP> ===First ending </ows:DCP here=====
<ows:DCP xmlns="http://www.opengis.net/ows">
<ows:HTTP xmlns="http://www.opengis.net/ows">
<ows:Post xmlns="http://www.opengis.net/ows"
xlink:href="http://188.64.1.61/cgi-bin/tinyows"></ows:Post>
</ows:HTTP>
</ows:DCP> ===Second ending </OWS:DCP here
While deegree send one ows:DCP which contains both Get and Post
<ows:DCP xmlns="http://www.opengis.net/ows">
<ows:HTTP xmlns="http://www.opengis.net/ows">
<ows:Get xmlns="http://www.opengis.net/ows"
xlink:href="http://demo.deegree.org:80/deegree-wfs/services?"
xlink:type="simple"></ows:Get>
<ows:Post xmlns="http://www.opengis.net/ows"
xlink:href="http://demo.deegree.org:80/deegree-wfs/services"
xlink:type="simple"></ows:Post>
</ows:HTTP>
</ows:DCP>
I somehow feel that the parser in deegree client stops parsing when it finds the first ending </ows:DCP but I have not gotten an answer from deegree list yet.
-Jukka-
-----Alkuperäinen viesti-----
Lähettäjä: tinyows-users-bounces at lists.maptools.org puolesta: Olivier Courtin
Lähetetty: to 12.5.2011 21:19
Vastaanottaja: TinyOWS users discuss list
Aihe: Re: [TinyOWS-users] TinyOWS vs. deegree vs. Geoserver andGetFeature GET/POST URLs
On May 12, 2011, at 1:47 PM, Rahkonen Jukka wrote:
Hi Jukka,
> I have troubles with GetFeature with some deegree based WFS clients
> (OpenJUMP WFS-plugin, Kosmo 2.0, iGeoDesktop 0.4.1). They all seem to
> loose the address which should be used for sending the GetFeature as
> http POST.
> I can see that there is a slight difference in how the ows:Get and
> ows:Post are listed in the GetCapabilities for the operation
> GetFeature.
I don't really see any difference beetween Deegree and TinyOWS
GetCapabilities outputs, except the xlink:type="simple" attribute.
What did you seen ?
--
Olivier
_______________________________________________
TinyOWS-users mailing list
TinyOWS-users at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/tinyows-users
More information about the TinyOWS-users
mailing list