On 12-11-09 9:50 AM, Alexandre Dubé wrote:
> Finally, here's a trick I use when debuggin POST requests.  I use the
> wget command to quickly launch requests and see their result using the
> --post-data argument to send the GML GetFeature request.
> 
> wget "http://localhost/cgi-bin/tinyows";
> --post-data='<your_wfs_getfeature_xml_goes_here>'
> --header="Content-Type: application/xml; charset=UTF-8" -O /tmp/ttt.txt
> 

Cool trick Alexandre!

-jeff





-- 
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/


_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to