
HTTP-Post

We offer 2 alternatives to the Active-X component, the SOAP Web Service and the
XML-interface. The first one is a simple HTTP-Post
interface that uses the same https address of the SOAP Web Service.
In order to send a simple text SMS this url has to be called:
https://webservice.aspsms.com/aspsmsx.asmx/
SimpleTextSMS?UserKey=[USERKEY]&Password=[PASSWORT]&Recipient=[RECIPIENT]&Originator=[ORIGINATOR]&MessageText=[MESSAGE]
The url allows an HTTP-POST or HTTP-GET. As answer you will receive
following response:
<?xml version="1.0" encoding="utf-8"?>
<boolean xmlns="http://webservice.aspsms.com/">[true/false]</boolean>
The content of the response is true for success or false
in case of error.
Attention: Please note that you can send only to one recipient at
time and that no other paramater can be used ( like trasaction
references or similar). For more complex cases please use our Active-X component (aspsms.dll),
the SOAP interface or the XML-Interface.
As second alternative clients of aspsms.com will have the possibility to define
in a few steps a HTML-Form on smsbooster.com.
With that form it is possible to send simple text SMS
to a mobile phone.
Credits from aspsms.com may likewise be used on smsbooster.com and
credits from smsbooster.com may be used on aspsms.com. The same
pricing scheme applies. Attention: This HTTP-Post-Interface
offers only simple Text-SMS functionalities. If you want
to develop special and complex applications we recommend
to use our Active-X component (aspsms.dll) or our XML-Interface.
Proceed:
Alternatives: