📄 sendsms.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<wsdl: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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://webservices.ultrapower.com.cn/sms/2005/09/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://webservices.ultrapower.com.cn/sms/2005/09/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://webservices.ultrapower.com.cn/sms/2005/09/">
<s:element name="send">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="content" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="destmobile" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="sendResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="sendResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="sendSoapIn">
<wsdl:part name="parameters" element="tns:send" />
</wsdl:message>
<wsdl:message name="sendSoapOut">
<wsdl:part name="parameters" element="tns:sendResponse" />
</wsdl:message>
<wsdl:portType name="SendSMSSoap">
<wsdl:operation name="send">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/">濉
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -