About SMS Gate
Transfers your messages to your web service. And sends response of your webservice to sender.
method in web service should be like "onMessage(String userName, String password, String phone, String msgBody)"
Sample soap for webservice:
<soap:Body>
<OnSmsGateMessage xmlns="http://softedware.com/SMSGate">
<userName>string</userName>
<password>string</password>
<phone>string</phone>
<msgBody>string</msgBody>
</OnSmsGateMessage>
</soap:Body>
test web service: http://softedware.com/smsgate/test.asmx