diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-09-03 13:27:11 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-09-23 09:28:21 +0200 |
commit | cdc431526c96f0fc0f03befb5c1f6ab6d151f6af (patch) | |
tree | 4f3f22d4567abe8f1f0285ad10ad5fb5c2231165 /curl/send_mzs_dreq_to_standalone.sh | |
parent | 3b114adee71e1e2477898d55c91cd573f0e48857 (diff) | |
download | moa-zs-cdc431526c96f0fc0f03befb5c1f6ab6d151f6af.tar.gz moa-zs-cdc431526c96f0fc0f03befb5c1f6ab6d151f6af.tar.bz2 moa-zs-cdc431526c96f0fc0f03befb5c1f6ab6d151f6af.zip |
Add Curl Example
Diffstat (limited to 'curl/send_mzs_dreq_to_standalone.sh')
-rwxr-xr-x | curl/send_mzs_dreq_to_standalone.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/curl/send_mzs_dreq_to_standalone.sh b/curl/send_mzs_dreq_to_standalone.sh new file mode 100755 index 0000000..88c2d96 --- /dev/null +++ b/curl/send_mzs_dreq_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 @mzs-delivery-request.xml |