sms.wsdl
上传用户:xuming1973
上传日期:2014-02-27
资源大小:17511k
文件大小:2k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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://tempuri.org/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  3.   <types>
  4.     <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5.       <s:element name="SendMsg">
  6.         <s:complexType>
  7.           <s:sequence>
  8.             <s:element minOccurs="0" maxOccurs="1" name="Msg" type="s:string" />
  9.             <s:element minOccurs="0" maxOccurs="1" name="MobileNo" type="s:string" />
  10.             <s:element minOccurs="1" maxOccurs="1" name="MsgIndex" type="s:int" />
  11.             <s:element minOccurs="1" maxOccurs="1" name="IsZh" type="s:boolean" />
  12.           </s:sequence>
  13.         </s:complexType>
  14.       </s:element>
  15.       <s:element name="SendMsgResponse">
  16.         <s:complexType>
  17.           <s:sequence>
  18.             <s:element minOccurs="1" maxOccurs="1" name="SendMsgResult" type="s:int" />
  19.           </s:sequence>
  20.         </s:complexType>
  21.       </s:element>
  22.     </s:schema>
  23.   </types>
  24.   <message name="SendMsgSoapIn">
  25.     <part name="parameters" element="s0:SendMsg" />
  26.   </message>
  27.   <message name="SendMsgSoapOut">
  28.     <part name="parameters" element="s0:SendMsgResponse" />
  29.   </message>
  30.   <portType name="smsSoap">
  31.     <operation name="SendMsg">
  32.       <input message="s0:SendMsgSoapIn" />
  33.       <output message="s0:SendMsgSoapOut" />
  34.     </operation>
  35.   </portType>
  36.   <binding name="smsSoap" type="s0:smsSoap">
  37.     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
  38.     <operation name="SendMsg">
  39.       <soap:operation soapAction="http://tempuri.org/SendMsg" style="document" />
  40.       <input>
  41.         <soap:body use="literal" />
  42.       </input>
  43.       <output>
  44.         <soap:body use="literal" />
  45.       </output>
  46.     </operation>
  47.   </binding>
  48.   <service name="sms">
  49.     <port name="smsSoap" binding="s0:smsSoap">
  50.       <soap:address location="http://192.168.0.244/wsms/sms.asmx" />
  51.     </port>
  52.   </service>
  53. </definitions>