Pitney Bowes MapXtreme User Manual
Page 389

Chapter 22: Web Feature Service
Understanding WFS Server Operations
MapXtreme v7.1
396
Developer Guide
The following is the XML output from a GetCapabilities request. Some of the key elements are
shown in bold text, including supported capabilities, available feature types, and filtering operations
for requesting a subset of a feature type’s data.
<?xml version="1.0" encoding="utf-8" ?>
- <WFS_Capabilities xmlns:ogc="http://www.opengis.net/ogc"
xmlns:miwfs="http://www.mapinfo.com/wfs"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.opengis.net/wfs/1.0.0/WFS-
capabilities.xsd" version="1.0.0" updateSequence="0"
xmlns="http://www.opengis.net/wfs">
- <Service>
<Name>Sample WFS Server</Name>
<Title>Sample WFS Server</Title>
<OnlineResource>http://localhost/Wfs/GetFeature.ashx</OnlineResource>
</Service>
- <Capability>
- <Request>
- <GetCapabilities>
- <DCPType>
- <HTTP>
<Get onlineResource="http://localhost/Wfs/GetFeature.ashx" />
<Post onlineResource="http://localhost/Wfs/GetFeature.ashx" />
</HTTP>
</DCPType>
</GetCapabilities>
- <DescribeFeatureType>
- <SchemaDescriptionLanguage>
<XMLSCHEMA />
</SchemaDescriptionLanguage>
- <DCPType>
- <HTTP>
<Get onlineResource="http://localhost/Wfs/GetFeature.ashx" />
<Post onlineResource="http://localhost/Wfs/GetFeature.ashx" />
</HTTP>
</DCPType>
</DescribeFeatureType>
- <GetFeature>
- <ResultFormat>
<GML2 />
</ResultFormat>
- <DCPType>
- <HTTP>
<Post onlineResource="http://localhost/Wfs/GetFeature.ashx" />
</HTTP>
</DCPType>
</GetFeature>
</Request>
</Capability>
- <FeatureTypeList>
- <Operations>
<Query />