example1: update by xlink

  • Method: POST
  • Url:
    wfs-data.php/default_db/?SERVICE=WFS&VERSION=1.0.0&SRSNAME=EPSG:3003
The query:
<Transaction
  xmlns="http://www.opengis.net/wfs"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:gml="http://www.opengis.net/gml"
  xmlns:default_objects="https://biuro.biall-net.pl/wfs/default_objects"
  version="1.0.0" service="WFS">
  <Update xmlns="http://www.opengis.net/wfs" typeName="default_objects:TestPerms">
    <Property xmlns="http://www.opengis.net/wfs">
      <Name xmlns="http://www.opengis.net/wfs">OPIS</Name>
      <Value xmlns="http://www.opengis.net/wfs">WFS update File xlink 42</Value>
    </Property>
    <Property xmlns="http://www.opengis.net/wfs">
      <Name xmlns="http://www.opengis.net/wfs">File</Name>
      <Value xmlns="http://www.opengis.net/wfs">
        <default_objects:File xlink:href="https://biuro.biall-net.pl/wfs/default_objects#File.42"/>
      </Value>
    </Property>
    <Filter xmlns="http://www.opengis.net/ogc">
      <FeatureId xmlns="http://www.opengis.net/ogc" fid="TestPerms.49" />
    </Filter>
  </Update>
</Transaction>