From 6b2201998fd4c2404e52c63b40b3f60c2dc126d1 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Thu, 5 Dec 2019 09:23:03 +0100 Subject: Add Two Curl Examples to send msg:DeliveryNotifications to MOAZS - Warning: Signatures of examples are not valid. --- curl/notification-to-msg/to_standalone.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 curl/notification-to-msg/to_standalone.sh (limited to 'curl/notification-to-msg/to_standalone.sh') diff --git a/curl/notification-to-msg/to_standalone.sh b/curl/notification-to-msg/to_standalone.sh new file mode 100755 index 0000000..1b7e96b --- /dev/null +++ b/curl/notification-to-msg/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/msg --data-binary @notification.xml -- cgit v1.2.3