2
votes
1answer
38 views

How to connect Postgis database with/in Remote Servers…?

I am preparing a 'Web based map' application using 'Geoserver-Openlayers-Postgis'... Now, I am trying to connect my Postgis database(located at 10.50.110.11 location) with the following command from ...
1
vote
0answers
59 views

WMS getMap request with POST and XML

It's possible to make WFS queries by POSTing query as XML. Does GeoServer support this also for WMS getMap request? If yes, I'm looking for information on XML syntax for such query. Sounds like a ...
0
votes
2answers
3k views

Sending xml post request to geoserver

This may be simple question but I can't get started. This tutorial from pen state university has xml request <wfs:GetFeature service="WFS" version="1.0.0" outputFormat="GML2" – we would like ...
3
votes
2answers
388 views

Logging incoming request HTTP headers in GeoServer

I have a GeoServer 2.0.2 and I send POST requests using mobile devices. I would like to see how the incoming POST request HTTP headers are formatted, especially what kind of character encoding and ...