Service1.wsdl
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:2k
- <?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://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/">
- <types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:element name="CanWeFixIt">
- <s:complexType />
- </s:element>
- <s:element name="CanWeFixItResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="CanWeFixItResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </types>
- <message name="CanWeFixItSoapIn">
- <part name="parameters" element="s0:CanWeFixIt" />
- </message>
- <message name="CanWeFixItSoapOut">
- <part name="parameters" element="s0:CanWeFixItResponse" />
- </message>
- <portType name="Service1Soap">
- <operation name="CanWeFixIt">
- <input message="s0:CanWeFixItSoapIn" />
- <output message="s0:CanWeFixItSoapOut" />
- </operation>
- </portType>
- <binding name="Service1Soap" type="s0:Service1Soap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
- <operation name="CanWeFixIt">
- <soap:operation soapAction="http://tempuri.org/CanWeFixIt" style="document" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- </binding>
- <service name="Service1">
- <port name="Service1Soap" binding="s0:Service1Soap">
- <soap:address location="http://localhost/PCSWebSrv1/Service1.asmx" />
- </port>
- </service>
- </definitions>