⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smswebservice0101.wsdl

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8" ?>
<definitions name="SMSWS" 
		targetNamespace="http://outlook.microsoft.com/add-ins/SMS/wsdl/" 
		xmlns:wsdlns="http://outlook.microsoft.com/add-ins/SMS/wsdl/" 
		xmlns:typens="http://outlook.microsoft.com/add-ins/SMS/type" 
		xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
		xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
		xmlns:stk="http://schemas.microsoft.com/soap-toolkit/wsdl-extension" 
		xmlns="http://schemas.xmlsoap.org/wsdl/">
	
	<types>
		<schema targetNamespace="http://outlook.microsoft.com/add-ins/SMS/type" 
		xmlns="http://www.w3.org/2001/XMLSchema" 
		xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" 
		xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" elementFormDefault="qualified" />
	</types>
	
	<message name="SMSWebService.sendXml">
    	<part name='Carrier'    type='xsd:string'/>
    	<part name='Id'    type='xsd:string'/>
    	<part name='Password'  type='xsd:string'/>
    	<part name='ToMobile'      type='xsd:string'/>
    	<part name='Message' type='xsd:string'/>
    	<part name='MsgType' type='xsd:string'/>
  	</message>
  	<message name="SMSWebService.sendXmlResponse">
		<part name="Result" type="xsd:string" />
	</message>
	
	<portType name="SMSWebServiceSoapPort">
		<operation name="sendXml" parameterOrder="Carrier Id Password ToMobile Message MsgType">
			<input message="wsdlns:SMSWebService.sendXml" />
			<output message="wsdlns:SMSWebService.sendXmlResponse" />
		</operation>
	</portType>
	
	<binding name="SMSWebServiceSoapBinding" type="wsdlns:SMSWebServiceSoapPort">
		<stk:binding preferredEncoding="UTF-8" />
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
		<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="wsdlns: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 + -