zoukankan      html  css  js  c++  java
  • 河南电信ISAG短信下行数据格式

    仅供参考

    ---------------------------------

    <?xml version="1.0" encoding="UTF-8" ?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Header>
    <RequestSOAPHeader soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1">
    <spId>171*****</spId>
    <timeStamp>0921213416</timeStamp>
    <spPassword>********************************</spPassword>
    <productId>*********************</productId>
    <OA>tel:+8613300000000</OA>
    <multicastMessaging>true</multicastMessaging> <!--群发发送设置为true,否则为false-->
    </RequestSOAPHeader>
    </soapenv:Header>
    <soapenv:Body>
    <sendSms xmlns="http://www.chinatelecom.com.cn/schema/ctcc/sms/send/v2_1/local">
    <addresses>tel:+8613300000361</addresses>  <!--群发时addresses可设置多条-->
    <addresses>tel:+8613300000920</addresses>
    <addresses>tel:+8618900000626</addresses>
    <addresses>tel:+8618900000565</addresses>
    <addresses>tel:+8615300000019</addresses>
    <addresses>tel:+8615300000032</addresses>
    <senderName>1065**********</senderName>
    <charging>
    <description xmlns="">fee</description>
    <currency xmlns="">yes</currency>
    <amount xmlns="">0</amount>
    <code xmlns="" />
    </charging>
    <message>
    <![CDATA[测试短信,无需恢复。]]>
    </message>
    <receiptRequest>
    <endpoint xmlns=""></endpoint>
    <interfaceName xmlns=""></interfaceName>
    <correlator xmlns="">C16AF35FFA34-00000000000-3416880</correlator>
    </receiptRequest>
    </sendSms>
    </soapenv:Body>
    </soapenv:Envelope> 
  • 相关阅读:
    R的农场 chebnear
    math
    求平面内最近点对
    字符加密 cipher
    CF448C Painting Fence
    CF264B Good Sequences
    洛谷3166 数三角形
    [NOIP2013] 华容道
    [NOIP2013] 货车运输
    [NOIP2013] 积木大赛
  • 原文地址:https://www.cnblogs.com/hope250/p/2697524.html
Copyright © 2011-2022 走看看