-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
src/stuf/stuf_zds/templates/stuf_zds/soap/genereerDocumentIdentificatie.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
{% extends "stuf/soap_envelope.xml" %}{% load stuf %} | ||
{% extends "stuf/soap_envelope.xml" %}{% load stuf l10n %} | ||
{% block body %} | ||
{% localize off %} | ||
{# Parent template already defines some common namespaces #} | ||
<ZKN:genereerDocumentIdentificatie_Di02 xmlns:ZKN="http://www.egem.nl/StUF/sector/zkn/0310"> | ||
<ZKN:stuurgegevens> | ||
<StUF:berichtcode>Di02</StUF:berichtcode> | ||
{% render_stuurgegevens stuurgegevens referentienummer %} | ||
<StUF:functie>genereerDocumentidentificatie</StUF:functie> | ||
</ZKN:stuurgegevens> | ||
</ZKN:genereerDocumentIdentificatie_Di02>{% endblock %} | ||
</ZKN:genereerDocumentIdentificatie_Di02>{% endlocalize %}{% endblock %} |
6 changes: 3 additions & 3 deletions
6
src/stuf/stuf_zds/templates/stuf_zds/soap/genereerZaakIdentificatie.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{% extends "stuf/soap_envelope.xml" %}{% load stuf %} | ||
{% extends "stuf/soap_envelope.xml" %}{% load stuf l10n %} | ||
{% block body %} | ||
{% localize off %} | ||
{# Parent template already defines some common namespaces #} | ||
<ZKN:genereerZaakIdentificatie_Di02 xmlns:ZKN="http://www.egem.nl/StUF/sector/zkn/0310"> | ||
<ZKN:stuurgegevens> | ||
<StUF:berichtcode>Di02</StUF:berichtcode> | ||
{% render_stuurgegevens stuurgegevens referentienummer %} | ||
<StUF:functie>genereerZaakidentificatie</StUF:functie> | ||
</ZKN:stuurgegevens> | ||
</ZKN:genereerZaakIdentificatie_Di02> | ||
{% endblock %} | ||
</ZKN:genereerZaakIdentificatie_Di02>{% endlocalize %}{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters