<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsLockservice" 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="TryLock0Request">
    <part name="AForeignTable" type="xs:int"/>
    <part name="AForeignKey" type="xs:int"/>
    <part name="AWorkstationAK" type="xs:string"/>
    <part name="AUserDesc" type="xs:string"/>
  </message>
  <message name="TryLock0Response">
    <part name="AWorkstationAK" type="xs:string"/>
    <part name="AUserDesc" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="UnLock1Request">
    <part name="AForeignTable" type="xs:int"/>
    <part name="AForeignKey" type="xs:int"/>
  </message>
  <message name="UnLock1Response"/>
  <message name="IsHolded2Request">
    <part name="aHolder" type="xs:string"/>
    <part name="aContext" type="xs:string"/>
    <part name="aKeys" type="xs:string"/>
  </message>
  <message name="IsHolded2Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="UnLockOverride3Request">
    <part name="AForeignTable" type="xs:int"/>
    <part name="AForeignKey" type="xs:int"/>
  </message>
  <message name="UnLockOverride3Response"/>
  <message name="IsLocked4Request">
    <part name="AForeignTable" type="xs:int"/>
    <part name="AForeignKey" type="xs:int"/>
    <part name="AWorkstationAK" type="xs:string"/>
    <part name="AUserDesc" type="xs:string"/>
  </message>
  <message name="IsLocked4Response">
    <part name="AWorkstationAK" type="xs:string"/>
    <part name="AUserDesc" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="TryHold5Request">
    <part name="aHolder" type="xs:string"/>
    <part name="aContext" type="xs:string"/>
    <part name="aKeys" type="xs:string"/>
    <part name="aTryHold" type="xs:boolean"/>
  </message>
  <message name="TryHold5Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetHolded6Request">
    <part name="aHolder" type="xs:string"/>
    <part name="aContext" type="xs:string"/>
    <part name="aKeys" type="xs:string"/>
  </message>
  <message name="GetHolded6Response">
    <part name="aKeys" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetHolder7Request">
    <part name="aContext" type="xs:string"/>
    <part name="aKey" type="xs:string"/>
    <part name="aHolder" type="xs:string"/>
  </message>
  <message name="GetHolder7Response">
    <part name="aHolder" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ReleaseAllFromHolder8Request">
    <part name="aHolder" type="xs:string"/>
  </message>
  <message name="ReleaseAllFromHolder8Response"/>
  <message name="ReleaseAllFromExtendedKey9Request">
    <part name="aExtendedKey" type="xs:string"/>
  </message>
  <message name="ReleaseAllFromExtendedKey9Response"/>
  <message name="ReleaseContext10Request">
    <part name="aHolder" type="xs:string"/>
    <part name="aContext" type="xs:string"/>
  </message>
  <message name="ReleaseContext10Response"/>
  <message name="Release11Request">
    <part name="aHolder" type="xs:string"/>
    <part name="aContext" type="xs:string"/>
    <part name="aKey" type="xs:string"/>
  </message>
  <message name="Release11Response"/>
  <message name="UnlockAllByTable12Request">
    <part name="AForeignTable" type="xs:int"/>
  </message>
  <message name="UnlockAllByTable12Response"/>
  <message name="GetHoldedQty13Request">
    <part name="aWKs" type="xs:string"/>
    <part name="aExtendedKey" type="xs:string"/>
    <part name="aContext" type="xs:string"/>
    <part name="aKeys" type="xs:string"/>
    <part name="Mine" type="xs:int"/>
    <part name="Other" type="xs:int"/>
  </message>
  <message name="GetHoldedQty13Response">
    <part name="Mine" type="xs:int"/>
    <part name="Other" type="xs:int"/>
  </message>
  <message name="HoldQty14Request">
    <part name="aWKs" type="xs:string"/>
    <part name="aExtendedKey" type="xs:string"/>
    <part name="aContext" type="xs:string"/>
    <part name="aKeys" type="xs:string"/>
    <part name="Qty" type="xs:int"/>
  </message>
  <message name="HoldQty14Response"/>
  <portType name="IWsLock">
    <operation name="TryLock">
      <input message="tns:TryLock0Request"/>
      <output message="tns:TryLock0Response"/>
    </operation>
    <operation name="UnLock">
      <input message="tns:UnLock1Request"/>
      <output message="tns:UnLock1Response"/>
    </operation>
    <operation name="IsHolded">
      <input message="tns:IsHolded2Request"/>
      <output message="tns:IsHolded2Response"/>
    </operation>
    <operation name="UnLockOverride">
      <input message="tns:UnLockOverride3Request"/>
      <output message="tns:UnLockOverride3Response"/>
    </operation>
    <operation name="IsLocked">
      <input message="tns:IsLocked4Request"/>
      <output message="tns:IsLocked4Response"/>
    </operation>
    <operation name="TryHold">
      <input message="tns:TryHold5Request"/>
      <output message="tns:TryHold5Response"/>
    </operation>
    <operation name="GetHolded">
      <input message="tns:GetHolded6Request"/>
      <output message="tns:GetHolded6Response"/>
    </operation>
    <operation name="GetHolder">
      <input message="tns:GetHolder7Request"/>
      <output message="tns:GetHolder7Response"/>
    </operation>
    <operation name="ReleaseAllFromHolder">
      <input message="tns:ReleaseAllFromHolder8Request"/>
      <output message="tns:ReleaseAllFromHolder8Response"/>
    </operation>
    <operation name="ReleaseAllFromExtendedKey">
      <input message="tns:ReleaseAllFromExtendedKey9Request"/>
      <output message="tns:ReleaseAllFromExtendedKey9Response"/>
    </operation>
    <operation name="ReleaseContext">
      <input message="tns:ReleaseContext10Request"/>
      <output message="tns:ReleaseContext10Response"/>
    </operation>
    <operation name="Release">
      <input message="tns:Release11Request"/>
      <output message="tns:Release11Response"/>
    </operation>
    <operation name="UnlockAllByTable">
      <input message="tns:UnlockAllByTable12Request"/>
      <output message="tns:UnlockAllByTable12Response"/>
    </operation>
    <operation name="GetHoldedQty">
      <input message="tns:GetHoldedQty13Request"/>
      <output message="tns:GetHoldedQty13Response"/>
    </operation>
    <operation name="HoldQty">
      <input message="tns:HoldQty14Request"/>
      <output message="tns:HoldQty14Response"/>
    </operation>
  </portType>
  <binding name="IWsLockbinding" type="tns:IWsLock">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="TryLock">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#TryLock" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="UnLock">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#UnLock" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="IsHolded">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#IsHolded" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="UnLockOverride">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#UnLockOverride" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="IsLocked">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#IsLocked" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="TryHold">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#TryHold" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="GetHolded">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#GetHolded" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="GetHolder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#GetHolder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="ReleaseAllFromHolder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#ReleaseAllFromHolder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="ReleaseAllFromExtendedKey">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#ReleaseAllFromExtendedKey" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="ReleaseContext">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#ReleaseContext" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="Release">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#Release" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="UnlockAllByTable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#UnlockAllByTable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="GetHoldedQty">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#GetHoldedQty" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
    <operation name="HoldQty">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsLockIntf-IWsLock#HoldQty" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsLockIntf-IWsLock"/>
      </output>
    </operation>
  </binding>
  <service name="IWsLockservice">
    <port name="IWsLockPort" binding="tns:IWsLockbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsLock"/>
    </port>
  </service>
</definitions>

