SlideShare a Scribd company logo
1 of 3
SendSMSToIndia
Send unlimited free SMS to India - Maximum message size is 120 characters

Usage:If your mobile number is 098XXXXXXXX ,Please enter as 98XXXXXXXX
Network Covered: Airtel,Idea Cellular,Skycell ,RPG Cellular,Hutch,Celforce / Fascel,BPL
Mobile,Escotel

Test
  To test the operation using the HTTP POST protocol, click the 'Invoke' button.
  Parameter                 Value

        MobileNumber:

        FromEmailAddress:

        Message:



SOAP 1.1
  The following is a sample SOAP 1.1 request and response. The placeholders shown need to be
  replaced with actual values.

   POST /SendSMS.asmx HTTP/1.1
   Host: www.webservicex.net
   Content-Type: text/xml; charset=utf-8
   Content-Length: length
   SOAPAction: "http://www.webserviceX.NET/SendSMSToIndia"

   <?xml version="1.0" encoding="utf-8"?>
   <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
     <soap:Body>
       <SendSMSToIndia xmlns="http://www.webserviceX.NET">
         <MobileNumber>string</MobileNumber>
         <FromEmailAddress>string</FromEmailAddress>
         <Message>string</Message>
       </SendSMSToIndia>
     </soap:Body>
   </soap:Envelope>
   HTTP/1.1 200 OK
   Content-Type: text/xml; charset=utf-8
   Content-Length: length

   <?xml version="1.0" encoding="utf-8"?>
   <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
     <soap:Body>
       <SendSMSToIndiaResponse xmlns="http://www.webserviceX.NET">
         <SendSMSToIndiaResult>
           <FromEmailAddress>string</FromEmailAddress>
<MobileNumber>string</MobileNumber>
          <Provider>string</Provider>
          <State>string</State>
          <Status>string</Status>
        </SendSMSToIndiaResult>
      </SendSMSToIndiaResponse>
    </soap:Body>
  </soap:Envelope>

SOAP 1.2
 The following is a sample SOAP 1.2 request and response. The placeholders shown need to be
 replaced with actual values.

  POST /SendSMS.asmx HTTP/1.1
  Host: www.webservicex.net
  Content-Type: application/soap+xml; charset=utf-8
  Content-Length: length

  <?xml version="1.0" encoding="utf-8"?>
  <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>
      <SendSMSToIndia xmlns="http://www.webserviceX.NET">
        <MobileNumber>string</MobileNumber>
        <FromEmailAddress>string</FromEmailAddress>
        <Message>string</Message>
      </SendSMSToIndia>
    </soap12:Body>
  </soap12:Envelope>
  HTTP/1.1 200 OK
  Content-Type: application/soap+xml; charset=utf-8
  Content-Length: length

  <?xml version="1.0" encoding="utf-8"?>
  <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>
      <SendSMSToIndiaResponse xmlns="http://www.webserviceX.NET">
        <SendSMSToIndiaResult>
          <FromEmailAddress>string</FromEmailAddress>
          <MobileNumber>string</MobileNumber>
          <Provider>string</Provider>
          <State>string</State>
          <Status>string</Status>
        </SendSMSToIndiaResult>
      </SendSMSToIndiaResponse>
    </soap12:Body>
  </soap12:Envelope>

HTTP GET
 The following is a sample HTTP GET request and response. The placeholders shown need to be
 replaced with actual values.
GET /SendSMS.asmx/SendSMSToIndia?
  MobileNumber=string&FromEmailAddress=string&Message=string HTTP/1.1
  Host: www.webservicex.net
  HTTP/1.1 200 OK
  Content-Type: text/xml; charset=utf-8
  Content-Length: length

  <?xml version="1.0" encoding="utf-8"?>
  <SMSResult xmlns="http://www.webserviceX.NET">
    <FromEmailAddress>string</FromEmailAddress>
    <MobileNumber>string</MobileNumber>
    <Provider>string</Provider>
    <State>string</State>
    <Status>string</Status>
  </SMSResult>

HTTP POST
 The following is a sample HTTP POST request and response. The placeholders shown need to be
 replaced with actual values.

  POST /SendSMS.asmx/SendSMSToIndia HTTP/1.1
  Host: www.webservicex.net
  Content-Type: application/x-www-form-urlencoded
  Content-Length: length

  MobileNumber=string&FromEmailAddress=string&Message=string
  HTTP/1.1 200 OK
  Content-Type: text/xml; charset=utf-8
  Content-Length: length

  <?xml version="1.0" encoding="utf-8"?>
  <SMSResult xmlns="http://www.webserviceX.NET">
    <FromEmailAddress>string</FromEmailAddress>
    <MobileNumber>string</MobileNumber>
    <Provider>string</Provider>
    <State>string</State>
    <Status>string</Status>
  </SMSResult>

More Related Content

Similar to Send Sms To India

SMSInterface_Old2New
SMSInterface_Old2NewSMSInterface_Old2New
SMSInterface_Old2New
inforumobile
 

Similar to Send Sms To India (20)

SMS API InforUMobile
SMS API InforUMobileSMS API InforUMobile
SMS API InforUMobile
 
InforUMobile SMS API
InforUMobile SMS APIInforUMobile SMS API
InforUMobile SMS API
 
Bulk SMS gateway integration in asp.net
Bulk SMS gateway integration in asp.netBulk SMS gateway integration in asp.net
Bulk SMS gateway integration in asp.net
 
