From 2de8749beed9373ae26daabcbd47ec5d020cc093 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Mon, 7 Oct 2019 13:59:19 +0200 Subject: Add tnvz-q Example to curl Folder --- curl/request-with-tnvz-q-query/request.xml | 67 +++++++++++++++++++++++++ curl/request-with-tnvz-q-query/to_container.sh | 2 + curl/request-with-tnvz-q-query/to_standalone.sh | 2 + 3 files changed, 71 insertions(+) create mode 100644 curl/request-with-tnvz-q-query/request.xml create mode 100755 curl/request-with-tnvz-q-query/to_container.sh create mode 100755 curl/request-with-tnvz-q-query/to_standalone.sh (limited to 'curl/request-with-tnvz-q-query') diff --git a/curl/request-with-tnvz-q-query/request.xml b/curl/request-with-tnvz-q-query/request.xml new file mode 100644 index 0000000..d779eec --- /dev/null +++ b/curl/request-with-tnvz-q-query/request.xml @@ -0,0 +1,67 @@ + + + + + + + + 9110008961874 + urn:publicid:gv.at:baseid+XERSB + + TestFirma + + https://authority.gv.at/delivery_notification + + + + + Max + Mustermann + + 1940-01-01 + + + + + delivery-request-id + + AT:B:111 + + WichtigeMitteilung + RSa + + + https://authority.gv.at/files/73bdf969781ba41fa07df1ff8439cf685c0db1c3 + brief.xml + text/xml + + SHA1 + 9b972c70fdaf5e1b26b3387c87b0ffb72e5940b6 + + 123401 + + + true + + + true + tmp/responses + + true + + false + + http://localhost/appurl + 0 + 0 + + + + + + + diff --git a/curl/request-with-tnvz-q-query/to_container.sh b/curl/request-with-tnvz-q-query/to_container.sh new file mode 100755 index 0000000..0aff27b --- /dev/null +++ b/curl/request-with-tnvz-q-query/to_container.sh @@ -0,0 +1,2 @@ +#!/bin/sh +curl -v --header "Content-Type: text/xml;charset=UTF-8" --header "SOAPAction: \"\"" http://localhost:8080/moa-zs/services/mzs --data-binary @request.xml diff --git a/curl/request-with-tnvz-q-query/to_standalone.sh b/curl/request-with-tnvz-q-query/to_standalone.sh new file mode 100755 index 0000000..95ae8c6 --- /dev/null +++ b/curl/request-with-tnvz-q-query/to_standalone.sh @@ -0,0 +1,2 @@ +#!/bin/sh +curl -v --header "Content-Type: text/xml;charset=UTF-8" --header "SOAPAction: \"\"" http://localhost:8080/services/mzs --data-binary @request.xml -- cgit v1.2.3