Files
thinkyu/BackupClient/Web References/BackupService/backupservice.wsdl
T
sryang 577060bc78 chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
2026-09-10 09:42:37 +08:00

70 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://thinkyustaff.com/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://thinkyustaff.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://thinkyustaff.com/">
<s:element name="GetFiles">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetFilesResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetFilesResult" type="tns:ArrayOfString" />
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="ArrayOfString">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
</s:sequence>
</s:complexType>
</s:schema>
</wsdl:types>
<wsdl:message name="GetFilesSoapIn">
<wsdl:part name="parameters" element="tns:GetFiles" />
</wsdl:message>
<wsdl:message name="GetFilesSoapOut">
<wsdl:part name="parameters" element="tns:GetFilesResponse" />
</wsdl:message>
<wsdl:portType name="BackupServiceSoap">
<wsdl:operation name="GetFiles">
<wsdl:input message="tns:GetFilesSoapIn" />
<wsdl:output message="tns:GetFilesSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BackupServiceSoap" type="tns:BackupServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetFiles">
<soap:operation soapAction="http://thinkyustaff.com/GetFiles" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="BackupServiceSoap12" type="tns:BackupServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetFiles">
<soap12:operation soapAction="http://thinkyustaff.com/GetFiles" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="BackupService">
<wsdl:port name="BackupServiceSoap" binding="tns:BackupServiceSoap">
<soap:address location="http://thinkyustaff.com/backup/backupservice.asmx" />
</wsdl:port>
<wsdl:port name="BackupServiceSoap12" binding="tns:BackupServiceSoap12">
<soap12:address location="http://thinkyustaff.com/backup/backupservice.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>