Service offers both WMS and WFS Geoserver capabilities. All data requests are processed through a single entry point API Gateway, providing unified access to both WMS and WFS endpoints. API GW validates the request and routes it to Geoserver , which processes and retrieves necessary data layers, renders maps or extracts feature sets and sends response back through the API GW. The service behavior is in accordance with the synchronous_request_reply message exchange patterns detailed in the Message Exchange Patterns: Identification Guidelines. Client must issue WMF GetCapabilities/GetMap or WFS GetFeature requests through the gateway and receives images (WMS) or structured geospatial data such as GML/GeoJSON (WFS) in return.