diff options
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 |