<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="ImporterBalance">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="motDePasse" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="balance" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ImporterBalanceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ImporterBalanceResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ImporterExtra">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="motDePasse" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="extra" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ImporterExtraResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ImporterExtraResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ImporterBalanceSoapIn">
    <wsdl:part name="parameters" element="tns:ImporterBalance" />
  </wsdl:message>
  <wsdl:message name="ImporterBalanceSoapOut">
    <wsdl:part name="parameters" element="tns:ImporterBalanceResponse" />
  </wsdl:message>
  <wsdl:message name="ImporterExtraSoapIn">
    <wsdl:part name="parameters" element="tns:ImporterExtra" />
  </wsdl:message>
  <wsdl:message name="ImporterExtraSoapOut">
    <wsdl:part name="parameters" element="tns:ImporterExtraResponse" />
  </wsdl:message>
  <wsdl:portType name="ImportSoap">
    <wsdl:operation name="ImporterBalance">
      <wsdl:input message="tns:ImporterBalanceSoapIn" />
      <wsdl:output message="tns:ImporterBalanceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ImporterExtra">
      <wsdl:input message="tns:ImporterExtraSoapIn" />
      <wsdl:output message="tns:ImporterExtraSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ImportSoap" type="tns:ImportSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ImporterBalance">
      <soap:operation soapAction="http://tempuri.org/ImporterBalance" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ImporterExtra">
      <soap:operation soapAction="http://tempuri.org/ImporterExtra" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ImportSoap12" type="tns:ImportSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ImporterBalance">
      <soap12:operation soapAction="http://tempuri.org/ImporterBalance" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ImporterExtra">
      <soap12:operation soapAction="http://tempuri.org/ImporterExtra" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Import">
    <wsdl:port name="ImportSoap" binding="tns:ImportSoap">
      <soap:address location="https://www.isidoor.org/WS/WSIndicesEchange/Import.asmx" />
    </wsdl:port>
    <wsdl:port name="ImportSoap12" binding="tns:ImportSoap12">
      <soap12:address location="https://www.isidoor.org/WS/WSIndicesEchange/Import.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>