How to install APK / APKS / OBB file on Android
Hi, There you can download APK file "SMS Gate" for UMIDIGI S2 Pro free, apk file version is 1.0.5 to download to your UMIDIGI S2 Pro just click this button. It's easy and warranty. We provide only original apk files. If any of materials on this site violates your rights, report us
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