<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello all,<br><br></div>I'm trying to read a WFS source. The GetFeature request to the WFS source returns rows in the form of:<br><br><gml:featureMember><br>    <groups fid="group.44107041"><br>        <subgroupno>120</subgroupno><br>        <group>288</group><br>        <idno>40402578</idno><br>        <description>Descripton</description><br>        <groundref>56945117</groundref><br>        <hoodref>158699</hoodref><br>        <surfacearea>804.67</surfacearea><br>        <type>2</type><br>        <status>2</status><br>        <geom><br>            <gml:MultiPolygon srsName="<a href="http://www.opengis.net/gml/srs/epsg.xml#4326">http://www.opengis.net/gml/srs/epsg.xml#4326</a>"><br>                <gml:polygonMember><br>                    <gml:Polygon><br>                        <gml:outerBoundaryIs><br>                            <gml:LinearRing><br>                                <gml:coordinates decimal="." cs="," ts=" ">67.58201,80.5654<br>                                    67.58207,80.5652 67.58187,80.5653<br>                                    67.58159,80.5654 67.58118,80.5654<br>                                    67.58118,80.5655 67.58137,80.5655<br>                                    67.58143,80.5655 67.58159,80.5654<br>                                    67.58201,80.5654<br>                                </gml:coordinates><br>                            </gml:LinearRing><br>                        </gml:outerBoundaryIs><br>                    </gml:Polygon><br>                </gml:polygonMember><br>            </gml:MultiPolygon><br>        </geom><br>        <createdate>2012-04-08T07:13:10</createdate><br>        <netsurfacearea>804.440800604637</netsurfacearea><br>        <typeid>2000000000001</typeid><br>        <supergroupstatus>2</supergroupstatus><br>        <parentstatus>3</parentstatus><br>    </groups><br></gml:featureMember><br><br></div>But when I retrieve it with ogrinfo or ogr-fdw (which also uses OGR for reading and parsing any ogr data source) for postgres, the only fields that I can get are:<br></div><br>- fid<br>- geom<br></div>- status<br></div>- createdate<br></div><br></div>Is this some kind of a problem with the WFS driver of OGR or is there something that I'm doing wrong or I have to do and I'm not doing?<br><br></div>The OGR versions that I tried with are:<br><br>- 1.11.4<br>- 2.1.0<br>- 2.1.1<br>- 2.1.2<br><br></div>Thank you all in advance.<br></div>