<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsQryMediaIdentifierBlackListservice" 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/" xmlns:ns1="urn:OtnSysUtils" xmlns:ns2="urn:WsQueryIntf" xmlns:ns3="urn:Data.DB" xmlns:ns4="urn:System" xmlns:ns5="urn:">
  <types>
    <xs:schema targetNamespace="urn:OtnSysUtils" xmlns="urn:OtnSysUtils">
      <xs:complexType name="TArrayOfVariant">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:anyType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TArrayOfInt">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:int[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
    <xs:schema targetNamespace="urn:WsQueryIntf" xmlns="urn:WsQueryIntf">
      <xs:complexType name="TArrayOfSQLSortField">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TSQLSortField[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TSQLSortField">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="FieldAlias" type="xs:string"/>
          <xs:element name="Ascending" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TArrayOfSQLSelectField">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TSQLSelectField[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TSQLSelectField">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="FieldAlias" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TRecParamQueryArray">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:RecParamQuery[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="RecParamQuery">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="FieldName" type="xs:string"/>
          <xs:element name="FieldAlias" type="xs:string"/>
          <xs:element name="FieldType" type="ns3:TFieldType"/>
          <xs:element name="FieldValue" type="xs:anyType"/>
          <xs:element name="FieldArrayValue" type="ns1:TArrayOfInt"/>
          <xs:element name="LogicalOperator" type="xs:string"/>
          <xs:element name="SortOrder" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TRecParamQueryValues">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns5:RecParamValues[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
    <xs:schema targetNamespace="urn:Data.DB" xmlns="urn:Data.DB">
      <xs:simpleType name="TFieldType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="ftUnknown"/>
          <xs:enumeration value="ftString"/>
          <xs:enumeration value="ftSmallint"/>
          <xs:enumeration value="ftInteger"/>
          <xs:enumeration value="ftWord"/>
          <xs:enumeration value="ftBoolean"/>
          <xs:enumeration value="ftFloat"/>
          <xs:enumeration value="ftCurrency"/>
          <xs:enumeration value="ftBCD"/>
          <xs:enumeration value="ftDate"/>
          <xs:enumeration value="ftTime"/>
          <xs:enumeration value="ftDateTime"/>
          <xs:enumeration value="ftBytes"/>
          <xs:enumeration value="ftVarBytes"/>
          <xs:enumeration value="ftAutoInc"/>
          <xs:enumeration value="ftBlob"/>
          <xs:enumeration value="ftMemo"/>
          <xs:enumeration value="ftGraphic"/>
          <xs:enumeration value="ftFmtMemo"/>
          <xs:enumeration value="ftParadoxOle"/>
          <xs:enumeration value="ftDBaseOle"/>
          <xs:enumeration value="ftTypedBinary"/>
          <xs:enumeration value="ftCursor"/>
          <xs:enumeration value="ftFixedChar"/>
          <xs:enumeration value="ftWideString"/>
          <xs:enumeration value="ftLargeint"/>
          <xs:enumeration value="ftADT"/>
          <xs:enumeration value="ftArray"/>
          <xs:enumeration value="ftReference"/>
          <xs:enumeration value="ftDataSet"/>
          <xs:enumeration value="ftOraBlob"/>
          <xs:enumeration value="ftOraClob"/>
          <xs:enumeration value="ftVariant"/>
          <xs:enumeration value="ftInterface"/>
          <xs:enumeration value="ftIDispatch"/>
          <xs:enumeration value="ftGuid"/>
          <xs:enumeration value="ftTimeStamp"/>
          <xs:enumeration value="ftFMTBcd"/>
          <xs:enumeration value="ftFixedWideChar"/>
          <xs:enumeration value="ftWideMemo"/>
          <xs:enumeration value="ftOraTimeStamp"/>
          <xs:enumeration value="ftOraInterval"/>
          <xs:enumeration value="ftLongWord"/>
          <xs:enumeration value="ftShortint"/>
          <xs:enumeration value="ftByte"/>
          <xs:enumeration value="ftExtended"/>
          <xs:enumeration value="ftConnection"/>
          <xs:enumeration value="ftParams"/>
          <xs:enumeration value="ftStream"/>
          <xs:enumeration value="ftTimeStampOffset"/>
          <xs:enumeration value="ftObject"/>
          <xs:enumeration value="ftSingle"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
    <xs:schema targetNamespace="urn:System" xmlns="urn:System">
      <xs:complexType name="TArray&lt;UQueryBuilder.Utils.TQBRecSelectFld&gt;">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns5:TQBRecSelectFld[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TArray&lt;UQueryBuilder.Utils.TQBRecFilterFld&gt;">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns5:TQBRecFilterFld[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="GetData0Request">
    <part name="AXMLQuery" type="xs:string"/>
    <part name="ADataSetName" type="xs:string"/>
    <part name="IsList" type="xs:boolean"/>
  </message>
  <message name="GetData0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetCDS1Request">
    <part name="AXMLQuery" type="xs:string"/>
    <part name="Nocount" type="xs:boolean"/>
  </message>
  <message name="GetCDS1Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetCDSViaSql2Request">
    <part name="AQuery" type="xs:string"/>
  </message>
  <message name="GetCDSViaSql2Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetCDSViaSqlWithParams3Request">
    <part name="AQuery" type="xs:string"/>
    <part name="AParams" type="ns1:TArrayOfVariant"/>
  </message>
  <message name="GetCDSViaSqlWithParams3Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetSQLAndWithSQL4Request">
    <part name="AXMLQuery" type="xs:string"/>
    <part name="NoCount" type="xs:boolean"/>
  </message>
  <message name="GetSQLAndWithSQL4Response">
    <part name="AWithSQL" type="xs:string"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetSQL5Request">
    <part name="AXMLQuery" type="xs:string"/>
    <part name="NoCount" type="xs:boolean"/>
    <part name="AUsedAsSubQuery" type="xs:boolean"/>
  </message>
  <message name="GetSQL5Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetRecordCount6Request">
    <part name="AXMLQuery" type="xs:string"/>
  </message>
  <message name="GetRecordCount6Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetStructure7Request">
    <part name="AXMLQuery" type="xs:string"/>
  </message>
  <message name="GetStructure7Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetCountAndCDS8Request">
    <part name="AXMLQuery" type="xs:string"/>
    <part name="ARecordCount" type="xs:int"/>
  </message>
  <message name="GetCountAndCDS8Response">
    <part name="ARecordCount" type="xs:int"/>
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetJSonData9Request">
    <part name="AXMLQuery" type="xs:string"/>
    <part name="ADataSetName" type="xs:string"/>
    <part name="IsList" type="xs:boolean"/>
  </message>
  <message name="GetJSonData9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetSchema10Request"/>
  <message name="GetSchema10Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="IsDatasetEmpty11Request">
    <part name="AXMLQuery" type="xs:string"/>
  </message>
  <message name="IsDatasetEmpty11Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="List12Request"/>
  <message name="List12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SetObjTypeAsRequired13Request"/>
  <message name="SetObjTypeAsRequired13Response"/>
  <message name="ActivateByIds14Request">
    <part name="EntityTable" type="xs:int"/>
    <part name="CommaEntityIds" type="xs:string"/>
    <part name="IdFieldName" type="xs:string"/>
    <part name="EnabledFieldName" type="xs:string"/>
  </message>
  <message name="ActivateByIds14Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="DeactivateByIds15Request">
    <part name="EntityTable" type="xs:int"/>
    <part name="CommaEntityIds" type="xs:string"/>
    <part name="IdFieldName" type="xs:string"/>
    <part name="EnabledFieldName" type="xs:string"/>
  </message>
  <message name="DeactivateByIds15Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetQueryDefaultSortFields16Request"/>
  <message name="GetQueryDefaultSortFields16Response">
    <part name="return" type="ns2:TArrayOfSQLSortField"/>
  </message>
  <message name="GetQuerySelectFields17Request"/>
  <message name="GetQuerySelectFields17Response">
    <part name="return" type="ns2:TArrayOfSQLSelectField"/>
  </message>
  <message name="GetSQLSortStringFromList18Request">
    <part name="ASortList" type="ns2:TArrayOfSQLSortField"/>
    <part name="AAlias" type="xs:string"/>
  </message>
  <message name="GetSQLSortStringFromList18Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="QryParamGenerateInCond19Request">
    <part name="Field" type="xs:string"/>
    <part name="Alias" type="xs:string"/>
  </message>
  <message name="QryParamGenerateInCond19Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="QryParamAddBoolCond20Request">
    <part name="ASql" type="xs:string"/>
    <part name="ACond" type="xs:string"/>
    <part name="AValue" type="xs:boolean"/>
    <part name="Oper" type="xs:string"/>
  </message>
  <message name="QryParamAddBoolCond20Response">
    <part name="ASql" type="xs:string"/>
  </message>
  <message name="QryParamAddCondition21Request">
    <part name="ASql" type="xs:string"/>
    <part name="ACond" type="xs:string"/>
    <part name="Oper" type="xs:string"/>
  </message>
  <message name="QryParamAddCondition21Response">
    <part name="ASql" type="xs:string"/>
  </message>
  <message name="QryParamFindParamInArray22Request">
    <part name="AParamName" type="xs:string"/>
    <part name="AParamsArray" type="ns2:TRecParamQueryArray"/>
    <part name="ARecLoop" type="xs:int"/>
  </message>
  <message name="QryParamFindParamInArray22Response">
    <part name="ARecLoop" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetCDSViaSqlWithQueryParam23Request">
    <part name="AQueryStr" type="xs:string"/>
    <part name="AParamArrayValues" type="ns2:TRecParamQueryValues"/>
  </message>
  <message name="GetCDSViaSqlWithQueryParam23Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetSelectedField24Request"/>
  <message name="GetSelectedField24Response">
    <part name="return" type="ns4:TArray&lt;UQueryBuilder.Utils.TQBRecSelectFld&gt;"/>
  </message>
  <message name="GetFilterInfo25Request"/>
  <message name="GetFilterInfo25Response">
    <part name="return" type="ns4:TArray&lt;UQueryBuilder.Utils.TQBRecFilterFld&gt;"/>
  </message>
  <message name="FillSelectedField26Request">
    <part name="AQuery" type="ns5:IDOQueryRoot"/>
    <part name="AList" type="ns4:TArray&lt;UQueryBuilder.Utils.TQBRecSelectFld&gt;"/>
  </message>
  <message name="FillSelectedField26Response">
    <part name="AQuery" type="ns5:IDOQueryRoot"/>
  </message>
  <message name="FillFilterField27Request">
    <part name="AQuery" type="ns5:IDOQueryRoot"/>
    <part name="AList" type="ns4:TArray&lt;UQueryBuilder.Utils.TQBRecFilterFld&gt;"/>
  </message>
  <message name="FillFilterField27Response">
    <part name="AQuery" type="ns5:IDOQueryRoot"/>
  </message>
  <message name="TryToExecuteSQL28Request">
    <part name="ASQL" type="xs:string"/>
  </message>
  <message name="TryToExecuteSQL28Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetGeneratedSQL29Request">
    <part name="AQry" type="ns5:IWsQuery"/>
    <part name="ASelectList" type="ns4:TArray&lt;UQueryBuilder.Utils.TQBRecSelectFld&gt;"/>
    <part name="AFilterList" type="ns4:TArray&lt;UQueryBuilder.Utils.TQBRecFilterFld&gt;"/>
  </message>
  <message name="GetGeneratedSQL29Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IWsQryMediaIdentifierBlackList">
    <operation name="GetData">
      <input message="tns:GetData0Request"/>
      <output message="tns:GetData0Response"/>
    </operation>
    <operation name="GetCDS">
      <input message="tns:GetCDS1Request"/>
      <output message="tns:GetCDS1Response"/>
    </operation>
    <operation name="GetCDSViaSql">
      <input message="tns:GetCDSViaSql2Request"/>
      <output message="tns:GetCDSViaSql2Response"/>
    </operation>
    <operation name="GetCDSViaSqlWithParams">
      <input message="tns:GetCDSViaSqlWithParams3Request"/>
      <output message="tns:GetCDSViaSqlWithParams3Response"/>
    </operation>
    <operation name="GetSQLAndWithSQL">
      <input message="tns:GetSQLAndWithSQL4Request"/>
      <output message="tns:GetSQLAndWithSQL4Response"/>
    </operation>
    <operation name="GetSQL">
      <input message="tns:GetSQL5Request"/>
      <output message="tns:GetSQL5Response"/>
    </operation>
    <operation name="GetRecordCount">
      <input message="tns:GetRecordCount6Request"/>
      <output message="tns:GetRecordCount6Response"/>
    </operation>
    <operation name="GetStructure">
      <input message="tns:GetStructure7Request"/>
      <output message="tns:GetStructure7Response"/>
    </operation>
    <operation name="GetCountAndCDS">
      <input message="tns:GetCountAndCDS8Request"/>
      <output message="tns:GetCountAndCDS8Response"/>
    </operation>
    <operation name="GetJSonData">
      <input message="tns:GetJSonData9Request"/>
      <output message="tns:GetJSonData9Response"/>
    </operation>
    <operation name="GetSchema">
      <input message="tns:GetSchema10Request"/>
      <output message="tns:GetSchema10Response"/>
    </operation>
    <operation name="IsDatasetEmpty">
      <input message="tns:IsDatasetEmpty11Request"/>
      <output message="tns:IsDatasetEmpty11Response"/>
    </operation>
    <operation name="List">
      <input message="tns:List12Request"/>
      <output message="tns:List12Response"/>
    </operation>
    <operation name="SetObjTypeAsRequired">
      <input message="tns:SetObjTypeAsRequired13Request"/>
      <output message="tns:SetObjTypeAsRequired13Response"/>
    </operation>
    <operation name="ActivateByIds">
      <input message="tns:ActivateByIds14Request"/>
      <output message="tns:ActivateByIds14Response"/>
    </operation>
    <operation name="DeactivateByIds">
      <input message="tns:DeactivateByIds15Request"/>
      <output message="tns:DeactivateByIds15Response"/>
    </operation>
    <operation name="GetQueryDefaultSortFields">
      <input message="tns:GetQueryDefaultSortFields16Request"/>
      <output message="tns:GetQueryDefaultSortFields16Response"/>
    </operation>
    <operation name="GetQuerySelectFields">
      <input message="tns:GetQuerySelectFields17Request"/>
      <output message="tns:GetQuerySelectFields17Response"/>
    </operation>
    <operation name="GetSQLSortStringFromList">
      <input message="tns:GetSQLSortStringFromList18Request"/>
      <output message="tns:GetSQLSortStringFromList18Response"/>
    </operation>
    <operation name="QryParamGenerateInCond">
      <input message="tns:QryParamGenerateInCond19Request"/>
      <output message="tns:QryParamGenerateInCond19Response"/>
    </operation>
    <operation name="QryParamAddBoolCond">
      <input message="tns:QryParamAddBoolCond20Request"/>
      <output message="tns:QryParamAddBoolCond20Response"/>
    </operation>
    <operation name="QryParamAddCondition">
      <input message="tns:QryParamAddCondition21Request"/>
      <output message="tns:QryParamAddCondition21Response"/>
    </operation>
    <operation name="QryParamFindParamInArray">
      <input message="tns:QryParamFindParamInArray22Request"/>
      <output message="tns:QryParamFindParamInArray22Response"/>
    </operation>
    <operation name="GetCDSViaSqlWithQueryParam">
      <input message="tns:GetCDSViaSqlWithQueryParam23Request"/>
      <output message="tns:GetCDSViaSqlWithQueryParam23Response"/>
    </operation>
    <operation name="GetSelectedField">
      <input message="tns:GetSelectedField24Request"/>
      <output message="tns:GetSelectedField24Response"/>
    </operation>
    <operation name="GetFilterInfo">
      <input message="tns:GetFilterInfo25Request"/>
      <output message="tns:GetFilterInfo25Response"/>
    </operation>
    <operation name="FillSelectedField">
      <input message="tns:FillSelectedField26Request"/>
      <output message="tns:FillSelectedField26Response"/>
    </operation>
    <operation name="FillFilterField">
      <input message="tns:FillFilterField27Request"/>
      <output message="tns:FillFilterField27Response"/>
    </operation>
    <operation name="TryToExecuteSQL">
      <input message="tns:TryToExecuteSQL28Request"/>
      <output message="tns:TryToExecuteSQL28Response"/>
    </operation>
    <operation name="GetGeneratedSQL">
      <input message="tns:GetGeneratedSQL29Request"/>
      <output message="tns:GetGeneratedSQL29Response"/>
    </operation>
  </portType>
  <binding name="IWsQryMediaIdentifierBlackListbinding" type="tns:IWsQryMediaIdentifierBlackList">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetCDS">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetCDS" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetCDSViaSql">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetCDSViaSql" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetCDSViaSqlWithParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetCDSViaSqlWithParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetSQLAndWithSQL">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetSQLAndWithSQL" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetSQL">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetSQL" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetRecordCount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetRecordCount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetStructure">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetStructure" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetCountAndCDS">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetCountAndCDS" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetJSonData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetJSonData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetSchema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetSchema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="IsDatasetEmpty">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#IsDatasetEmpty" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="List">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#List" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="SetObjTypeAsRequired">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#SetObjTypeAsRequired" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="ActivateByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#ActivateByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="DeactivateByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#DeactivateByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetQueryDefaultSortFields">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetQueryDefaultSortFields" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetQuerySelectFields">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetQuerySelectFields" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetSQLSortStringFromList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetSQLSortStringFromList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="QryParamGenerateInCond">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#QryParamGenerateInCond" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="QryParamAddBoolCond">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#QryParamAddBoolCond" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="QryParamAddCondition">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#QryParamAddCondition" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="QryParamFindParamInArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#QryParamFindParamInArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetCDSViaSqlWithQueryParam">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetCDSViaSqlWithQueryParam" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetSelectedField">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetSelectedField" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetFilterInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetFilterInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="FillSelectedField">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#FillSelectedField" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="FillFilterField">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#FillFilterField" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="TryToExecuteSQL">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#TryToExecuteSQL" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
    <operation name="GetGeneratedSQL">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList#GetGeneratedSQL" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsQryMediaIdentifierBlackListIntf-IWsQryMediaIdentifierBlackList"/>
      </output>
    </operation>
  </binding>
  <service name="IWsQryMediaIdentifierBlackListservice">
    <port name="IWsQryMediaIdentifierBlackListPort" binding="tns:IWsQryMediaIdentifierBlackListbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsQryMediaIdentifierBlackList"/>
    </port>
  </service>
</definitions>

