# WFS Server

<table data-header-hidden><thead><tr><th width="106.5"></th><th></th></tr></thead><tbody><tr><td>Read</td><td>Yes</td></tr><tr><td>Write</td><td>Yes</td></tr></tbody></table>

Web Feature Service (WFS) is a standard proposed by the [Open Geospatial Consortium](http://www.opengeospatial.org/) that defines how client applications should request map vector data and attributes from a WFS compatible server. The protocol used is HTTP and the data returned is typically in Geography Markup Language (GML). WFS servers publish their capabilities in an XML document that specifies the types of requests supported and provides a description of available features.

JMap Server can read data from WFS servers versions 1.0.0, 1.1.0 and 2.0 to be used as a spatial data source.

<table data-header-hidden><thead><tr><th width="198.5"></th><th></th></tr></thead><tbody><tr><td>URL</td><td><p>Enter the GetCapabilities URL that will return the capabilities of the WFS server. </p><p>It should be similar to:<br>http://www.server.com/wfs?SERVICE=WFS&#x26;VERSION=1.0.0&#x26;REQUEST=GetCapabilitie</p></td></tr><tr><td>Feature types</td><td>The list of feature types is returned by the WFS server after pressing <strong>Load</strong>. Select one feature type to read.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-jmapserver-lima.k2geospatial.com/e/administrator/jmap-server-administrator-manual/resources-spatial-data/vector-data-sources/wfs-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
