Service1.wsdl
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:2k
源码类别:

C#编程

开发平台:

Others

  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="CanWeFixIt">
  6.         <s:complexType />
  7.       </s:element>
  8.       <s:element name="CanWeFixItResponse">
  9.         <s:complexType>
  10.           <s:sequence>
  11.             <s:element minOccurs="0" maxOccurs="1" name="CanWeFixItResult" type="s:string" />
  12.           </s:sequence>
  13.         </s:complexType>
  14.       </s:element>
  15.     </s:schema>
  16.   </types>
  17.   <message name="CanWeFixItSoapIn">
  18.     <part name="parameters" element="s0:CanWeFixIt" />
  19.   </message>
  20.   <message name="CanWeFixItSoapOut">
  21.     <part name="parameters" element="s0:CanWeFixItResponse" />
  22.   </message>
  23.   <portType name="Service1Soap">
  24.     <operation name="CanWeFixIt">
  25.       <input message="s0:CanWeFixItSoapIn" />
  26.       <output message="s0:CanWeFixItSoapOut" />
  27.     </operation>
  28.   </portType>
  29.   <binding name="Service1Soap" type="s0:Service1Soap">
  30.     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
  31.     <operation name="CanWeFixIt">
  32.       <soap:operation soapAction="http://tempuri.org/CanWeFixIt" style="document" />
  33.       <input>
  34.         <soap:body use="literal" />
  35.       </input>
  36.       <output>
  37.         <soap:body use="literal" />
  38.       </output>
  39.     </operation>
  40.   </binding>
  41.   <service name="Service1">
  42.     <port name="Service1Soap" binding="s0:Service1Soap">
  43.       <soap:address location="http://localhost/PCSWebSrv1/Service1.asmx" />
  44.     </port>
  45.   </service>
  46. </definitions>