Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to implement SMS API

How to implement SMS API

Scheduled Pinned Locked Moved ASP.NET
jsonhelptutorial
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    farogh haider
    wrote on last edited by
    #1

    Hi to all, I want to add sms service in my application, I have API of sms service, but i dont know how implement it. please help me!

    Farogh Haider Web developer

    D C A 3 Replies Last reply
    0
    • F farogh haider

      Hi to all, I want to add sms service in my application, I have API of sms service, but i dont know how implement it. please help me!

      Farogh Haider Web developer

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      API or service? There are services available that let you send messages.

      It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD

      1 Reply Last reply
      0
      • F farogh haider

        Hi to all, I want to add sms service in my application, I have API of sms service, but i dont know how implement it. please help me!

        Farogh Haider Web developer

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        farogh123 wrote:

        I have API of sms service, but i dont know how implement it.

        So why are you asking us and not them ?

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        1 Reply Last reply
        0
        • F farogh haider

          Hi to all, I want to add sms service in my application, I have API of sms service, but i dont know how implement it. please help me!

          Farogh Haider Web developer

          A Offline
          A Offline
          Anindita Basak 1986
          wrote on last edited by
          #4

          Farida , You can implement it using the Value First SMS API like the following code:

          <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SMS.aspx.cs" Inherits="SMS.SMS" ValidateRequest="false"%>

          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

          <html>
          <head>
          <title>SMS Pace Client API Version 1.2</title>
          </head>
          <body>
          <form action="http://api.myvaluefirst.com/psms/servlet/psms.Eservice2" method="post" runat="server">
          <textarea name="data" cols="60" rows="16">
          <?xml version="1.0" encoding="ISO-8859-1"?>
          <!DOCTYPE MESSAGE SYSTEM "http://127.0.0.1:80/psms/dtd/messagev12.dtd">
          <MESSAGE VER="1.2">
          <USER USERNAME="" PASSWORD=""/>
          <SMS UDH="0" CODING="1" TEXT="" PROPERTY="0" ID="1">
          <ADDRESS FROM="ASPNetApp" TO="919831012345" SEQ="1" TAG="some clientside random data"/>
          </SMS>
          </MESSAGE>
          </textarea>
          <INPUT TYPE="SUBMIT" name="action" value="send"/>
          </form>

          </body>
          </html>

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups