Hello,
I'am accessing an ArcGIS WFS Service (Version 1.1.0) with my own application. In the capabilties document the outputformat is defined as "text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0" so far I read / understand the OGC spezification this is not right. It should be only "text/xml; subType=gml/3.1.1" ? Or at least offer both?
If I use the complete string in the request as outputformat - the server responds with an error -
<Exception exceptionCode="InvalidParameterValue" locator="outputFormat">
<ExceptionText><![CDATA[OutputFormat 'text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0' not supported.]]></ExceptionText>
</Exception>
If I shorten the string to the expected "text/xml; subType=gml/3.1.1" it works ... looks like there is declared A in one location and expected B in another?
Is this a bug? Any clearing or explanation of this behaviour is welcome.
Thanks