Sample sendOtp request

<?xml version="1.0" encoding="UTF-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns="https://schemas.symantec.com/vip/2011/04/vipuserservices"> <S:Body> <SendOtpRequest> <requestId>1234abcd</requestId> <userId>[email protected]</userId> <smsDeliveryInfo> <phoneNumber>16505551212</phoneNumber> </smsDeliveryInfo> </SendOtpRequest> </S:Body> </S:Envelope>