北斗通短信平台

北斗通,13年专营群发短信专属通道,5秒极速送达,99%到达率

免费试用|联系我们| 用户登录 |下载|网站地图

咨询
热线
4008-529829
4008529829
短信服务文档

产品简介

产品定价

快速入门

用户指南

短信接口文档

短信接口HTTP

短信接口HTTP2.0

短信接口WebService

短信接口例子demo

常见问题

相关协议

1.3.1 SOAP 1.2请求

信息来源:北斗通短信平台 时间:2019-04-15 19:50:08 浏览次数:-

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /clientsite/SmsWebService.asmx HTTP/1.1
Host: localhost
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>
    <SendSms xmlns="http://tempuri.org/">
      <userid>string</userid>
      <account>string</account>
      <password>string</password>
      <mobile>string</mobile>
      <content>string</content>
      <sendTime>string</sendTime>
      <extno>string</extno>
    </SendSms>
  </soap12:Body>
</soap12:Envelope>