From cdc431526c96f0fc0f03befb5c1f6ab6d151f6af Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Tue, 3 Sep 2019 13:27:11 +0200 Subject: Add Curl Example --- curl/send_mzs_dreq_to_container.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 curl/send_mzs_dreq_to_container.sh (limited to 'curl/send_mzs_dreq_to_container.sh') diff --git a/curl/send_mzs_dreq_to_container.sh b/curl/send_mzs_dreq_to_container.sh new file mode 100755 index 0000000..ce80807 --- /dev/null +++ b/curl/send_mzs_dreq_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 @mzs-delivery-request.xml -- cgit v1.2.3