<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://hasan.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://hasan.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://hasan.org/">
      <s:element name="Ajouter">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="nom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="prenom" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AjouterResponse">
        <s:complexType />
      </s:element>
      <s:element name="AjouterParticipant">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="p" type="tns:ParticipantBusiness" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ParticipantBusiness">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Prenom" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Nom" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="AjouterParticipantResponse">
        <s:complexType />
      </s:element>
      <s:element name="Modifier">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="id" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="nom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="prenom" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ModifierResponse">
        <s:complexType />
      </s:element>
      <s:element name="Supprimer">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="id" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SupprimerResponse">
        <s:complexType />
      </s:element>
      <s:element name="Lister">
        <s:complexType />
      </s:element>
      <s:element name="ListerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ListerResult" type="tns:ArrayOfParticipantBusiness" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfParticipantBusiness">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ParticipantBusiness" nillable="true" type="tns:ParticipantBusiness" />
        </s:sequence>
      </s:complexType>
      <s:element name="Tabler">
        <s:complexType />
      </s:element>
      <s:element name="TablerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TablerResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetParticipants">
        <s:complexType />
      </s:element>
      <s:element name="GetParticipantsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetParticipantsResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="AjouterSoapIn">
    <wsdl:part name="parameters" element="tns:Ajouter" />
  </wsdl:message>
  <wsdl:message name="AjouterSoapOut">
    <wsdl:part name="parameters" element="tns:AjouterResponse" />
  </wsdl:message>
  <wsdl:message name="AjouterParticipantSoapIn">
    <wsdl:part name="parameters" element="tns:AjouterParticipant" />
  </wsdl:message>
  <wsdl:message name="AjouterParticipantSoapOut">
    <wsdl:part name="parameters" element="tns:AjouterParticipantResponse" />
  </wsdl:message>
  <wsdl:message name="ModifierSoapIn">
    <wsdl:part name="parameters" element="tns:Modifier" />
  </wsdl:message>
  <wsdl:message name="ModifierSoapOut">
    <wsdl:part name="parameters" element="tns:ModifierResponse" />
  </wsdl:message>
  <wsdl:message name="SupprimerSoapIn">
    <wsdl:part name="parameters" element="tns:Supprimer" />
  </wsdl:message>
  <wsdl:message name="SupprimerSoapOut">
    <wsdl:part name="parameters" element="tns:SupprimerResponse" />
  </wsdl:message>
  <wsdl:message name="ListerSoapIn">
    <wsdl:part name="parameters" element="tns:Lister" />
  </wsdl:message>
  <wsdl:message name="ListerSoapOut">
    <wsdl:part name="parameters" element="tns:ListerResponse" />
  </wsdl:message>
  <wsdl:message name="TablerSoapIn">
    <wsdl:part name="parameters" element="tns:Tabler" />
  </wsdl:message>
  <wsdl:message name="TablerSoapOut">
    <wsdl:part name="parameters" element="tns:TablerResponse" />
  </wsdl:message>
  <wsdl:message name="GetParticipantsSoapIn">
    <wsdl:part name="parameters" element="tns:GetParticipants" />
  </wsdl:message>
  <wsdl:message name="GetParticipantsSoapOut">
    <wsdl:part name="parameters" element="tns:GetParticipantsResponse" />
  </wsdl:message>
  <wsdl:portType name="ParticipantServiceSoap">
    <wsdl:operation name="Ajouter">
      <wsdl:input message="tns:AjouterSoapIn" />
      <wsdl:output message="tns:AjouterSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AjouterParticipant">
      <wsdl:input message="tns:AjouterParticipantSoapIn" />
      <wsdl:output message="tns:AjouterParticipantSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Modifier">
      <wsdl:input message="tns:ModifierSoapIn" />
      <wsdl:output message="tns:ModifierSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Supprimer">
      <wsdl:input message="tns:SupprimerSoapIn" />
      <wsdl:output message="tns:SupprimerSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Lister">
      <wsdl:input message="tns:ListerSoapIn" />
      <wsdl:output message="tns:ListerSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Tabler">
      <wsdl:input message="tns:TablerSoapIn" />
      <wsdl:output message="tns:TablerSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetParticipants">
      <wsdl:input message="tns:GetParticipantsSoapIn" />
      <wsdl:output message="tns:GetParticipantsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ParticipantServiceSoap" type="tns:ParticipantServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Ajouter">
      <soap:operation soapAction="http://hasan.org/Ajouter" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AjouterParticipant">
      <soap:operation soapAction="http://hasan.org/AjouterParticipant" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Modifier">
      <soap:operation soapAction="http://hasan.org/Modifier" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Supprimer">
      <soap:operation soapAction="http://hasan.org/Supprimer" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Lister">
      <soap:operation soapAction="http://hasan.org/Lister" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Tabler">
      <soap:operation soapAction="http://hasan.org/Tabler" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetParticipants">
      <soap:operation soapAction="http://hasan.org/GetParticipants" 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="ParticipantServiceSoap12" type="tns:ParticipantServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Ajouter">
      <soap12:operation soapAction="http://hasan.org/Ajouter" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AjouterParticipant">
      <soap12:operation soapAction="http://hasan.org/AjouterParticipant" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Modifier">
      <soap12:operation soapAction="http://hasan.org/Modifier" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Supprimer">
      <soap12:operation soapAction="http://hasan.org/Supprimer" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Lister">
      <soap12:operation soapAction="http://hasan.org/Lister" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Tabler">
      <soap12:operation soapAction="http://hasan.org/Tabler" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetParticipants">
      <soap12:operation soapAction="http://hasan.org/GetParticipants" 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="ParticipantService">
    <wsdl:port name="ParticipantServiceSoap" binding="tns:ParticipantServiceSoap">
      <soap:address location="http://localhost:1074/ProducteurWS/ParticipantService.asmx" />
    </wsdl:port>
    <wsdl:port name="ParticipantServiceSoap12" binding="tns:ParticipantServiceSoap12">
      <soap12:address location="http://localhost:1074/ProducteurWS/ParticipantService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>