Opened 7 years ago
Closed 2 years ago
#947 closed defect (duplicate)
WFS: Cannot handle type name which ends with "_".
Reported by: | zhanga | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | 4.1.0 |
Component: | WFS Provider | Version: | 4.0.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
When connecting to the following WFS url: https://services.slip.wa.gov.au/public/services/SLIP_Public_Services/Infrastructure_and_Utilities_WFS/MapServer/WFSServer?version=2.0.0, no class is found in the schema.
It is because the type name is like "AAAA_Type". Fdo XML reader will read the class name as "AAAA". But the name in feature collection is "AAAA_", which results in the error.
Note:
See TracTickets
for help on using tickets.
Same issue as #998, which has been fixed