Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

http://twiki.mp.ics.com/SMSCtools/HTTPClient/httpclient.

cgi
(or)
https://10.50.4.143:8443/soap/
HTTP Method: POST
URL: soap
Message:
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SendSMS>
<username xsi:type="xsd:string">http1</username>
<password xsi:type="xsd:string">http123</password>
<fieldcodes xsi:type="xsd:string"></fieldcodes>
<source xsi:type="xsd:string">111</source>
<destination xsi:type="xsd:string">91876543211
</destination>
<parameter1>OPT1=test1</parameter1>
<message xsi:type="xsd:string">
Optional parameter testing</message>
</SendSMS>
</soap:Body>
</soap:Envelope>

You might also like