URL WFS Typical Problems with XML Post Transaction File/Filters

  1. XML File You POST -d @/tmp/Query.xml
    1. SHOULD CONTAINS FULL xmlns delcarations
      <GetFeature 
      xmlns="http://www.opengis.net/wfs/2.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns:ogc="http://www.opengis.net/ogc" 
      xmlns:wfs="http://www.opengis.net/wfs" ...