WAP Service Indications (WAP-Push)

Space Search
Searching Messaging API
Table of Contents

WAP-Push messages are binary messages that can be sent using the above API description, but the creation and encoding of WAP-SI messages require a specialized library and is therefore quite cumbersome. The Roottori Messaging API provides a shortcut for sending these links. The following address works pretty much as the MT SMS API, except it accepts parameters that are used to create the WAP-SI message:

http://gw1.roottori.fi/eapi/wappush

The accepted parameters are: 

Name
Alias
Notes
Description
l
login
Mandatory
Username (provided during account setup). 
p
password
Mandatory
Password (provided during account setup) 
msisdn
to
Mandatory. One or more may be included in the request
Message recipient. Multiple recipients can be specified by including multiple msisdn parameters in the request. 
from
sender
Mandatory
Message originator. Can consist of max. 25 numbers or 11 alphanumeric characters. 
msg
-
Mandatory
The message shown in the message 
href
-
Mandatory
The link 

The WAP-push submission can also be done using HTTP POST. All other parameters are submitted in the request URI, except for the content, which is placed in the request body (and content-type signals the character encoding). This is identical as described for plain-text SMS MT messages here.

Labels

 
(None)