Skip to content

Commit

Permalink
Adapt GBDBS_REQUEST_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Sep 12, 2024
1 parent 073ecb6 commit 7149fa9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/plot_owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@ class PlotOwner:
<soapenv:Envelope
xmlns:ns="http://schemas.geo.admin.ch/BJ/TGBV/GBDBS/2.1"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Header>
<enq:enquirer xmlns:enq="http://www.bedag.ch/raum/gdbds/Enquirer/1.0">
<enq:id>WGC</enq:id>
<enq:name>WebGISClient</enq:name>
</enq:enquirer>
</soapenv:Header>
<soapenv:Body>
<ns:GetParcelsByIdRequest>
<ns:version>{version}</ns:version>
<ns:transactionId>{transaction_id}</ns:transactionId>
<ns:BezugInhalt>IndexMitEigentum</ns:BezugInhalt>
<ns:BezugInhalt>Oeffentlich</ns:BezugInhalt>
<ns:includeHistory>false</ns:includeHistory>
<ns:Id>{egrid}::::</ns:Id>
</ns:GetParcelsByIdRequest>
Expand Down

0 comments on commit 7149fa9

Please sign in to comment.