<html>
        <head>
                <title>WFS test</title>
        </head>
        <body>
                <form action="http://devgeo.cciw.ca/cgi-bin/mapserv/eccat" method="post">
                        <input type="text" name="version" value="1.0.0"/><br/>
                        <input type="text" name="service" value="WFS"/><br/>
                        <input type="text" name="request" value="GetFeature"/><br/>
                        <input type="text" name="typename" value="service_resources"/><br/>
                        <textarea name="filter" rows="20" cols="80">
<Filter>
 <And>
  <BBOX>
   <PropertyName>NAME</PropertyName>
    <Box srsName="EPSG:4326">
     <coordinates>-141.84,21.599999999999994 -56.16,74.16</coordinates>
    </Box>
  </BBOX>
  <Or>
   <Or>
    <PropertyIsLike wildCard="*" singleChar="." escape="!">
     <PropertyName>title</PropertyName>
     <Literal>benthic</Literal>
    </PropertyIsLike>
    <PropertyIsLike wildCard="*" singleChar="." escape="!">
     <PropertyName>abstract</PropertyName>
     <Literal>benthic</Literal>
    </PropertyIsLike>
   </Or>
   <PropertyIsLike wildCard="*" singleChar="." escape="!">
    <PropertyName>keywords</PropertyName>
    <Literal>benthic</Literal>
   </PropertyIsLike>
  </Or>
 </And>
</Filter></textarea><br/>
                        <input type="submit"/>
                </form>
        </body>
</html>