#!/usr/bin/env bashURL='http://xxxxxxx:8080/interaction/liveRcp/email'cat <<- SOAP | curl -4 \-X POST \-H 'Content-Type: application/soap+xml;charset=UTF-8' \-H 'SOAPAction: nms:proposition#Propose' \-d \@- \-kv \$URL<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://schem...