- About the Defra Data Services Platform (DSP)
- Registering: Who can register on the Defra Data Services Platform (DSP)
- Registering: How to create an account on Defra Data Services Platform (DSP)
- Searching for Data on the Defra Data Services Platform (DSP)
- Searching: Why is my search taking a long time to return results?
- Metadata: Understanding information provided with each Defra Data Services Platform (DSP) dataset
- Metadata: Understanding the metadata dates displayed for datasets on the Defra Data Services Platform (DSP) and Data.Gov.Uk
- Downloading Data by Area of Interest
- Downloading Survey Data
- Downloading Data as a Contractor
- Downloading Large Datasets
- Web Services: Open Geospatial Consortium (OGC) standards
- Web Services: How do I use Web Feature Service (WFS) layers?
- Web Services: Why is my existing Web Feature Service (WFS) request no longer returning any features?
- Web Services: Why can’t I see any layers listed underneath the WMS I have added in QGIS?
- Web Services: I am using a BBOX request when adding my Web Feature Service (WFS) to a map but it's still drawing all the features
- Web Services: Why do I get an error message when loading WMS or WFS data?
- Web Services: I have confirmed I am using the correct typeName, but I’m still not seeing any features in my map?
- Why clearing cache in a browser is important and how to do it
Web Services: Why is my existing Web Feature Service (WFS) request no longer returning any features?
Created: 19 Nov 2024
If you have an existing request which makes use of GetFeatures you may find this no longer works -for example;
A quick way to confirm this is by entering the request directly into a web browser. If you see the following text, the issue is a change of namespace, caused by the migration;
How do I find the correct namespace?
In a web browser, use a GetCapabilities request - this will provide the required details. For this example, the required request is;
A search for FeatureType will locate the required details;
Updating the request using the details in the <Name> tag will now work;
This can be tested in a browser. Once the namespace is amended, the following will be returned;
You may also find this article useful - I have confirmed I am using the correct typeName, but I’m still not seeing any features in my map?