Thursday, August 28, 2008



























ActiveX-Component aspsms.dll
SOAP Webservice
XML
XML
HTTP-Post
HTTP-Post


global two-way sms
get a new number
my mobile numbers
inbox and statistic

















WAP-Push Example

Due to a lot of MMS information requests we released an example for a popular technical workaround.
WAP-Push example based on a ASP/IIS VB-Script.

Permission Marketing

We do also high volume targeted SMS deliveries, time and volume independent.

For further information please contact our Key Account Management.

 


Here some ASP VB-Script examples, intended to be used on a IIS (Internet Information Server) from Microsoft or any other application that supports ActiveX/COM-Objects.
You may change the code according to the documentation.

Simple Text SMS | Multiple SMS | Flashing SMS | Blinking SMS | Operator Logos | Ringtones | Alphanumeric Originator | SMS with delivery notification | SMS with error validation | WAP-Push |



 
WAP-Push

WAP-Push is similar to MMS. You send an SMS containing a link, which points to MMS-Content on a WebServer. The recipient receives the link, establishes a GPRS connection and gets the content from the remote server by WAP. Sending a WAP-Push link through ASPSMS costs the same price as a normal SMS.

It's already now possible to send such WAP-Pushs by yourself if you are familiar with this extensive technology by using the aspsms properties

  • SMS.MessageData
  • SMS.XSer

  • and the function
  • SMS.SendBinaryData
  • If you don't know this technology we can offer you a beta-example program in Visual Basic who creates the necessary hex-codes. Just write us when you need this hex-code example program.

    Here you will find a working example for a WAP Push SMS:

    Title: This is an example title for a WAP-Push message...
    URL: http://www.aspsms.com/img/mms-sample.gif

    MessageData: 090601AE02056A0045C60D03617370736D732E636F6D2F
    696D672F6D6D732D73616D706C652E67696600010354686973206973206
    16E206578616D706C65207469746C6520666F722061205741502D507573
    68206D6573736167652E2E2E000101

    XSer: 01070605040B8423F00201F70D0100

    If Messagedata contains more than 140 Bytes, you have to add concatenation information (not included within this example).

    <html>
    <body>
    
    <%
    
      '------------------------------------------------------------
      ' aspsms.com(ponent) (c) 2003 by VADIAN.NET AG
      '------------------------------------------------------------
      ' wap push example
      '------------------------------------------------
    
      Set SMS = Server.CreateObject("ASPSMS.Booster")
      SMS.Userkey = "I3QHMYKEY6E"
      SMS.Password = "mypassword"
      SMS.Originator = "cathy"
      SMS.MessageData = "090601AE02056A0045C60D03617370736D732E636F6D2F696D67..."
      SMS.XSer = "01070605040B8423F00201F70D0100"
      SMS.AddRecipient "0044734255533"
      SMS.SendBinaryData
      lResult = SMS.ErrorCode
      SMS.DeleteAllRecipients
      Set SMS = Nothing
    
    %>
    
    done.
    
    </body>
    </html>
    


     

    More ASP VB-Script examples:

    Simple Text SMS | Multiple SMS | Flashing SMS | Blinking SMS | Operator Logos | Ringtones | Alphanumeric Originator | SMS with delivery notification | SMS with error validation | WAP-Push |


    Available SMS tools and interfaces for ASPSMS

    SMS tools for End Users
    NamePricing
    SMS Blaster Web Editionfree
    SMS Blaster Windows Editionfree
    @SMS Outlook PluginShareware
    Jabber to SMS for End Usersfree (open source)
    Jabber-Client Chatopus for Palm OSsmall one-time payment
    ASPSMS Widget for Macfree
    SKyPRO eSMS: SMS Gateway for mail serversmall one-time payment
    Testingpoint Hosting Monitoring Softwaresmall one-time payment
    SMS scripts and interfaces for developers
    NamePricing
    aspsms.dll (Active-X)free
    SOAP Web Servicefree
    XML-Interfacefree
    ASPSMS SMTP Interfacefree
    VBscript Class (ASP)free
    HTTPfree
    PHP - Python - C# - Javafree
    Jabber to SMS for Server Adminsfree (open source)
    SMS Blaster Visual Basic Source Codefree