diff options
Diffstat (limited to 'curl/request-with-large-attachment/to_standalone.sh')
-rwxr-xr-x | curl/request-with-large-attachment/to_standalone.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |