<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBPaymentCardservice" 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:WsCustomEditIntf">
  <types>
    <xs:schema targetNamespace="urn:WsCustomEditIntf" xmlns="urn:WsCustomEditIntf">
      <xs:simpleType name="TWsEditTransType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="ottOneTrans"/>
          <xs:enumeration value="ottOneForEach"/>
          <xs:enumeration value="ottMockTransaction"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
  </types>
  <message name="GetDataById0Request">
    <part name="aId" type="xs:string"/>
  </message>
  <message name="GetDataById0Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByIds1Request">
    <part name="aIds" type="xs:string"/>
  </message>
  <message name="GetDataByIds1Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByParams2Request">
    <part name="aParams" type="xs:string"/>
  </message>
  <message name="GetDataByParams2Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetNewObjectDefault3Request"/>
  <message name="GetNewObjectDefault3Response">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Request">
    <part name="aTransactionType" type="ns1:TWsEditTransType"/>
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="ApplyChanges25Request">
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="ApplyChanges25Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Request">
    <part name="AId" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDataAll7Request"/>
  <message name="GetDataAll7Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="Validate8Request">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="Validate8Response">
    <part name="aErrorId" type="xs:int"/>
    <part name="aErrorMessage" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="FindPaymentCardIdByCode9Request">
    <part name="ACardCode" type="xs:string"/>
  </message>
  <message name="FindPaymentCardIdByCode9Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindPaymentCardIdByCodeAndType10Request">
    <part name="ACardCode" type="xs:string"/>
    <part name="ACardType" type="xs:int"/>
  </message>
  <message name="FindPaymentCardIdByCodeAndType10Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindPaymentCardCodeById11Request">
    <part name="ACardID" type="xs:int"/>
  </message>
  <message name="FindPaymentCardCodeById11Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="FindPaymentCardIdByNumber12Request">
    <part name="ACardNumber" type="xs:string"/>
  </message>
  <message name="FindPaymentCardIdByNumber12Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindCardNameById13Request">
    <part name="aCardId" type="xs:string"/>
  </message>
  <message name="FindCardNameById13Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetShift4InvoiceNoByPaymentId14Request">
    <part name="aPaymentId" type="xs:int"/>
  </message>
  <message name="GetShift4InvoiceNoByPaymentId14Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindPaymentCardNameByCode15Request">
    <part name="ACardCode" type="xs:string"/>
  </message>
  <message name="FindPaymentCardNameByCode15Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="FindPaymentCCCodeByName16Request">
    <part name="ACardName" type="xs:string"/>
  </message>
  <message name="FindPaymentCCCodeByName16Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDevideIdFromTransactionAndFamilyType17Request">
    <part name="ATransactionId" type="xs:int"/>
    <part name="AFamilyType" type="xs:int"/>
  </message>
  <message name="GetDevideIdFromTransactionAndFamilyType17Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetPaymentCardInfoByAccountIdCardName18Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="ACardName" type="xs:string"/>
  </message>
  <message name="GetPaymentCardInfoByAccountIdCardName18Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetDeviceIdByPaymentId19Request">
    <part name="APaymentId" type="xs:int"/>
  </message>
  <message name="GetDeviceIdByPaymentId19Response">
    <part name="return" type="xs:int"/>
  </message>
  <portType name="IWsDBPaymentCard">
    <operation name="GetDataById">
      <input message="tns:GetDataById0Request"/>
      <output message="tns:GetDataById0Response"/>
    </operation>
    <operation name="GetDataByIds">
      <input message="tns:GetDataByIds1Request"/>
      <output message="tns:GetDataByIds1Response"/>
    </operation>
    <operation name="GetDataByParams">
      <input message="tns:GetDataByParams2Request"/>
      <output message="tns:GetDataByParams2Response"/>
    </operation>
    <operation name="GetNewObjectDefault">
      <input message="tns:GetNewObjectDefault3Request"/>
      <output message="tns:GetNewObjectDefault3Response"/>
    </operation>
    <operation name="ApplyChanges">
      <input message="tns:ApplyChanges4Request"/>
      <output message="tns:ApplyChanges4Response"/>
    </operation>
    <operation name="ApplyChanges2">
      <input message="tns:ApplyChanges25Request"/>
      <output message="tns:ApplyChanges25Response"/>
    </operation>
    <operation name="GetRootWithSchema">
      <input message="tns:GetRootWithSchema6Request"/>
      <output message="tns:GetRootWithSchema6Response"/>
    </operation>
    <operation name="GetDataAll">
      <input message="tns:GetDataAll7Request"/>
      <output message="tns:GetDataAll7Response"/>
    </operation>
    <operation name="Validate">
      <input message="tns:Validate8Request"/>
      <output message="tns:Validate8Response"/>
    </operation>
    <operation name="FindPaymentCardIdByCode">
      <input message="tns:FindPaymentCardIdByCode9Request"/>
      <output message="tns:FindPaymentCardIdByCode9Response"/>
    </operation>
    <operation name="FindPaymentCardIdByCodeAndType">
      <input message="tns:FindPaymentCardIdByCodeAndType10Request"/>
      <output message="tns:FindPaymentCardIdByCodeAndType10Response"/>
    </operation>
    <operation name="FindPaymentCardCodeById">
      <input message="tns:FindPaymentCardCodeById11Request"/>
      <output message="tns:FindPaymentCardCodeById11Response"/>
    </operation>
    <operation name="FindPaymentCardIdByNumber">
      <input message="tns:FindPaymentCardIdByNumber12Request"/>
      <output message="tns:FindPaymentCardIdByNumber12Response"/>
    </operation>
    <operation name="FindCardNameById">
      <input message="tns:FindCardNameById13Request"/>
      <output message="tns:FindCardNameById13Response"/>
    </operation>
    <operation name="GetShift4InvoiceNoByPaymentId">
      <input message="tns:GetShift4InvoiceNoByPaymentId14Request"/>
      <output message="tns:GetShift4InvoiceNoByPaymentId14Response"/>
    </operation>
    <operation name="FindPaymentCardNameByCode">
      <input message="tns:FindPaymentCardNameByCode15Request"/>
      <output message="tns:FindPaymentCardNameByCode15Response"/>
    </operation>
    <operation name="FindPaymentCCCodeByName">
      <input message="tns:FindPaymentCCCodeByName16Request"/>
      <output message="tns:FindPaymentCCCodeByName16Response"/>
    </operation>
    <operation name="GetDevideIdFromTransactionAndFamilyType">
      <input message="tns:GetDevideIdFromTransactionAndFamilyType17Request"/>
      <output message="tns:GetDevideIdFromTransactionAndFamilyType17Response"/>
    </operation>
    <operation name="GetPaymentCardInfoByAccountIdCardName">
      <input message="tns:GetPaymentCardInfoByAccountIdCardName18Request"/>
      <output message="tns:GetPaymentCardInfoByAccountIdCardName18Response"/>
    </operation>
    <operation name="GetDeviceIdByPaymentId">
      <input message="tns:GetDeviceIdByPaymentId19Request"/>
      <output message="tns:GetDeviceIdByPaymentId19Response"/>
    </operation>
  </portType>
  <binding name="IWsDBPaymentCardbinding" type="tns:IWsDBPaymentCard">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetDataById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#GetDataById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="GetDataByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#GetDataByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="GetDataByParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#GetDataByParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="GetNewObjectDefault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#GetNewObjectDefault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="ApplyChanges">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#ApplyChanges" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="ApplyChanges2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#ApplyChanges2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="GetRootWithSchema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#GetRootWithSchema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="GetDataAll">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#GetDataAll" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="Validate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#Validate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="FindPaymentCardIdByCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#FindPaymentCardIdByCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="FindPaymentCardIdByCodeAndType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#FindPaymentCardIdByCodeAndType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="FindPaymentCardCodeById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#FindPaymentCardCodeById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="FindPaymentCardIdByNumber">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#FindPaymentCardIdByNumber" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="FindCardNameById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#FindCardNameById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="GetShift4InvoiceNoByPaymentId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#GetShift4InvoiceNoByPaymentId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="FindPaymentCardNameByCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#FindPaymentCardNameByCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="FindPaymentCCCodeByName">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#FindPaymentCCCodeByName" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="GetDevideIdFromTransactionAndFamilyType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#GetDevideIdFromTransactionAndFamilyType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="GetPaymentCardInfoByAccountIdCardName">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#GetPaymentCardInfoByAccountIdCardName" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
    <operation name="GetDeviceIdByPaymentId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentCardIntf-IWsDBPaymentCard#GetDeviceIdByPaymentId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentCardIntf-IWsDBPaymentCard"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBPaymentCardservice">
    <port name="IWsDBPaymentCardPort" binding="tns:IWsDBPaymentCardbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2b.vivaticket.com/BosServices.dll/soap/IWsDBPaymentCard"/>
    </port>
  </service>
</definitions>

