overview.rst 508 B

123456789101112
  1. .. _ows_services_overview:
  2. OWS Services Overview
  3. =====================
  4. The Open Geospatial Consortium (OGC) defines of series of web protocols that all follow a similar design. The OGC Open Web Services (OWS) define a service using:
  5. * Service
  6. * Version
  7. * Request - a service
  8. GeoServer provides a framework for accepting these requests and dispatching them to the appropriate implementation. The services are configured for the Dispatcher using a Spring applicationContext.xml file included in your jar.