<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:SendSMSService___GetAbonents>
<tem:login>mycompany</tem:login>
<tem:password>123456</tem:password>
<tem:begind>2022-09-21 22:00:00 </tem:begind>
<tem:endd>2022-09-23 00:00:00</tem:endd>
</tem:SendSMSService___GetAbonents>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST 'http://isms.center/soap/server' \
--header 'SOAPAction: urn:SendSMSLib-SendSMSService#GetAbonents' \
--header 'Content-Type: text/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:SendSMSService___GetAbonents>
<tem:login>mycompany</tem:login>
<tem:password>123456</tem:password>
<tem:begind>2022-09-21 22:00:00 </tem:begind>
<tem:endd>2022-09-23 00:00:00</tem:endd>
</tem:SendSMSService___GetAbonents>
</soapenv:Body>
</soapenv:Envelope>'
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tempuri.org/">
<SOAP-ENV:Body>
<ns1:SendSMSService___GetAbonentsResponse>
<ns1:Result>
<ns1:SMSInfo>
<ns1:resultCode>0</ns1:resultCode>
<ns1:resultS>OK</ns1:resultS>
<ns1:recepient>77011234567</ns1:recepient>
<ns1:status>delivered</ns1:status>
<ns1:senderId>KiT_Notify</ns1:senderId>
<ns1:senttime>2022-09-21 22:47:26</ns1:senttime>
<ns1:receivedtime>2022-09-21 22:47:28</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>1</ns1:lang>
<ns1:userMsgID></ns1:userMsgID>
<ns1:msgID>983</ns1:msgID>
</ns1:SMSInfo>
<ns1:SMSInfo>
<ns1:resultCode>0</ns1:resultCode>
<ns1:resultS>OK</ns1:resultS>
<ns1:recepient>77011234568</ns1:recepient>
<ns1:status>delivered</ns1:status>
<ns1:senderId>KiT_Notify</ns1:senderId>
<ns1:senttime>2022-09-21 22:09:20</ns1:senttime>
<ns1:receivedtime>2022-09-21 22:09:21</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>1</ns1:lang>
<ns1:userMsgID></ns1:userMsgID>
<ns1:msgID>980</ns1:msgID>
</ns1:SMSInfo>
<ns1:SMSInfo>
<ns1:resultCode>0</ns1:resultCode>
<ns1:resultS>OK</ns1:resultS>
<ns1:recepient>77011234569</ns1:recepient>
<ns1:status>delivered</ns1:status>
<ns1:senderId>KiT_Notify</ns1:senderId>
<ns1:senttime>2022-09-21 22:39:11</ns1:senttime>
<ns1:receivedtime>2022-09-21 22:39:12</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>1</ns1:lang>
<ns1:userMsgID></ns1:userMsgID>
<ns1:msgID>982</ns1:msgID>
</ns1:SMSInfo>
</ns1:Result>
</ns1:SendSMSService___GetAbonentsResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>