<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SMS API for ASP applications in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/sms-api-for-asp-applications/m-p/3710762#M52395</link>
    <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Please see my errors:&lt;/P&gt;&lt;P&gt;I need to fix-it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Nov 2012 00:02:51 GMT</pubDate>
    <dc:creator>diagodose2009</dc:creator>
    <dc:date>2012-11-26T00:02:51Z</dc:date>
    <item>
      <title>SMS API for ASP applications</title>
      <link>https://forums.autodesk.com/t5/net-forum/sms-api-for-asp-applications/m-p/3708694#M52394</link>
      <description>&lt;P&gt;I have found a gateway (Ozeki NG SMS Gateway) that can be used to send out SMS messages from an ASP application. In order to send a message, the application has to perform an HTTP request. The built-in webserver of Ozeki NG - SMS Gateway receives the request and adds the posted SMS message to the outgoing message queue.&lt;BR /&gt;&lt;BR /&gt;To send an SMS message from ASP, you can use the code below. This example code will send a text message containing the text "Hello World" to the +36205222245 telephone number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASP example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;http://localhost/smssend.asp
&amp;lt;%
    Dim strMsg
    Dim strReceiver
    Dim strUrl
 
    ' Retrieve the posted items from the HTTP-SMS gateway
    strUrl = "http://localhost:9501/ozeki?"
    strRequest = "username=admin";
    strRequest = strRequest+"&amp;amp;password=abc123";
    strRequest = strRequest+"&amp;amp;action=sendMessage";
    strRequest = strRequest+"&amp;amp;messageType=SMS:TEXT";
    strRequest = strRequest+"&amp;amp;recipient="+Server.URLEncode("+36205222245");
    strRequest = strRequest+"&amp;amp;messageData="+Server.URLEncode("Hello World"); 
 
   strUrl = strUrl+strRequest;
 
    'Create InternetExplorer
    Dim WebBrowser: Set WebBrowser = CreateObject("InternetExplorer.Application")
  
    WebBrowser.Navigate strUrl
 
    Do While WebBrowser.busy
    Loop
    WebBrowser.Quit
 
    'Display message info to the user
    Response.Write("The message has been sent . " + chr(13))
%&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also on related pages I could get useful idea regarding ASP with built in webserver C#.&amp;nbsp;&lt;A href="http://www.ozekisms.com/index.php?owpn=205" target="_blank"&gt;http://www.ozekisms.com/index.php?owpn=205&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe this SMS API can help you too to develop SMS applications in ASP.NET.&lt;BR /&gt;&lt;BR /&gt;Anton&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Nov 2012 10:30:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sms-api-for-asp-applications/m-p/3708694#M52394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-22T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: SMS API for ASP applications</title>
      <link>https://forums.autodesk.com/t5/net-forum/sms-api-for-asp-applications/m-p/3710762#M52395</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Please see my errors:&lt;/P&gt;&lt;P&gt;I need to fix-it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2012 00:02:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sms-api-for-asp-applications/m-p/3710762#M52395</guid>
      <dc:creator>diagodose2009</dc:creator>
      <dc:date>2012-11-26T00:02:51Z</dc:date>
    </item>
  </channel>
</rss>

