<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDriverSetupservice" 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="RegisterDriver0Request">
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="RegisterDriver0Response"/>
  <message name="FindDriverIdByDriverAk1Request">
    <part name="ADriverAk" type="xs:string"/>
  </message>
  <message name="FindDriverIdByDriverAk1Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetDriverIdByDriverAk2Request">
    <part name="ADriverAk" type="xs:string"/>
  </message>
  <message name="GetDriverIdByDriverAk2Response">
    <part name="return" type="xs:int"/>
  </message>
  <portType name="IWsDriverSetup">
    <operation name="RegisterDriver">
      <input message="tns:RegisterDriver0Request"/>
      <output message="tns:RegisterDriver0Response"/>
    </operation>
    <operation name="FindDriverIdByDriverAk">
      <input message="tns:FindDriverIdByDriverAk1Request"/>
      <output message="tns:FindDriverIdByDriverAk1Response"/>
    </operation>
    <operation name="GetDriverIdByDriverAk">
      <input message="tns:GetDriverIdByDriverAk2Request"/>
      <output message="tns:GetDriverIdByDriverAk2Response"/>
    </operation>
  </portType>
  <binding name="IWsDriverSetupbinding" type="tns:IWsDriverSetup">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="RegisterDriver">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDriverSetupIntf-IWsDriverSetup#RegisterDriver" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDriverSetupIntf-IWsDriverSetup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDriverSetupIntf-IWsDriverSetup"/>
      </output>
    </operation>
    <operation name="FindDriverIdByDriverAk">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDriverSetupIntf-IWsDriverSetup#FindDriverIdByDriverAk" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDriverSetupIntf-IWsDriverSetup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDriverSetupIntf-IWsDriverSetup"/>
      </output>
    </operation>
    <operation name="GetDriverIdByDriverAk">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDriverSetupIntf-IWsDriverSetup#GetDriverIdByDriverAk" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDriverSetupIntf-IWsDriverSetup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDriverSetupIntf-IWsDriverSetup"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDriverSetupservice">
    <port name="IWsDriverSetupPort" binding="tns:IWsDriverSetupbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsDriverSetup"/>
    </port>
  </service>
</definitions>

