> For the complete documentation index, see [llms.txt](https://docs-jmapserver-lima.k2geospatial.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-jmapserver-lima.k2geospatial.com/s/administrador/manual-del-administrador-jmap-server/fuentes-de-datos-espaciales/fuentes-de-datos-vectoriales/servidor-wfs.md).

# Servidor WFS

<table data-header-hidden><thead><tr><th width="122.59786950732354"></th><th></th></tr></thead><tbody><tr><td>Lectura</td><td>Si</td></tr><tr><td>Escritura</td><td>Si</td></tr></tbody></table>

Web Feature Service (WFS) es una norma propuesta por el [Open Geospatial Consortium](http://www.opengeospatial.org/) (OGC) que detalla la manera en que las aplicaciones cliente deben efectuar las peticiones para obtener datos vectoriales y sus atributos a partir de un servidor compatible con WFS. El protocolo utilizado es HTTP, y los datos son generalmente devueltos en formato GML (Geography Markup Language). Las capacidades de los servidores WFS se publican en un documento XML que especifica los tipos de peticiones admitidas y proporciona una descripción de las funciones disponibles.

JMap Server puede leer los datos de los servidores WFS de las versiones 1.0.0, 1.1.0 y 2.0 y utilizarlos como fuentes de datos espaciales.

<table data-header-hidden><thead><tr><th width="188.5270935960591"></th><th></th></tr></thead><tbody><tr><td>URL</td><td>Ingrese el URL para la petición GetCapabilities que devuelve las capacidades del servidor WFS. <br>El URL se parece a: <br><a href="http://www.server.com/wfs?SERVICE=WFS&#x26;VERSION=1.0.0&#x26;REQUEST=GetCapabilitie">http://www.server.com/wfs?SERVICE=WFS&#x26;VERSION=1.0.0&#x26;REQUEST=GetCapabilitie</a></td></tr><tr><td>Tipos de datos</td><td>Cuando usted presiona <strong>Cargar</strong> el servidor WFS retorna la lista de los tipos de datos. Seleccione el tipo de datos que debe ser leído. </td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-jmapserver-lima.k2geospatial.com/s/administrador/manual-del-administrador-jmap-server/fuentes-de-datos-espaciales/fuentes-de-datos-vectoriales/servidor-wfs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
