?? uploadservice.wsdl
字號:
<?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="SaveFile">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="fileContent" type="s:base64Binary" />
<s:element minOccurs="0" maxOccurs="1" name="fileName" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="SaveFileResponse">
<s:complexType />
</s:element>
</s:schema>
</types>
<message name="SaveFileSoapIn">
<part name="parameters" element="s0:SaveFile" />
</message>
<message name="SaveFileSoapOut">
<part name="parameters" element="s0:SaveFileResponse" />
</message>
<portType name="UploadServiceSoap">
<operation name="SaveFile">
<input message="s0:SaveFileSoapIn" />
<output message="s0:SaveFileSoapOut" />
</operation>
</portType>
<binding name="UploadServiceSoap" type="s0:UploadServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="SaveFile">
<soap:operation soapAction="http://tempuri.org/SaveFile" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<service name="UploadService">
<port name="UploadServiceSoap" binding="s0:UploadServiceSoap">
<soap:address location="http://localhost/WebExpert/Upload/UploadService.asmx" />
</port>
</service>
</definitions>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -