📄 smsws.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://outlook.microsoft.com/add-ins/SMS/type" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://outlook.microsoft.com/add-ins/SMS/wsdl/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://outlook.microsoft.com/add-ins/SMS/wsdl/" name="SMSWS" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://outlook.microsoft.com/add-ins/SMS/type" />
</types>
<message name="SMSWebService.sendXml">
<part name="Carrier" type="s:string" />
<part name="Id" type="s:string" />
<part name="Password" type="s:string" />
<part name="ToMobile" type="s:string" />
<part name="Message" type="s:string" />
<part name="MsgType" type="s:string" />
</message>
<message name="SMSWebService.sendXmlResponse">
<part name="Result" type="s:string" />
</message>
<portType name="SMSWebServiceSoapPort">
<operation name="sendXml" parameterOrder="Carrier Id Password ToMobile Message MsgType">
<input message="tns:SMSWebService.sendXml" />
<output message="tns:SMSWebService.sendXmlResponse" />
</operation>
</portType>
<binding name="SMSWebServiceSoapBinding" type="tns:SMSWebServiceSoapPort">
<stk:binding preferredEncoding="UTF-8" xmlns:stk="http://schemas.microsoft.com/soap-toolkit/wsdl-extension" />
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
<operation name="sendXml">
<soap:operation soapAction="http://outlook.microsoft.com/add-ins/SMS/action/SMSWebService.sendXml" />
<input>
<soap:body use="encoded" namespace="http://outlook.microsoft.com/add-ins/SMS/message/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://outlook.microsoft.com/add-ins/SMS/message/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
</binding>
<service name="SMSWS">
<port name="SMSWebServiceSoapPort" binding="tns:SMSWebServiceSoapBinding">
<soap:address location="http://202.108.35.168/cgi-bin/ws/smswebservice0101" />
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -