<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsEventPermissionservice" 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">
  <types>
    <xs:schema targetNamespace="urn:OtnSysUtils" xmlns="urn:OtnSysUtils">
      <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>
  </types>
  <message name="GetAllowedEventIds0Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="ADmgCategoryId" type="xs:int"/>
  </message>
  <message name="GetAllowedEventIds0Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="InvalidateCache1Request"/>
  <message name="InvalidateCache1Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IWsEventPermission">
    <operation name="GetAllowedEventIds">
      <input message="tns:GetAllowedEventIds0Request"/>
      <output message="tns:GetAllowedEventIds0Response"/>
    </operation>
    <operation name="InvalidateCache">
      <input message="tns:InvalidateCache1Request"/>
      <output message="tns:InvalidateCache1Response"/>
    </operation>
  </portType>
  <binding name="IWsEventPermissionbinding" type="tns:IWsEventPermission">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetAllowedEventIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsEventPermissionIntf-IWsEventPermission#GetAllowedEventIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsEventPermissionIntf-IWsEventPermission"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsEventPermissionIntf-IWsEventPermission"/>
      </output>
    </operation>
    <operation name="InvalidateCache">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsEventPermissionIntf-IWsEventPermission#InvalidateCache" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsEventPermissionIntf-IWsEventPermission"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsEventPermissionIntf-IWsEventPermission"/>
      </output>
    </operation>
  </binding>
  <service name="IWsEventPermissionservice">
    <port name="IWsEventPermissionPort" binding="tns:IWsEventPermissionbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2b.vivaticket.com/BosServices.dll/soap/IWsEventPermission"/>
    </port>
  </service>
</definitions>

