Opened 6 years ago

Closed 18 months 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.

Change History (1)

comment:1 by jng, 18 months ago

Resolution: duplicate
Status: newclosed

Same issue as #998, which has been fixed

Note: See TracTickets for help on using tickets.