<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:SendSMSService___GetInfoByID>
<tem:login>mycompany</tem:login>
<tem:password>123456</tem:password>
<tem:ids>
<tem:MsgID>963</tem:MsgID>
<tem:UserMsgID></tem:UserMsgID>
</tem:ids>
</tem:SendSMSService___GetInfoByID>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST 'http://isms.center/soap/server' \
--header 'SOAPAction: urn:SendSMSLib-SendSMSService#GetInfoByID' \
--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___GetInfoByID>
<tem:login>mycompany</tem:login>
<tem:password>123456</tem:password>
<tem:ids>
<tem:MsgID>963</tem:MsgID>
<tem:UserMsgID></tem:UserMsgID>
</tem:ids>
</tem:SendSMSService___GetInfoByID>
</soapenv:Body>
</soapenv:Envelope>'
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tempuri.org/">
<SOAP-ENV:Body>
<ns1:SendSMSService___GetInfoByIDResponse>
<ns1:Result>
<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 16: 00: 21</ns1:senttime>
<ns1:receivedtime>2023-09-21 15: 59: 24</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>0</ns1:lang>
<ns1:userMsgID>1YT</ns1:userMsgID>
<ns1:msgID>963</ns1:msgID>
</ns1:Result>
</ns1:SendSMSService___GetInfoByIDResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>