<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="ZProcess">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="objMedia" type="tns:Media" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Media">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Sm_d_ID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Screen_Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Auto_ID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Data_ID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Last_Update" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Last_Run" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ModuleID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Function_ID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Status_ID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Priority" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Email" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DateFrom" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DateTo" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PostType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CallStartDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CallEndDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="SrvStartDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="SrvEndDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Audit" type="tns:Audit" />
          <s:element minOccurs="0" maxOccurs="1" name="DailyRefresh" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="strKeywords" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="objKeywords" type="tns:ArrayOfKeyword" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Audit">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Remark" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Records" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorType" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfKeyword">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Keyword" nillable="true" type="tns:Keyword" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Keyword">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="ID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Group" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="LastUpdate" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="MediaPhoto">
        <s:complexContent mixed="false">
          <s:extension base="tns:Media">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="TagSelect" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="TagUpdate" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="SourceUrl" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="ZProcessResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ZProcessResult" type="tns:TaskOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="TaskOfString">
        <s:complexContent mixed="false">
          <s:extension base="tns:Task" />
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Task" />
      <s:element name="ZProcessPH">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="objMedia" type="tns:MediaPhoto" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ZProcessPHResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ZProcessPHResult" type="tns:TaskOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetChannelsList">
        <s:complexType />
      </s:element>
      <s:element name="GetChannelsListResponse">
        <s:complexType />
      </s:element>
      <s:element name="ZProcessPHNew">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="objMedia" type="tns:MediaPhoto" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ZProcessPHNewResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ZProcessPHNewResult" type="tns:TaskOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ZProcessVideo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="objMedia" type="tns:MediaPhoto" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ZProcessVideoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ZProcessVideoResult" type="tns:TaskOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ZProcessSoapIn">
    <wsdl:part name="parameters" element="tns:ZProcess" />
  </wsdl:message>
  <wsdl:message name="ZProcessSoapOut">
    <wsdl:part name="parameters" element="tns:ZProcessResponse" />
  </wsdl:message>
  <wsdl:message name="ZProcessPHSoapIn">
    <wsdl:part name="parameters" element="tns:ZProcessPH" />
  </wsdl:message>
  <wsdl:message name="ZProcessPHSoapOut">
    <wsdl:part name="parameters" element="tns:ZProcessPHResponse" />
  </wsdl:message>
  <wsdl:message name="GetChannelsListSoapIn">
    <wsdl:part name="parameters" element="tns:GetChannelsList" />
  </wsdl:message>
  <wsdl:message name="GetChannelsListSoapOut">
    <wsdl:part name="parameters" element="tns:GetChannelsListResponse" />
  </wsdl:message>
  <wsdl:message name="ZProcessPHNewSoapIn">
    <wsdl:part name="parameters" element="tns:ZProcessPHNew" />
  </wsdl:message>
  <wsdl:message name="ZProcessPHNewSoapOut">
    <wsdl:part name="parameters" element="tns:ZProcessPHNewResponse" />
  </wsdl:message>
  <wsdl:message name="ZProcessVideoSoapIn">
    <wsdl:part name="parameters" element="tns:ZProcessVideo" />
  </wsdl:message>
  <wsdl:message name="ZProcessVideoSoapOut">
    <wsdl:part name="parameters" element="tns:ZProcessVideoResponse" />
  </wsdl:message>
  <wsdl:message name="GetChannelsListHttpGetIn" />
  <wsdl:message name="GetChannelsListHttpGetOut" />
  <wsdl:message name="GetChannelsListHttpPostIn" />
  <wsdl:message name="GetChannelsListHttpPostOut" />
  <wsdl:portType name="MediasSoap">
    <wsdl:operation name="ZProcess">
      <wsdl:input message="tns:ZProcessSoapIn" />
      <wsdl:output message="tns:ZProcessSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ZProcessPH">
      <wsdl:input message="tns:ZProcessPHSoapIn" />
      <wsdl:output message="tns:ZProcessPHSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetChannelsList">
      <wsdl:input message="tns:GetChannelsListSoapIn" />
      <wsdl:output message="tns:GetChannelsListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ZProcessPHNew">
      <wsdl:input message="tns:ZProcessPHNewSoapIn" />
      <wsdl:output message="tns:ZProcessPHNewSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ZProcessVideo">
      <wsdl:input message="tns:ZProcessVideoSoapIn" />
      <wsdl:output message="tns:ZProcessVideoSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="MediasHttpGet">
    <wsdl:operation name="GetChannelsList">
      <wsdl:input message="tns:GetChannelsListHttpGetIn" />
      <wsdl:output message="tns:GetChannelsListHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="MediasHttpPost">
    <wsdl:operation name="GetChannelsList">
      <wsdl:input message="tns:GetChannelsListHttpPostIn" />
      <wsdl:output message="tns:GetChannelsListHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="MediasSoap" type="tns:MediasSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ZProcess">
      <soap:operation soapAction="http://tempuri.org/ZProcess" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ZProcessPH">
      <soap:operation soapAction="http://tempuri.org/ZProcessPH" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetChannelsList">
      <soap:operation soapAction="http://tempuri.org/GetChannelsList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ZProcessPHNew">
      <soap:operation soapAction="http://tempuri.org/ZProcessPHNew" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ZProcessVideo">
      <soap:operation soapAction="http://tempuri.org/ZProcessVideo" 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="MediasSoap12" type="tns:MediasSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ZProcess">
      <soap12:operation soapAction="http://tempuri.org/ZProcess" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ZProcessPH">
      <soap12:operation soapAction="http://tempuri.org/ZProcessPH" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetChannelsList">
      <soap12:operation soapAction="http://tempuri.org/GetChannelsList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ZProcessPHNew">
      <soap12:operation soapAction="http://tempuri.org/ZProcessPHNew" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ZProcessVideo">
      <soap12:operation soapAction="http://tempuri.org/ZProcessVideo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="MediasHttpGet" type="tns:MediasHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetChannelsList">
      <http:operation location="/GetChannelsList" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="MediasHttpPost" type="tns:MediasHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetChannelsList">
      <http:operation location="/GetChannelsList" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Medias">
    <wsdl:port name="MediasSoap" binding="tns:MediasSoap">
      <soap:address location="http://st1518/ikatagogi16/Medias.asmx" />
    </wsdl:port>
    <wsdl:port name="MediasSoap12" binding="tns:MediasSoap12">
      <soap12:address location="http://st1518/ikatagogi16/Medias.asmx" />
    </wsdl:port>
    <wsdl:port name="MediasHttpGet" binding="tns:MediasHttpGet">
      <http:address location="http://st1518/ikatagogi16/Medias.asmx" />
    </wsdl:port>
    <wsdl:port name="MediasHttpPost" binding="tns:MediasHttpPost">
      <http:address location="http://st1518/ikatagogi16/Medias.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>