<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsFilesManagerservice" 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="InvalidateCache0Request"/>
  <message name="InvalidateCache0Response"/>
  <message name="GetPhotoLocation1Request"/>
  <message name="GetPhotoLocation1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CheckAllowLoadPhoto2Request"/>
  <message name="CheckAllowLoadPhoto2Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetImageType3Request"/>
  <message name="GetImageType3Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetImageWidth4Request"/>
  <message name="GetImageWidth4Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="GetImageHeight5Request"/>
  <message name="GetImageHeight5Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="GetFileSize6Request">
    <part name="aFilename" type="xs:string"/>
  </message>
  <message name="GetFileSize6Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CheckImageType7Request">
    <part name="aFilename" type="xs:string"/>
  </message>
  <message name="CheckImageType7Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CheckOverFileSize8Request">
    <part name="aFilename" type="xs:string"/>
  </message>
  <message name="CheckOverFileSize8Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountPhotoFileName9Request">
    <part name="aDmgCategoryId" type="xs:int"/>
    <part name="aAccountAK" type="xs:string"/>
  </message>
  <message name="GetAccountPhotoFileName9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CheckPhotoLocaltion10Request">
    <part name="aDmgCategoryId" type="xs:int"/>
    <part name="aAccountAK" type="xs:string"/>
  </message>
  <message name="CheckPhotoLocaltion10Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="LoadAccountPhotoFile11Request">
    <part name="aDmgCategoryId" type="xs:int"/>
    <part name="aAccountAK" type="xs:string"/>
  </message>
  <message name="LoadAccountPhotoFile11Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <portType name="IWsFilesManager">
    <operation name="InvalidateCache">
      <input message="tns:InvalidateCache0Request"/>
      <output message="tns:InvalidateCache0Response"/>
    </operation>
    <operation name="GetPhotoLocation">
      <input message="tns:GetPhotoLocation1Request"/>
      <output message="tns:GetPhotoLocation1Response"/>
    </operation>
    <operation name="CheckAllowLoadPhoto">
      <input message="tns:CheckAllowLoadPhoto2Request"/>
      <output message="tns:CheckAllowLoadPhoto2Response"/>
    </operation>
    <operation name="GetImageType">
      <input message="tns:GetImageType3Request"/>
      <output message="tns:GetImageType3Response"/>
    </operation>
    <operation name="GetImageWidth">
      <input message="tns:GetImageWidth4Request"/>
      <output message="tns:GetImageWidth4Response"/>
    </operation>
    <operation name="GetImageHeight">
      <input message="tns:GetImageHeight5Request"/>
      <output message="tns:GetImageHeight5Response"/>
    </operation>
    <operation name="GetFileSize">
      <input message="tns:GetFileSize6Request"/>
      <output message="tns:GetFileSize6Response"/>
    </operation>
    <operation name="CheckImageType">
      <input message="tns:CheckImageType7Request"/>
      <output message="tns:CheckImageType7Response"/>
    </operation>
    <operation name="CheckOverFileSize">
      <input message="tns:CheckOverFileSize8Request"/>
      <output message="tns:CheckOverFileSize8Response"/>
    </operation>
    <operation name="GetAccountPhotoFileName">
      <input message="tns:GetAccountPhotoFileName9Request"/>
      <output message="tns:GetAccountPhotoFileName9Response"/>
    </operation>
    <operation name="CheckPhotoLocaltion">
      <input message="tns:CheckPhotoLocaltion10Request"/>
      <output message="tns:CheckPhotoLocaltion10Response"/>
    </operation>
    <operation name="LoadAccountPhotoFile">
      <input message="tns:LoadAccountPhotoFile11Request"/>
      <output message="tns:LoadAccountPhotoFile11Response"/>
    </operation>
  </portType>
  <binding name="IWsFilesManagerbinding" type="tns:IWsFilesManager">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="InvalidateCache">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#InvalidateCache" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="GetPhotoLocation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#GetPhotoLocation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="CheckAllowLoadPhoto">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#CheckAllowLoadPhoto" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="GetImageType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#GetImageType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="GetImageWidth">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#GetImageWidth" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="GetImageHeight">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#GetImageHeight" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="GetFileSize">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#GetFileSize" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="CheckImageType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#CheckImageType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="CheckOverFileSize">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#CheckOverFileSize" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="GetAccountPhotoFileName">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#GetAccountPhotoFileName" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="CheckPhotoLocaltion">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#CheckPhotoLocaltion" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
    <operation name="LoadAccountPhotoFile">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsFilesManagerIntf-IWsFilesManager#LoadAccountPhotoFile" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsFilesManagerIntf-IWsFilesManager"/>
      </output>
    </operation>
  </binding>
  <service name="IWsFilesManagerservice">
    <port name="IWsFilesManagerPort" binding="tns:IWsFilesManagerbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsFilesManager"/>
    </port>
  </service>
</definitions>

