<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsOvw6Operationservice" 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:uConstCore">
  <types>
    <xs:schema targetNamespace="urn:uConstCore" xmlns="urn:uConstCore">
      <xs:simpleType name="TAuthenticationType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="atOverview"/>
          <xs:enumeration value="atWindows"/>
          <xs:enumeration value="atSystem"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
  </types>
  <message name="UserLogin0Request">
    <part name="AWorkstationAK" type="xs:string"/>
    <part name="AUserName" type="xs:string"/>
    <part name="APassword" type="xs:string"/>
    <part name="AClientMACAddress" type="xs:string"/>
    <part name="AuthenticationType" type="ns1:TAuthenticationType"/>
    <part name="ANewPassword" type="xs:string"/>
    <part name="AOfflineMode" type="xs:boolean"/>
    <part name="AOfflinePassword" type="xs:string"/>
  </message>
  <message name="UserLogin0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UserLogin21Request">
    <part name="AWorkstationAK" type="xs:string"/>
    <part name="AUserName" type="xs:string"/>
    <part name="APassword" type="xs:string"/>
  </message>
  <message name="UserLogin21Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UserLogout2Request"/>
  <message name="UserLogout2Response"/>
  <message name="UpdateInfoXMLByCode3Request">
    <part name="APaymentFlexAK" type="xs:string"/>
    <part name="AInfoXML" type="xs:string"/>
  </message>
  <message name="UpdateInfoXMLByCode3Response"/>
  <message name="CreateContract4Request">
    <part name="AFlexContractCode" type="xs:string"/>
    <part name="ATotalAmount" type="xs:double"/>
    <part name="AFee" type="xs:double"/>
    <part name="ARefundableFee" type="xs:double"/>
    <part name="AAccountId" type="xs:int"/>
    <part name="ACreditCardInfo" type="xs:string"/>
    <part name="AUser" type="xs:string"/>
  </message>
  <message name="CreateContract4Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SetContractStatus5Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AStatus" type="xs:int"/>
    <part name="AUser" type="xs:string"/>
  </message>
  <message name="SetContractStatus5Response"/>
  <message name="RenewContractById6Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="ANewTotalAmount" type="xs:double"/>
    <part name="ACreateAsDraft" type="xs:boolean"/>
    <part name="AUser" type="xs:string"/>
  </message>
  <message name="RenewContractById6Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="RenewContractByAK7Request">
    <part name="AFlexPaymentAK" type="xs:string"/>
    <part name="ANewTotalAmount" type="xs:double"/>
    <part name="ACreateAsDraft" type="xs:boolean"/>
    <part name="AUser" type="xs:string"/>
  </message>
  <message name="RenewContractByAK7Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPaymentFlexIdByAK8Request">
    <part name="APaymentFlexAK" type="xs:string"/>
  </message>
  <message name="GetPaymentFlexIdByAK8Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FlexManualPayment9Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AAmount" type="xs:double"/>
    <part name="AFee" type="xs:double"/>
    <part name="ARefundableFee" type="xs:double"/>
    <part name="APaymentActivityType" type="xs:int"/>
    <part name="Ovw6Site" type="xs:int"/>
    <part name="Ovw6Station" type="xs:int"/>
    <part name="Ovw6Trans" type="xs:int"/>
    <part name="Ovw6User" type="xs:int"/>
    <part name="Ovw6TransDate" type="xs:int"/>
  </message>
  <message name="FlexManualPayment9Response"/>
  <message name="ChangeFlexPaymentAccount10Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AAccountXML" type="xs:string"/>
    <part name="AUser" type="xs:string"/>
  </message>
  <message name="ChangeFlexPaymentAccount10Response"/>
  <message name="GetDmgCategoryIdByCode11Request">
    <part name="ADmgCategoryCode" type="xs:string"/>
  </message>
  <message name="GetDmgCategoryIdByCode11Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CalculateInstallmentAmounts12Request">
    <part name="AFlexContractCode" type="xs:string"/>
    <part name="ATotalAmount" type="xs:double"/>
    <part name="AFlexTicketList" type="xs:string"/>
    <part name="ACalculateFees" type="xs:boolean"/>
  </message>
  <message name="CalculateInstallmentAmounts12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SimpleSaveAccount13Request">
    <part name="AImportAccountXML" type="xs:string"/>
  </message>
  <message name="SimpleSaveAccount13Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="AddBosNoteToFlexPaymentById14Request">
    <part name="APaymentFlexId" type="xs:int"/>
    <part name="ANoteMessage" type="xs:string"/>
  </message>
  <message name="AddBosNoteToFlexPaymentById14Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetBosNoteFromFlexPaymentById15Request">
    <part name="APaymentFlexId" type="xs:int"/>
  </message>
  <message name="GetBosNoteFromFlexPaymentById15Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="AddBosNoteToFlexPaymentByAK16Request">
    <part name="APaymentFlexAK" type="xs:string"/>
    <part name="ANoteMessage" type="xs:string"/>
  </message>
  <message name="AddBosNoteToFlexPaymentByAK16Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetBosNoteFromFlexPaymentByAK17Request">
    <part name="APaymentFlexAK" type="xs:string"/>
  </message>
  <message name="GetBosNoteFromFlexPaymentByAK17Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetCDSPaymentPlan18Request">
    <part name="AXMLQuery" type="xs:string"/>
  </message>
  <message name="GetCDSPaymentPlan18Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetCDSFlexContract19Request">
    <part name="AXMLQuery" type="xs:string"/>
  </message>
  <message name="GetCDSFlexContract19Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetCDSFlexPayment20Request">
    <part name="AXMLQuery" type="xs:string"/>
  </message>
  <message name="GetCDSFlexPayment20Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetCDSPaymentPlanLog21Request">
    <part name="AXMLQuery" type="xs:string"/>
  </message>
  <message name="GetCDSPaymentPlanLog21Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="CalculatePaidAmounts22Request">
    <part name="AFlexPaymentAK" type="xs:string"/>
  </message>
  <message name="CalculatePaidAmounts22Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CalculateRefundAmount23Request">
    <part name="AFlexPaymentAK" type="xs:string"/>
    <part name="RefundNotRefundableFee" type="xs:boolean"/>
  </message>
  <message name="CalculateRefundAmount23Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="SendCancellationEmail24Request">
    <part name="APaymentFlexId" type="xs:int"/>
  </message>
  <message name="SendCancellationEmail24Response"/>
  <message name="IsBosConfiguredForOvw625Request"/>
  <message name="IsBosConfiguredForOvw625Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IWsOvw6Operation">
    <operation name="UserLogin">
      <input message="tns:UserLogin0Request"/>
      <output message="tns:UserLogin0Response"/>
    </operation>
    <operation name="UserLogin2">
      <input message="tns:UserLogin21Request"/>
      <output message="tns:UserLogin21Response"/>
    </operation>
    <operation name="UserLogout">
      <input message="tns:UserLogout2Request"/>
      <output message="tns:UserLogout2Response"/>
    </operation>
    <operation name="UpdateInfoXMLByCode">
      <input message="tns:UpdateInfoXMLByCode3Request"/>
      <output message="tns:UpdateInfoXMLByCode3Response"/>
    </operation>
    <operation name="CreateContract">
      <input message="tns:CreateContract4Request"/>
      <output message="tns:CreateContract4Response"/>
    </operation>
    <operation name="SetContractStatus">
      <input message="tns:SetContractStatus5Request"/>
      <output message="tns:SetContractStatus5Response"/>
    </operation>
    <operation name="RenewContractById">
      <input message="tns:RenewContractById6Request"/>
      <output message="tns:RenewContractById6Response"/>
    </operation>
    <operation name="RenewContractByAK">
      <input message="tns:RenewContractByAK7Request"/>
      <output message="tns:RenewContractByAK7Response"/>
    </operation>
    <operation name="GetPaymentFlexIdByAK">
      <input message="tns:GetPaymentFlexIdByAK8Request"/>
      <output message="tns:GetPaymentFlexIdByAK8Response"/>
    </operation>
    <operation name="FlexManualPayment">
      <input message="tns:FlexManualPayment9Request"/>
      <output message="tns:FlexManualPayment9Response"/>
    </operation>
    <operation name="ChangeFlexPaymentAccount">
      <input message="tns:ChangeFlexPaymentAccount10Request"/>
      <output message="tns:ChangeFlexPaymentAccount10Response"/>
    </operation>
    <operation name="GetDmgCategoryIdByCode">
      <input message="tns:GetDmgCategoryIdByCode11Request"/>
      <output message="tns:GetDmgCategoryIdByCode11Response"/>
    </operation>
    <operation name="CalculateInstallmentAmounts">
      <input message="tns:CalculateInstallmentAmounts12Request"/>
      <output message="tns:CalculateInstallmentAmounts12Response"/>
    </operation>
    <operation name="SimpleSaveAccount">
      <input message="tns:SimpleSaveAccount13Request"/>
      <output message="tns:SimpleSaveAccount13Response"/>
    </operation>
    <operation name="AddBosNoteToFlexPaymentById">
      <input message="tns:AddBosNoteToFlexPaymentById14Request"/>
      <output message="tns:AddBosNoteToFlexPaymentById14Response"/>
    </operation>
    <operation name="GetBosNoteFromFlexPaymentById">
      <input message="tns:GetBosNoteFromFlexPaymentById15Request"/>
      <output message="tns:GetBosNoteFromFlexPaymentById15Response"/>
    </operation>
    <operation name="AddBosNoteToFlexPaymentByAK">
      <input message="tns:AddBosNoteToFlexPaymentByAK16Request"/>
      <output message="tns:AddBosNoteToFlexPaymentByAK16Response"/>
    </operation>
    <operation name="GetBosNoteFromFlexPaymentByAK">
      <input message="tns:GetBosNoteFromFlexPaymentByAK17Request"/>
      <output message="tns:GetBosNoteFromFlexPaymentByAK17Response"/>
    </operation>
    <operation name="GetCDSPaymentPlan">
      <input message="tns:GetCDSPaymentPlan18Request"/>
      <output message="tns:GetCDSPaymentPlan18Response"/>
    </operation>
    <operation name="GetCDSFlexContract">
      <input message="tns:GetCDSFlexContract19Request"/>
      <output message="tns:GetCDSFlexContract19Response"/>
    </operation>
    <operation name="GetCDSFlexPayment">
      <input message="tns:GetCDSFlexPayment20Request"/>
      <output message="tns:GetCDSFlexPayment20Response"/>
    </operation>
    <operation name="GetCDSPaymentPlanLog">
      <input message="tns:GetCDSPaymentPlanLog21Request"/>
      <output message="tns:GetCDSPaymentPlanLog21Response"/>
    </operation>
    <operation name="CalculatePaidAmounts">
      <input message="tns:CalculatePaidAmounts22Request"/>
      <output message="tns:CalculatePaidAmounts22Response"/>
    </operation>
    <operation name="CalculateRefundAmount">
      <input message="tns:CalculateRefundAmount23Request"/>
      <output message="tns:CalculateRefundAmount23Response"/>
    </operation>
    <operation name="SendCancellationEmail">
      <input message="tns:SendCancellationEmail24Request"/>
      <output message="tns:SendCancellationEmail24Response"/>
    </operation>
    <operation name="IsBosConfiguredForOvw6">
      <input message="tns:IsBosConfiguredForOvw625Request"/>
      <output message="tns:IsBosConfiguredForOvw625Response"/>
    </operation>
  </portType>
  <binding name="IWsOvw6Operationbinding" type="tns:IWsOvw6Operation">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="UserLogin">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#UserLogin" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="UserLogin2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#UserLogin2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="UserLogout">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#UserLogout" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="UpdateInfoXMLByCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#UpdateInfoXMLByCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="CreateContract">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#CreateContract" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="SetContractStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#SetContractStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="RenewContractById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#RenewContractById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="RenewContractByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#RenewContractByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="GetPaymentFlexIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#GetPaymentFlexIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="FlexManualPayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#FlexManualPayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="ChangeFlexPaymentAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#ChangeFlexPaymentAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="GetDmgCategoryIdByCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#GetDmgCategoryIdByCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="CalculateInstallmentAmounts">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#CalculateInstallmentAmounts" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="SimpleSaveAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#SimpleSaveAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="AddBosNoteToFlexPaymentById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#AddBosNoteToFlexPaymentById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="GetBosNoteFromFlexPaymentById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#GetBosNoteFromFlexPaymentById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="AddBosNoteToFlexPaymentByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#AddBosNoteToFlexPaymentByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="GetBosNoteFromFlexPaymentByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#GetBosNoteFromFlexPaymentByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="GetCDSPaymentPlan">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#GetCDSPaymentPlan" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="GetCDSFlexContract">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#GetCDSFlexContract" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="GetCDSFlexPayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#GetCDSFlexPayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="GetCDSPaymentPlanLog">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#GetCDSPaymentPlanLog" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="CalculatePaidAmounts">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#CalculatePaidAmounts" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="CalculateRefundAmount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#CalculateRefundAmount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="SendCancellationEmail">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#SendCancellationEmail" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
    <operation name="IsBosConfiguredForOvw6">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOvw6OperationIntf-IWsOvw6Operation#IsBosConfiguredForOvw6" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOvw6OperationIntf-IWsOvw6Operation"/>
      </output>
    </operation>
  </binding>
  <service name="IWsOvw6Operationservice">
    <port name="IWsOvw6OperationPort" binding="tns:IWsOvw6Operationbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsOvw6Operation"/>
    </port>
  </service>
</definitions>

