<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IMaintananceservice" 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="CheckDBAvailable0Request"/>
  <message name="CheckDBAvailable0Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ClearConnection1Request"/>
  <message name="ClearConnection1Response"/>
  <message name="PromotionReset2Request"/>
  <message name="PromotionReset2Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IMaintanance">
    <operation name="CheckDBAvailable">
      <input message="tns:CheckDBAvailable0Request"/>
      <output message="tns:CheckDBAvailable0Response"/>
    </operation>
    <operation name="ClearConnection">
      <input message="tns:ClearConnection1Request"/>
      <output message="tns:ClearConnection1Response"/>
    </operation>
    <operation name="PromotionReset">
      <input message="tns:PromotionReset2Request"/>
      <output message="tns:PromotionReset2Response"/>
    </operation>
  </portType>
  <binding name="IMaintanancebinding" type="tns:IMaintanance">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="CheckDBAvailable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMaintananceIntf-IMaintanance#CheckDBAvailable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMaintananceIntf-IMaintanance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMaintananceIntf-IMaintanance"/>
      </output>
    </operation>
    <operation name="ClearConnection">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMaintananceIntf-IMaintanance#ClearConnection" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMaintananceIntf-IMaintanance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMaintananceIntf-IMaintanance"/>
      </output>
    </operation>
    <operation name="PromotionReset">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMaintananceIntf-IMaintanance#PromotionReset" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMaintananceIntf-IMaintanance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMaintananceIntf-IMaintanance"/>
      </output>
    </operation>
  </binding>
  <service name="IMaintananceservice">
    <port name="IMaintanancePort" binding="tns:IMaintanancebinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2b.vivaticket.com/BosServices.dll/soap/IMaintanance"/>
    </port>
  </service>
</definitions>

