Friday, March 12, 2010

































Microsoft Outlook



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 XML examples for some script languages like PHP, Python, ASP, VBscript-Class, C#, Java, Jabber...

PHP | Python | ASP | VBscript Class | C# | Java | Jabber



 


Please notice that this PHP example is not a complete script.
It only shows the method of how the connect can be made.

<?php
$content = "<?xml version_";
$len = strlen($content);
$fp = fsockopen( "xml1.aspsms.com", 5061 , &$errno, &$errdesc );
             if ( ! $fp ) die ( "Couldn’t connect: $errno   $errdesc\n" );
fputs( $fp, "POST /xmlsvr.asp HTTP/1.0\r\n");
fputs( $fp, "Content-Type: text/xml\r\n");
fputs( $fp, "Content-Length: $len\r\n\r\n");
fputs( $fp, $content);
while ( ! feof( $fp ) )
$reply[] = fgets( $fp, 1024 );
fclose( $fp );
?>



 

More information about using XML with PHP can be found on the following 3rd party open source page:

www.net-track.ch/opensource/phpaspsms

Limitations of Liability
In no event shall we be liable for any damages whatsoever, including - but not restricted to - lost revenue or profits or other direct, indirect, special, incidental or consequential damages, even if they have been advised of the possibility of such damages, except to the extent invariable law, if any, provides otherwise.


 

More XML examples:

PHP | Python | ASP | VBscript Class | C# | Java | Jabber


Available SMS tools and interfaces for ASPSMS

SMS tools for End Users
NamePricing
NEW: Microsoft Office Outlook 2007 Mobile Servicefree
SMS Blaster Web Editionfree
SMS Blaster Windows Editionfree
@SMS Outlook PluginShareware
Cybersystems mscrmSMSsiehe Preisliste
Jabber to SMS for End Usersfree (open source)
Jabber-Client Chatopus for Palm OSsmall one-time payment
delight Software GmbHsiehe Preisliste
ASPSMS Widget for Macfree
SKyPRO eSMS: SMS Gateway for mail serversmall 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