<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsFileManagerservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
  <message name="GetList0Request">
    <part name="aRepository" type="xs:string"/>
  </message>
  <message name="GetList0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="Save1Request">
    <part name="aData" type="xs:string"/>
  </message>
  <message name="Save1Response">
    <part name="aData" type="xs:string"/>
  </message>
  <message name="UpLoadImage2Request">
    <part name="aGuid" type="xs:string"/>
    <part name="aContent" type="xs:base64Binary"/>
  </message>
  <message name="UpLoadImage2Response"/>
  <message name="DownLoadImage3Request">
    <part name="aGuid" type="xs:string"/>
    <part name="aContent" type="xs:base64Binary"/>
  </message>
  <message name="DownLoadImage3Response">
    <part name="aContent" type="xs:base64Binary"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="AddFile4Request">
    <part name="aRepository" type="xs:string"/>
    <part name="aParent" type="xs:string"/>
    <part name="aItemId" type="xs:string"/>
    <part name="aContent" type="xs:string"/>
    <part name="aExt" type="xs:string"/>
  </message>
  <message name="AddFile4Response">
    <part name="aContent" type="xs:string"/>
    <part name="aExt" type="xs:string"/>
  </message>
  <message name="Clear5Request">
    <part name="aGuid" type="xs:string"/>
  </message>
  <message name="Clear5Response"/>
  <portType name="IWsFileManager">
    <operation name="GetList">
      <input message="tns:GetList0Request"/>
      <output message="tns:GetList0Response"/>
    </operation>
    <operation name="Save">
      <input message="tns:Save1Request"/>
      <output message="tns:Save1Response"/>
    </operation>
    <operation name="UpLoadImage">
      <input message="tns:UpLoadImage2Request"/>
      <output message="tns:UpLoadImage2Response"/>
    </operation>
    <operation name="DownLoadImage">
      <input message="tns:DownLoadImage3Request"/>
      <output message="tns:DownLoadImage3Response"/>
    </operation>
    <operation name="AddFile">
      <input message="tns:AddFile4Request"/>
      <output message="tns:AddFile4Response"/>
    </operation>
    <operation name="Clear">
      <input message="tns:Clear5Request"/>
      <output message="tns:Clear5Response"/>
    </operation>
  </portType>
  <binding name="IWsFileManagerbinding" type="tns:IWsFileManager">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFileManagerIntf-IWsFileManager#GetList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </output>
    </operation>
    <operation name="Save">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFileManagerIntf-IWsFileManager#Save" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </output>
    </operation>
    <operation name="UpLoadImage">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFileManagerIntf-IWsFileManager#UpLoadImage" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </output>
    </operation>
    <operation name="DownLoadImage">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFileManagerIntf-IWsFileManager#DownLoadImage" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </output>
    </operation>
    <operation name="AddFile">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFileManagerIntf-IWsFileManager#AddFile" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </output>
    </operation>
    <operation name="Clear">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFileManagerIntf-IWsFileManager#Clear" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFileManagerIntf-IWsFileManager"/>
      </output>
    </operation>
  </binding>
  <service name="IWsFileManagerservice">
    <port name="IWsFileManagerPort" binding="tns:IWsFileManagerbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsFileManager"/>
    </port>
  </service>
</definitions>

