<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBProductValidityservice" 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:WsCustomEditIntf" xmlns:ns2="urn:OtnSysUtils">
  <types>
    <xs:schema targetNamespace="urn:WsCustomEditIntf" xmlns="urn:WsCustomEditIntf">
      <xs:simpleType name="TWsEditTransType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="ottOneTrans"/>
          <xs:enumeration value="ottOneForEach"/>
          <xs:enumeration value="ottMockTransaction"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
    <xs:schema targetNamespace="urn:OtnSysUtils" xmlns="urn:OtnSysUtils">
      <xs:complexType name="TArrayOfString">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="GetDataById0Request">
    <part name="aId" type="xs:string"/>
  </message>
  <message name="GetDataById0Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByIds1Request">
    <part name="aIds" type="xs:string"/>
  </message>
  <message name="GetDataByIds1Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByParams2Request">
    <part name="aParams" type="xs:string"/>
  </message>
  <message name="GetDataByParams2Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetNewObjectDefault3Request"/>
  <message name="GetNewObjectDefault3Response">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Request">
    <part name="aTransactionType" type="ns1:TWsEditTransType"/>
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="ApplyChanges25Request">
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="ApplyChanges25Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Request">
    <part name="AId" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDataAll7Request"/>
  <message name="GetDataAll7Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="Validate8Request">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="Validate8Response">
    <part name="aErrorId" type="xs:int"/>
    <part name="aErrorMessage" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByRef9Request">
    <part name="AReferenceTable" type="xs:int"/>
    <part name="AReferenceId" type="xs:int"/>
  </message>
  <message name="GetDataByRef9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetValidityByRef10Request">
    <part name="AReferenceTable" type="xs:int"/>
    <part name="AReferenceId" type="xs:int"/>
  </message>
  <message name="GetValidityByRef10Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ApplyChangesByRef11Request">
    <part name="AXMLData" type="xs:string"/>
    <part name="AReferenceTable" type="xs:int"/>
    <part name="AReferenceId" type="xs:int"/>
  </message>
  <message name="ApplyChangesByRef11Response">
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="UpdateValidityByRef12Request">
    <part name="AValidityXML" type="xs:string"/>
    <part name="AReferenceTable" type="xs:int"/>
    <part name="AReferenceId" type="xs:int"/>
  </message>
  <message name="UpdateValidityByRef12Response"/>
  <message name="CopyValidity13Request">
    <part name="AFromReferenceTable" type="xs:int"/>
    <part name="AFromReferenceId" type="xs:int"/>
    <part name="AToReferenceTable" type="xs:int"/>
    <part name="AToReferenceId" type="xs:int"/>
  </message>
  <message name="CopyValidity13Response"/>
  <message name="ValidityExists14Request">
    <part name="AReferenceTable" type="xs:int"/>
    <part name="AReferenceId" type="xs:int"/>
  </message>
  <message name="ValidityExists14Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="InsertProductValidity15Request">
    <part name="AReferenceTable" type="xs:int"/>
    <part name="AReferenceId" type="xs:int"/>
    <part name="AValidityXML" type="xs:string"/>
  </message>
  <message name="InsertProductValidity15Response"/>
  <message name="GetCardDependencyByMatrixSheet16Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetCardDependencyByMatrixSheet16Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetCardDependencyPrimaryByMatrixSheet17Request">
    <part name="AMatrixSheetId" type="xs:int"/>
  </message>
  <message name="GetCardDependencyPrimaryByMatrixSheet17Response">
    <part name="return" type="ns2:TArrayOfString"/>
  </message>
  <portType name="IWsDBProductValidity">
    <operation name="GetDataById">
      <input message="tns:GetDataById0Request"/>
      <output message="tns:GetDataById0Response"/>
    </operation>
    <operation name="GetDataByIds">
      <input message="tns:GetDataByIds1Request"/>
      <output message="tns:GetDataByIds1Response"/>
    </operation>
    <operation name="GetDataByParams">
      <input message="tns:GetDataByParams2Request"/>
      <output message="tns:GetDataByParams2Response"/>
    </operation>
    <operation name="GetNewObjectDefault">
      <input message="tns:GetNewObjectDefault3Request"/>
      <output message="tns:GetNewObjectDefault3Response"/>
    </operation>
    <operation name="ApplyChanges">
      <input message="tns:ApplyChanges4Request"/>
      <output message="tns:ApplyChanges4Response"/>
    </operation>
    <operation name="ApplyChanges2">
      <input message="tns:ApplyChanges25Request"/>
      <output message="tns:ApplyChanges25Response"/>
    </operation>
    <operation name="GetRootWithSchema">
      <input message="tns:GetRootWithSchema6Request"/>
      <output message="tns:GetRootWithSchema6Response"/>
    </operation>
    <operation name="GetDataAll">
      <input message="tns:GetDataAll7Request"/>
      <output message="tns:GetDataAll7Response"/>
    </operation>
    <operation name="Validate">
      <input message="tns:Validate8Request"/>
      <output message="tns:Validate8Response"/>
    </operation>
    <operation name="GetDataByRef">
      <input message="tns:GetDataByRef9Request"/>
      <output message="tns:GetDataByRef9Response"/>
    </operation>
    <operation name="GetValidityByRef">
      <input message="tns:GetValidityByRef10Request"/>
      <output message="tns:GetValidityByRef10Response"/>
    </operation>
    <operation name="ApplyChangesByRef">
      <input message="tns:ApplyChangesByRef11Request"/>
      <output message="tns:ApplyChangesByRef11Response"/>
    </operation>
    <operation name="UpdateValidityByRef">
      <input message="tns:UpdateValidityByRef12Request"/>
      <output message="tns:UpdateValidityByRef12Response"/>
    </operation>
    <operation name="CopyValidity">
      <input message="tns:CopyValidity13Request"/>
      <output message="tns:CopyValidity13Response"/>
    </operation>
    <operation name="ValidityExists">
      <input message="tns:ValidityExists14Request"/>
      <output message="tns:ValidityExists14Response"/>
    </operation>
    <operation name="InsertProductValidity">
      <input message="tns:InsertProductValidity15Request"/>
      <output message="tns:InsertProductValidity15Response"/>
    </operation>
    <operation name="GetCardDependencyByMatrixSheet">
      <input message="tns:GetCardDependencyByMatrixSheet16Request"/>
      <output message="tns:GetCardDependencyByMatrixSheet16Response"/>
    </operation>
    <operation name="GetCardDependencyPrimaryByMatrixSheet">
      <input message="tns:GetCardDependencyPrimaryByMatrixSheet17Request"/>
      <output message="tns:GetCardDependencyPrimaryByMatrixSheet17Response"/>
    </operation>
  </portType>
  <binding name="IWsDBProductValiditybinding" type="tns:IWsDBProductValidity">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetDataById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#GetDataById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="GetDataByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#GetDataByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="GetDataByParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#GetDataByParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="GetNewObjectDefault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#GetNewObjectDefault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="ApplyChanges">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#ApplyChanges" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="ApplyChanges2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#ApplyChanges2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="GetRootWithSchema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#GetRootWithSchema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="GetDataAll">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#GetDataAll" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="Validate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#Validate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="GetDataByRef">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#GetDataByRef" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="GetValidityByRef">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#GetValidityByRef" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="ApplyChangesByRef">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#ApplyChangesByRef" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="UpdateValidityByRef">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#UpdateValidityByRef" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="CopyValidity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#CopyValidity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="ValidityExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#ValidityExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="InsertProductValidity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#InsertProductValidity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="GetCardDependencyByMatrixSheet">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#GetCardDependencyByMatrixSheet" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
    <operation name="GetCardDependencyPrimaryByMatrixSheet">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductValidityIntf-IWsDBProductValidity#GetCardDependencyPrimaryByMatrixSheet" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductValidityIntf-IWsDBProductValidity"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBProductValidityservice">
    <port name="IWsDBProductValidityPort" binding="tns:IWsDBProductValiditybinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsDBProductValidity"/>
    </port>
  </service>
</definitions>

