⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 remote.wsdl

📁 手机控制邮件以及附件的发送
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>

<definitions name="remote" targetNamespace="http://remote.org/remote.wsdl" xmlns:tns="http://remote.org/remote.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://remote.org/remote/types" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  <types>
    <schema targetNamespace="http://remote.org/remote/types" xmlns:tns="http://remote.org/remote/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
      <complexType name="checkUserValid">
        <sequence>
          <element name="String_1" type="string" nillable="true"/>
          <element name="String_2" type="string" nillable="true"/>
          <element name="String_3" type="string" nillable="true"/></sequence></complexType>
      <complexType name="checkUserValidResponse">
        <sequence>
          <element name="result" type="boolean"/></sequence></complexType>
      <complexType name="getDirList">
        <sequence>
          <element name="String_1" type="string" nillable="true"/>
          <element name="String_2" type="string" nillable="true"/>
          <element name="String_3" type="string" nillable="true"/></sequence></complexType>
      <complexType name="getDirListResponse">
        <sequence>
          <element name="result" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>
      <complexType name="getDriveList">
        <sequence>
          <element name="String_1" type="string" nillable="true"/></sequence></complexType>
      <complexType name="getDriveListResponse">
        <sequence>
          <element name="result" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>
      <complexType name="getFileDetails">
        <sequence>
          <element name="String_1" type="string" nillable="true"/>
          <element name="String_2" type="string" nillable="true"/></sequence></complexType>
      <complexType name="getFileDetailsResponse">
        <sequence>
          <element name="result" type="boolean"/></sequence></complexType>
      <complexType name="getFileList">
        <sequence>
          <element name="String_1" type="string" nillable="true"/>
          <element name="String_2" type="string" nillable="true"/>
          <element name="String_3" type="string" nillable="true"/></sequence></complexType>
      <complexType name="getFileListResponse">
        <sequence>
          <element name="result" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>
      <complexType name="getFileSize">
        <sequence>
          <element name="String_1" type="string" nillable="true"/>
          <element name="String_2" type="string" nillable="true"/></sequence></complexType>
      <complexType name="getFileSizeResponse">
        <sequence>
          <element name="result" type="long"/></sequence></complexType>
      <complexType name="getHidden">
        <sequence>
          <element name="String_1" type="string" nillable="true"/></sequence></complexType>
      <complexType name="getHiddenResponse">
        <sequence>
          <element name="result" type="boolean"/></sequence></complexType>
      <complexType name="getModified">
        <sequence>
          <element name="String_1" type="string" nillable="true"/>
          <element name="String_2" type="string" nillable="true"/></sequence></complexType>
      <complexType name="getModifiedResponse">
        <sequence>
          <element name="result" type="string" nillable="true"/></sequence></complexType>
      <complexType name="getPreview">
        <sequence>
          <element name="String_1" type="string" nillable="true"/>
          <element name="String_2" type="string" nillable="true"/>
          <element name="String_3" type="string" nillable="true"/></sequence></complexType>
      <complexType name="getPreviewResponse">
        <sequence>
          <element name="result" type="boolean"/></sequence></complexType>
      <complexType name="getPreview2">
        <sequence>
          <element name="String_1" type="string" nillable="true"/>
          <element name="String_2" type="string" nillable="true"/>
          <element name="int_3" type="int"/>
          <element name="int_4" type="int"/>
          <element name="int_5" type="int"/>
          <element name="String_6" type="string" nillable="true"/></sequence></complexType>
      <complexType name="getPreview2Response">
        <sequence>
          <element name="result" type="boolean"/></sequence></complexType>
      <complexType name="listingFile">
        <sequence>
          <element name="String_1" type="string" nillable="true"/>
          <element name="String_2" type="string" nillable="true"/>
          <element name="String_3" type="string" nillable="true"/></sequence></complexType>
      <complexType name="listingFileResponse">
        <sequence>
          <element name="result" type="boolean"/></sequence></complexType>
      <complexType name="sendEmail">
        <sequence>
          <element name="String_1" type="string" nillable="true"/>
          <element name="String_2" type="string" nillable="true"/>
          <element name="String_3" type="string" nillable="true"/>
          <element name="String_4" type="string" nillable="true"/>
          <element name="arrayOfString_5" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
          <element name="String_6" type="string" nillable="true"/></sequence></complexType>
      <complexType name="sendEmailResponse">
        <sequence>
          <element name="result" type="boolean"/></sequence></complexType>
      <element name="checkUserValid" type="tns:checkUserValid"/>
      <element name="checkUserValidResponse" type="tns:checkUserValidResponse"/>
      <element name="getDirList" type="tns:getDirList"/>
      <element name="getDirListResponse" type="tns:getDirListResponse"/>
      <element name="getDriveList" type="tns:getDriveList"/>
      <element name="getDriveListResponse" type="tns:getDriveListResponse"/>
      <element name="getFileDetails" type="tns:getFileDetails"/>
      <element name="getFileDetailsResponse" type="tns:getFileDetailsResponse"/>
      <element name="getFileList" type="tns:getFileList"/>
      <element name="getFileListResponse" type="tns:getFileListResponse"/>
      <element name="getFileSize" type="tns:getFileSize"/>
      <element name="getFileSizeResponse" type="tns:getFileSizeResponse"/>
      <element name="getHidden" type="tns:getHidden"/>
      <element name="getHiddenResponse" type="tns:getHiddenResponse"/>
      <element name="getModified" type="tns:getModified"/>
      <element name="getModifiedResponse" type="tns:getModifiedResponse"/>
      <element name="getPreview" type="tns:getPreview"/>
      <element name="getPreviewResponse" type="tns:getPreviewResponse"/>
      <element name="getPreview2" type="tns:getPreview2"/>
      <element name="getPreview2Response" type="tns:getPreview2Response"/>
      <element name="listingFile" type="tns:listingFile"/>
      <element name="listingFileResponse" type="tns:listingFileResponse"/>
      <element name="sendEmail" type="tns:sendEmail"/>
      <element name="sendEmailResponse" type="tns:sendEmailResponse"/></schema></types>
  <message name="RemoteIF_checkUserValid">
    <part name="parameters" element="ns2:checkUserValid"/></message>
  <message name="RemoteIF_checkUserValidResponse">
    <part name="result" element="ns2:checkUserValidResponse"/></message>
  <message name="RemoteIF_getDirList">
    <part name="parameters" element="ns2:getDirList"/></message>
  <message name="RemoteIF_getDirListResponse">
    <part name="result" element="ns2:getDirListResponse"/></message>
  <message name="RemoteIF_getDriveList">
    <part name="parameters" element="ns2:getDriveList"/></message>
  <message name="RemoteIF_getDriveListResponse">
    <part name="result" element="ns2:getDriveListResponse"/></message>
  <message name="RemoteIF_getFileDetails">
    <part name="parameters" element="ns2:getFileDetails"/></message>
  <message name="RemoteIF_getFileDetailsResponse">
    <part name="result" element="ns2:getFileDetailsResponse"/></message>
  <message name="RemoteIF_getFileList">
    <part name="parameters" element="ns2:getFileList"/></message>
  <message name="RemoteIF_getFileListResponse">
    <part name="result" element="ns2:getFileListResponse"/></message>
  <message name="RemoteIF_getFileSize">
    <part name="parameters" element="ns2:getFileSize"/></message>
  <message name="RemoteIF_getFileSizeResponse">
    <part name="result" element="ns2:getFileSizeResponse"/></message>
  <message name="RemoteIF_getHidden">
    <part name="parameters" element="ns2:getHidden"/></message>
  <message name="RemoteIF_getHiddenResponse">
    <part name="result" element="ns2:getHiddenResponse"/></message>
  <message name="RemoteIF_getModified">
    <part name="parameters" element="ns2:getModified"/></message>
  <message name="RemoteIF_getModifiedResponse">
    <part name="result" element="ns2:getModifiedResponse"/></message>
  <message name="RemoteIF_getPreview">
    <part name="parameters" element="ns2:getPreview"/></message>
  <message name="RemoteIF_getPreviewResponse">
    <part name="result" element="ns2:getPreviewResponse"/></message>
  <message name="RemoteIF_getPreview2">
    <part name="parameters" element="ns2:getPreview2"/></message>
  <message name="RemoteIF_getPreview2Response">
    <part name="result" element="ns2:getPreview2Response"/></message>
  <message name="RemoteIF_listingFile">
    <part name="parameters" element="ns2:listingFile"/></message>
  <message name="RemoteIF_listingFileResponse">
    <part name="result" element="ns2:listingFileResponse"/></message>
  <message name="RemoteIF_sendEmail">
    <part name="parameters" element="ns2:sendEmail"/></message>
  <message name="RemoteIF_sendEmailResponse">
    <part name="result" element="ns2:sendEmailResponse"/></message>
  <portType name="RemoteIF">
    <operation name="checkUserValid">
      <input message="tns:RemoteIF_checkUserValid"/>
      <output message="tns:RemoteIF_checkUserValidResponse"/></operation>
    <operation name="getDirList">
      <input message="tns:RemoteIF_getDirList"/>
      <output message="tns:RemoteIF_getDirListResponse"/></operation>
    <operation name="getDriveList">
      <input message="tns:RemoteIF_getDriveList"/>
      <output message="tns:RemoteIF_getDriveListResponse"/></operation>
    <operation name="getFileDetails">
      <input message="tns:RemoteIF_getFileDetails"/>
      <output message="tns:RemoteIF_getFileDetailsResponse"/></operation>
    <operation name="getFileList">
      <input message="tns:RemoteIF_getFileList"/>
      <output message="tns:RemoteIF_getFileListResponse"/></operation>
    <operation name="getFileSize">
      <input message="tns:RemoteIF_getFileSize"/>
      <output message="tns:RemoteIF_getFileSizeResponse"/></operation>
    <operation name="getHidden">
      <input message="tns:RemoteIF_getHidden"/>
      <output message="tns:RemoteIF_getHiddenResponse"/></operation>
    <operation name="getModified">
      <input message="tns:RemoteIF_getModified"/>
      <output message="tns:RemoteIF_getModifiedResponse"/></operation>
    <operation name="getPreview">
      <input message="tns:RemoteIF_getPreview"/>
      <output message="tns:RemoteIF_getPreviewResponse"/></operation>
    <operation name="getPreview2">
      <input message="tns:RemoteIF_getPreview2"/>
      <output message="tns:RemoteIF_getPreview2Response"/></operation>
    <operation name="listingFile">
      <input message="tns:RemoteIF_listingFile"/>
      <output message="tns:RemoteIF_listingFileResponse"/></operation>
    <operation name="sendEmail">
      <input message="tns:RemoteIF_sendEmail"/>
      <output message="tns:RemoteIF_sendEmailResponse"/></operation></portType>
  <binding name="RemoteIFBinding" type="tns:RemoteIF">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    <operation name="checkUserValid">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="getDirList">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="getDriveList">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="getFileDetails">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="getFileList">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="getFileSize">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="getHidden">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="getModified">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="getPreview">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="getPreview2">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="listingFile">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation>
    <operation name="sendEmail">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/></input>
      <output>
        <soap:body use="literal"/></output></operation></binding>
  <service name="Remote">
    <port name="RemoteIFPort" binding="tns:RemoteIFBinding">
      <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -