FXSend/MobsetApi/MobsetApiSoap.Template_SendSms.res.xml

25 lines
740 B
XML
Raw Permalink Normal View History

2025-02-28 17:05:50 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns1="http://tempuri.org/">
<SOAP-ENV:Body>
<ns1:Template_SendSmsResponse>
<ns1:Count>0</ns1:Count>
<ns1:ErrMsg></ns1:ErrMsg>
<ns1:SmsIDList>
<ns1:SmsIDGroup>
<ns1:Mobile></ns1:Mobile>
<ns1:SmsID>0</ns1:SmsID>
</ns1:SmsIDGroup>
<ns1:SmsIDGroup>
<ns1:Mobile></ns1:Mobile>
<ns1:SmsID>0</ns1:SmsID>
</ns1:SmsIDGroup>
</ns1:SmsIDList>
</ns1:Template_SendSmsResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>