<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsMatrixCellservice" 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="FindMatrixCellItems0Request">
    <part name="AMatrixSheetId" type="xs:int"/>
    <part name="APriceListId" type="xs:int"/>
    <part name="AMatrixCellXML" type="xs:string"/>
  </message>
  <message name="FindMatrixCellItems0Response">
    <part name="AMatrixCellXML" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetMatrixCellXML1Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellXML1Response">
    <part name="AMatrixCellXML" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetMatrixCellValidity2Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellValidity2Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="FindMatrixCellItem3Request">
    <part name="AMatrixCellId" type="xs:int"/>
    <part name="AProductIsActive" type="xs:boolean"/>
    <part name="AProductPrice" type="xs:string"/>
    <part name="ADisplayName" type="xs:string"/>
    <part name="AHasCalendar" type="xs:boolean"/>
  </message>
  <message name="FindMatrixCellItem3Response">
    <part name="AProductIsActive" type="xs:boolean"/>
    <part name="AProductPrice" type="xs:string"/>
    <part name="ADisplayName" type="xs:string"/>
    <part name="AHasCalendar" type="xs:boolean"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CheckMatrixCellItems4Request">
    <part name="AProductAK" type="xs:string"/>
    <part name="APriceListId" type="xs:int"/>
    <part name="AProductIsActive" type="xs:boolean"/>
    <part name="AProductPrice" type="xs:string"/>
  </message>
  <message name="CheckMatrixCellItems4Response">
    <part name="AProductIsActive" type="xs:boolean"/>
    <part name="AProductPrice" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="FindMatrixCellAK5Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="FindMatrixCellAK5Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IWsMatrixCell">
    <operation name="FindMatrixCellItems">
      <input message="tns:FindMatrixCellItems0Request"/>
      <output message="tns:FindMatrixCellItems0Response"/>
    </operation>
    <operation name="GetMatrixCellXML">
      <input message="tns:GetMatrixCellXML1Request"/>
      <output message="tns:GetMatrixCellXML1Response"/>
    </operation>
    <operation name="GetMatrixCellValidity">
      <input message="tns:GetMatrixCellValidity2Request"/>
      <output message="tns:GetMatrixCellValidity2Response"/>
    </operation>
    <operation name="FindMatrixCellItem">
      <input message="tns:FindMatrixCellItem3Request"/>
      <output message="tns:FindMatrixCellItem3Response"/>
    </operation>
    <operation name="CheckMatrixCellItems">
      <input message="tns:CheckMatrixCellItems4Request"/>
      <output message="tns:CheckMatrixCellItems4Response"/>
    </operation>
    <operation name="FindMatrixCellAK">
      <input message="tns:FindMatrixCellAK5Request"/>
      <output message="tns:FindMatrixCellAK5Response"/>
    </operation>
  </portType>
  <binding name="IWsMatrixCellbinding" type="tns:IWsMatrixCell">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="FindMatrixCellItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMatrixCellIntf-IWsMatrixCell#FindMatrixCellItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </output>
    </operation>
    <operation name="GetMatrixCellXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMatrixCellIntf-IWsMatrixCell#GetMatrixCellXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </output>
    </operation>
    <operation name="GetMatrixCellValidity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMatrixCellIntf-IWsMatrixCell#GetMatrixCellValidity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </output>
    </operation>
    <operation name="FindMatrixCellItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMatrixCellIntf-IWsMatrixCell#FindMatrixCellItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </output>
    </operation>
    <operation name="CheckMatrixCellItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMatrixCellIntf-IWsMatrixCell#CheckMatrixCellItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </output>
    </operation>
    <operation name="FindMatrixCellAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMatrixCellIntf-IWsMatrixCell#FindMatrixCellAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMatrixCellIntf-IWsMatrixCell"/>
      </output>
    </operation>
  </binding>
  <service name="IWsMatrixCellservice">
    <port name="IWsMatrixCellPort" binding="tns:IWsMatrixCellbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsMatrixCell"/>
    </port>
  </service>
</definitions>

