Sample SOAP XML request

<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <DeliverTxnOTP Version="3.1" Id="1234abcd" xmlns="https://schemas.vip.symantec.com/2006/08/vipservice"> <TxnOTP>123456</TxnOTP> <Destination type="SMS">19999999999</Destination> </DeliverTxnOTP> </soapenv:Body> </soapenv:Envelope>