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/simple-request/to_container.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 curl/simple-request/to_container.sh (limited to 'curl/simple-request/to_container.sh') diff --git a/curl/simple-request/to_container.sh b/curl/simple-request/to_container.sh new file mode 100755 index 0000000..0aff27b --- /dev/null +++ b/curl/simple-request/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 -- cgit v1.2.3