assa code example

Example: assa

POST /post/send.asmx HTTP/1.1
Host: 37.228.138.118
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SendSimpleSMS2"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SendSimpleSMS2 xmlns="http://tempuri.org/">
<username>string</username>
<password>string</password>
<to>string</to>
<from>string</from>
<text>string</text>
<isflash>boolean</isflash>
</SendSimpleSMS2>
</soap:Body>
</soap:Envelope>

Tags:

Php Example