InforUMobile SMS API
InforUMobile SMS APIInforUMobile SMS API
InforUMobile SMS API
 
Web 11 | AJAX + JSON + PHP
Web 11 | AJAX + JSON + PHPWeb 11 | AJAX + JSON + PHP
Web 11 | AJAX + JSON + PHP
 
AJAX
AJAXAJAX
AJAX
 
AJAX
AJAXAJAX
AJAX
 
InforUMobile UK SMS API
InforUMobile UK SMS APIInforUMobile UK SMS API
InforUMobile UK SMS API
 
Creating web APIs with apigility
Creating web APIs with apigilityCreating web APIs with apigility
Creating web APIs with apigility
 
Asynchronous sms messaging with Ruby
Asynchronous sms messaging with RubyAsynchronous sms messaging with Ruby
Asynchronous sms messaging with Ruby
 
JSP/Servlet Core Concept
JSP/Servlet Core ConceptJSP/Servlet Core Concept
JSP/Servlet Core Concept
 
Web-Services!.pptx
Web-Services!.pptxWeb-Services!.pptx
Web-Services!.pptx
 
Testing Soap/Rest Web Services with JMeter
Testing Soap/Rest Web Services with JMeterTesting Soap/Rest Web Services with JMeter
Testing Soap/Rest Web Services with JMeter
 
How to call REST API without knowing any programming languages
How to call REST API without knowing any programming languages How to call REST API without knowing any programming languages
How to call REST API without knowing any programming languages
 
Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...
Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...
Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...
 
Introduction to Ajax programming
Introduction to Ajax programmingIntroduction to Ajax programming
Introduction to Ajax programming
 
Ajax
AjaxAjax
Ajax
 
Send email
Send emailSend email
Send email
 
Restful Web Services
Restful Web ServicesRestful Web Services
Restful Web Services
 
SMSInterface_Old2New
SMSInterface_Old2NewSMSInterface_Old2New
SMSInterface_Old2New
 

Recently uploaded

Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
FIDO Alliance
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
panagenda
 

Recently uploaded (20)

Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development Companies
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overview
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
الأمن السيبراني - ما لا يسع للمستخدم جهله
الأمن السيبراني - ما لا يسع للمستخدم جهلهالأمن السيبراني - ما لا يسع للمستخدم جهله
الأمن السيبراني - ما لا يسع للمستخدم جهله
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 

Send Sms To India

  • 1. SendSMSToIndia Send unlimited free SMS to India - Maximum message size is 120 characters Usage:If your mobile number is 098XXXXXXXX ,Please enter as 98XXXXXXXX Network Covered: Airtel,Idea Cellular,Skycell ,RPG Cellular,Hutch,Celforce / Fascel,BPL Mobile,Escotel Test To test the operation using the HTTP POST protocol, click the 'Invoke' button. Parameter Value MobileNumber: FromEmailAddress: Message: SOAP 1.1 The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values. POST /SendSMS.asmx HTTP/1.1 Host: www.webservicex.net Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.webserviceX.NET/SendSMSToIndia" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <SendSMSToIndia xmlns="http://www.webserviceX.NET"> <MobileNumber>string</MobileNumber> <FromEmailAddress>string</FromEmailAddress> <Message>string</Message> </SendSMSToIndia> </soap:Body> </soap:Envelope> HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <SendSMSToIndiaResponse xmlns="http://www.webserviceX.NET"> <SendSMSToIndiaResult> <FromEmailAddress>string</FromEmailAddress>
  • 2. <MobileNumber>string</MobileNumber> <Provider>string</Provider> <State>string</State> <Status>string</Status> </SendSMSToIndiaResult> </SendSMSToIndiaResponse> </soap:Body> </soap:Envelope> SOAP 1.2 The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values. POST /SendSMS.asmx HTTP/1.1 Host: www.webservicex.net Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <SendSMSToIndia xmlns="http://www.webserviceX.NET"> <MobileNumber>string</MobileNumber> <FromEmailAddress>string</FromEmailAddress> <Message>string</Message> </SendSMSToIndia> </soap12:Body> </soap12:Envelope> HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <SendSMSToIndiaResponse xmlns="http://www.webserviceX.NET"> <SendSMSToIndiaResult> <FromEmailAddress>string</FromEmailAddress> <MobileNumber>string</MobileNumber> <Provider>string</Provider> <State>string</State> <Status>string</Status> </SendSMSToIndiaResult> </SendSMSToIndiaResponse> </soap12:Body> </soap12:Envelope> HTTP GET The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
  • 3. GET /SendSMS.asmx/SendSMSToIndia? MobileNumber=string&FromEmailAddress=string&Message=string HTTP/1.1 Host: www.webservicex.net HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <SMSResult xmlns="http://www.webserviceX.NET"> <FromEmailAddress>string</FromEmailAddress> <MobileNumber>string</MobileNumber> <Provider>string</Provider> <State>string</State> <Status>string</Status> </SMSResult> HTTP POST The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values. POST /SendSMS.asmx/SendSMSToIndia HTTP/1.1 Host: www.webservicex.net Content-Type: application/x-www-form-urlencoded Content-Length: length MobileNumber=string&FromEmailAddress=string&Message=string HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <SMSResult xmlns="http://www.webserviceX.NET"> <FromEmailAddress>string</FromEmailAddress> <MobileNumber>string</MobileNumber> <Provider>string</Provider> <State>string</State> <Status>string</Status> </SMSResult>