From 6d0584891fb4d4bc56aa1733d8b93537102474e3 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Wed, 18 Dec 2019 13:08:29 +0100 Subject: Add "large attachment" Example to curl Folder --- curl/request-with-large-attachment/to_standalone.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 curl/request-with-large-attachment/to_standalone.sh (limited to 'curl/request-with-large-attachment/to_standalone.sh') diff --git a/curl/request-with-large-attachment/to_standalone.sh b/curl/request-with-large-attachment/to_standalone.sh new file mode 100755 index 0000000..95ae8c6 --- /dev/null +++ b/curl/request-with-large-attachment/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