Try QGIS or GVSIG WFS client module!<br><br>Best Regards,<br><br>Rafael Soto<br><br><div class="gmail_quote">2008/11/17 Burgholzer,Robert <span dir="ltr"><<a href="mailto:rwburgholzer@deq.virginia.gov">rwburgholzer@deq.virginia.gov</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="blue" lang="EN-US">
<div>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Not really sure what you are asking here. Some
other client application? OpenLayers would be one that I would use to see if I
could connect to WFS. There are some examples in the OpenLayers code base for
connecting to WFS servers, so you should b able to test that by simply changing
the info to reflect your server specs.</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">HTH,</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">r.b.</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<div>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Robert W. Burgholzer</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Surface Water Modeler</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Office of Water Supply and Planning</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Virginia Department of Environmental
Quality</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"><a href="mailto:rwburgholzer@deq.virginia.gov" target="_blank">rwburgholzer@deq.virginia.gov</a></span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">804-698-4405</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Open Source Modeling Tools:</span></font></p>
<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"><a href="http://sourceforge.net/projects/npsource/" target="_blank">http://sourceforge.net/projects/npsource/</a></span></font></p>
</div><div><div></div><div class="Wj3C7c">
<p style="margin-left: 0.5in;"><font face="Tahoma" size="2"><span style="font-size: 10pt; font-family: Tahoma;">-----Original Message-----<br>
<b><span style="font-weight: bold;">From:</span></b> <a href="mailto:mapserver-users-bounces@lists.osgeo.org" target="_blank">mapserver-users-bounces@lists.osgeo.org</a>
[mailto:<a href="mailto:mapserver-users-bounces@lists.osgeo.org" target="_blank">mapserver-users-bounces@lists.osgeo.org</a>] <b><span style="font-weight: bold;">On Behalf Of </span></b>John Kummun<br>
<b><span style="font-weight: bold;">Sent:</span></b> Monday, November 17, 2008
12:04 AM<br>
<b><span style="font-weight: bold;">To:</span></b>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<b><span style="font-weight: bold;">Subject:</span></b> [mapserver-users] WFS
server testing</span></font></p>
<p style="margin-left: 0.5in;"><font face="Times New Roman" size="3"><span style="font-size: 12pt;"> </span></font></p>
<table style="width: 6in; margin-left: 0.5in;" border="0" cellpadding="0" cellspacing="0" width="576">
<tbody><tr>
<td style="padding: 0in;" valign="top">
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">I have been able to set up wfs server on the
localhost and tested in the browser it seems to be working right. Is
there other ways that i can test it to make sure everything is working right?
I used uDig but it didn't work because of some coordinate issue. Is it really
possible to display it like ordinary mapfile using some application? i need
help guys</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">This is the mapfile:</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;"> </span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">NAME WFS_server<br>
STATUS ON<br>
SIZE 800 650<br>
EXTENT 347683.125124 1652890.274125 458837.845673 1759026.124282<br>
UNITS Feet<br>
SHAPEPATH "/ms4w/apps/GeoMOOSE/maps_countydemo/emegency"<br>
IMAGETYPE PNG<br>
FONTSET '../fonts/fonts.list'<br>
SYMBOLSET '../symbols/symbol.sym'<br>
WEB<br>
IMAGEPATH "/ms4w/tmp/ms_tmp/"<br>
IMAGEURL "/ms_tmp/"<br>
METADATA<br>
"wfs_title"
"Demo server" ## REQUIRED<br>
"wfs_onlineresource" "<a href="http://localhost/cgi-bin/mapserv.exe" target="_blank">http://localhost/cgi-bin/mapserv.exe</a>?"
## Recommended<br>
"wfs_srs"
"EPSG:42304 EPSG:42101 EPSG:4269 EPSG:4326" ## Recommended<br>
"ows_schemas_location" "<a href="http://schemas.opengeospatial.net#http://ogc.dmsolutions.ca" target="_blank">http://schemas.opengeospatial.net#http://ogc.dmsolutions.ca</a>"
## Optional<br>
END<br>
END</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">PROJECTION<br>
"init=epsg:4269"<br>
END</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">LAYER<br>
NAME police<br>
METADATA<br>
"wfs_title" "police"
## REQUIRED<br>
"gml_featureid" "ID" ## REQUIRED<br>
"gml_include_items" "all" ##
Optional (serves all attributes for layer)<br>
END<br>
TYPE POINT<br>
STATUS ON<br>
DATA Police07</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;"> DUMP
TRUE ## REQUIRED<br>
CLASS<br>
NAME "police"<br>
STYLE<br>
SYMBOL 0<br>
COLOR 200 255 0<br>
OUTLINECOLOR 120 120 120<br>
END<br>
END<br>
END # Layer</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">END # Map File</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;"> </span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">Thanks guys</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">John</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">Indiana</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;"> </span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;"> </span></font></p>
</div>
</td>
</tr>
</tbody></table>
<p style="margin-left: 0.5in;"><font face="Times New Roman" size="3"><span style="font-size: 12pt;"> </span></font></p>
</div></div></div>
</div>
<br>_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>RAFAEL Almeida Fernandez Soto :: <a href="mailto:rafael@opengeo.com.br">rafael@opengeo.com.br</a><br>Consultant in FOSS GIS :: 55 21 2518-6233 :: 55 71 8802-0600<br>OpenGEO :: On-demand training and solutions :: <a href="http://www.opengeo.com.br">www.opengeo.com.br</a><br>
GEO Livre community:: Because Geoinformation should be free :: <a href="http://www.geolivre.org.br">www.geolivre.org.br</a><br>Be free by using Free Software, such as MapServer, PostgreSQL/PostGIS, gvSIG...<br>