Currently reports a generic error due to a breakage in WFSWorkspace, instead of the expected "InvalidValue". Example:
<wfs:Transaction xmlns:wfs="http: service="WFS" version="2.0.0">
<wfs:Insert xmlns:gml="http:>
<tns:Airport xmlns:tns="http: gml:id="YVR">
<gml:identifier codeSpace="http:>YVR</gml:identifier>
<gml:name>Vancouver International Airport</gml:name>
</tns:Airport>
</wfs:Insert>
</wfs:Transaction>
Where Airport is not an existing feature type, and the request needs to be done against a workspace specific service |