Service1.wsdl
资源名称:Visual.rar [点击查看]
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:3k
源码类别:
C#编程
开发平台:
Others
- <?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://localhost/coin/WebServices/" 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://localhost/coin/WebServices/" xmlns="http://schemas.xmlsoap.org/wsdl/">
- <types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://localhost/coin/WebServices/">
- <s:element name="HelloWorld">
- <s:complexType />
- </s:element>
- <s:element name="HelloWorldResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="change">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="ddgree" type="s:double" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="changeResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="changeResult" type="s:double" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </types>
- <message name="HelloWorldSoapIn">
- <part name="parameters" element="s0:HelloWorld" />
- </message>
- <message name="HelloWorldSoapOut">
- <part name="parameters" element="s0:HelloWorldResponse" />
- </message>
- <message name="changeSoapIn">
- <part name="parameters" element="s0:change" />
- </message>
- <message name="changeSoapOut">
- <part name="parameters" element="s0:changeResponse" />
- </message>
- <portType name="Service1Soap">
- <operation name="HelloWorld">
- <input message="s0:HelloWorldSoapIn" />
- <output message="s0:HelloWorldSoapOut" />
- </operation>
- <operation name="change">
- <input message="s0:changeSoapIn" />
- <output message="s0:changeSoapOut" />
- </operation>
- </portType>
- <binding name="Service1Soap" type="s0:Service1Soap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
- <operation name="HelloWorld">
- <soap:operation soapAction="http://localhost/coin/WebServices/HelloWorld" style="document" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- <operation name="change">
- <soap:operation soapAction="http://localhost/coin/WebServices/change" style="document" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- </binding>
- <service name="Service1">
- <documentation>Displays a Hello World Greeting</documentation>
- <port name="Service1Soap" binding="s0:Service1Soap">
- <soap:address location="http://localhost/coin/Service1.asmx" />
- </port>
- </service>
- </definitions>