<?xml version="1.0" encoding="UTF-8"?>

<!-- Copyright INDEX EDUCATION  https://www.index-education.com/fr/ -->

<wsdl:definitions name="HpSvcWFR"
                  targetNamespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                  xmlns:hp="http://www.indexeducation.com/frahtm/HpSvcW.html"
                  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                  xmlns:wsoap="http://schemas.xmlsoap.org/wsdl/soap12/"
                  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
                  xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<!-- ================= DÉFINITION DES TYPES ================= -->

  <wsdl:types>
    <xsd:schema elementFormDefault="qualified"
                targetNamespace="http://www.indexeducation.com/frahtm/HpSvcW.html">
      <xsd:simpleType name="THpSvcWCleCours">
        <xsd:restriction base="xsd:unsignedInt" />
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWCleCursus">
        <xsd:restriction base="xsd:unsignedInt" />
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWCleEtudiant">
        <xsd:restriction base="xsd:unsignedInt" />
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWCleMatiere">
        <xsd:restriction base="xsd:unsignedInt" />
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWClePartition">
        <xsd:restriction base="xsd:unsignedInt" />
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWClePromotion">
        <xsd:restriction base="xsd:unsignedInt" />
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWCleRegroupement">
        <xsd:restriction base="xsd:unsignedInt" />
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWCleTDOption">
        <xsd:restriction base="xsd:unsignedInt" />
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWDuree">
        <!-- xsd:duration serait mieux mais ni MsSoap ni Delphi ne savent le gèrer proprement -->
        <xsd:restriction base="xsd:double" />
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWFormatICAL">
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="fiAvecCoursAnnules" />
          <xsd:enumeration value="fiAvecDateSeances" />
          <xsd:enumeration value="fiAvecType" />
          <xsd:enumeration value="fiAvecPonderation" />
          <xsd:enumeration value="fiAvecMemo" />
          <xsd:enumeration value="fiAvecEffectif" />
          <xsd:enumeration value="fiAvecSites" />
        </xsd:restriction>
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWFormatTexteICAL">
        <xsd:restriction base="xsd:unsignedInt" />
      </xsd:simpleType>
      <xsd:simpleType name="THpSvcWSemaine">
        <!-- xsd:unsignedByte serait mieux mais ça ne marche pas avec un client Delphi, bug dans TSOAPDomConv.ConvertNativeArrayToSoap () -->
        <xsd:restriction base="xsd:unsignedShort">
          <xsd:minInclusive value="1" />
          <xsd:maxInclusive value="52" />
        </xsd:restriction>
      </xsd:simpleType>
      <xsd:complexType name="THpSvcWTableauBooleens">
        <xsd:sequence>
          <xsd:element name="boolean"
                       type="xsd:boolean"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauChaines">
        <xsd:sequence>
          <xsd:element name="string"
                       type="xsd:string"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauClesCours">
        <xsd:sequence>
          <xsd:element name="THpSvcWCleCours"
                       type="hp:THpSvcWCleCours"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauClesEtudiants">
        <xsd:sequence>
          <xsd:element name="THpSvcWCleEtudiant"
                       type="hp:THpSvcWCleEtudiant"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauClesMatieres">
        <xsd:sequence>
          <xsd:element name="THpSvcWCleMatiere"
                       type="hp:THpSvcWCleMatiere"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauClesPartitions">
        <xsd:sequence>
          <xsd:element name="THpSvcWClePartition"
                       type="hp:THpSvcWClePartition"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauClesPromotions">
        <xsd:sequence>
          <xsd:element name="THpSvcWClePromotion"
                       type="hp:THpSvcWClePromotion"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauClesRegroupements">
        <xsd:sequence>
          <xsd:element name="THpSvcWCleRegroupement"
                       type="hp:THpSvcWCleRegroupement"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauClesTDOptions">
        <xsd:sequence>
          <xsd:element name="THpSvcWCleTDOption"
                       type="hp:THpSvcWCleTDOption"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauDecimaux">
        <xsd:sequence>
          <xsd:element name="double"
                       type="xsd:double"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauDurees">
        <xsd:sequence>
          <xsd:element name="THpSvcWDuree"
                       type="hp:THpSvcWDuree"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauEntiersNS">
        <xsd:sequence>
          <xsd:element name="unsignedInt"
                       type="xsd:unsignedInt"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauFormatICAL">
        <xsd:sequence>
          <xsd:element name="THpSvcWFormatICAL"
                       type="hp:THpSvcWFormatICAL"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauSemaines">
        <xsd:sequence>
          <xsd:element name="THpSvcWSemaine"
                       type="hp:THpSvcWSemaine"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTableauTypesIntervalles">
        <xsd:sequence>
          <xsd:element name="THpSvcWTypeIntervalle"
                       type="hp:THpSvcWTypeIntervalle"
                       minOccurs="0"
                       maxOccurs="unbounded" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="THpSvcWTypeIntervalle">
        <xsd:sequence>
          <xsd:element name="DateDebut"
                       type="xsd:date" />
          <xsd:element name="DateFin"
                       type="xsd:date" />
        </xsd:sequence>
      </xsd:complexType>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="ReponseAccederOptionParPromotionNomEtCode">
    <wsdl:part name="return"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="ReponseAccederPartitionParPromotionEtNom">
    <wsdl:part name="return"
               type="hp:THpSvcWClePartition" />
  </wsdl:message>
  <wsdl:message name="ReponseAccederTDOptionParIdentifiant">
    <wsdl:part name="return"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="ReponseAccederTDParPartitionNomEtCode">
    <wsdl:part name="return"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="ReponseAffecterCursusPourLaPeriodeAuTDOption" />
  <wsdl:message name="ReponseAjouterLienAvecPromotion">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseAjouterLienEntreTDOptions">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseAjouterTDOptionAuRegroupement" />
  <wsdl:message name="ReponseCalendriersTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseCalendrierTDOption">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="ReponseClePartitionEstValide">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseClesPartitionsInvalidesTableauDePartitions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="ReponseClesPartitionsValidesTableauDePartitions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="ReponseClesTDOptionsInvalidesTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseClesTDOptionsValidesTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseCleTDOptionEstValide">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseCodesTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseCodeTDOption">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="ReponseCoursTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesCours" />
  </wsdl:message>
  <wsdl:message name="ReponseCoursTDOptionEntre2Dates">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesCours" />
  </wsdl:message>
  <wsdl:message name="ReponseCoutsTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauDecimaux" />
  </wsdl:message>
  <wsdl:message name="ReponseCoutTDOption">
    <wsdl:part name="return"
               type="xsd:double" />
  </wsdl:message>
  <wsdl:message name="ReponseCreerOptionDeLaPromotion">
    <wsdl:part name="return"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="ReponseCreerOptionDeLaPromotionAvecIdentifiant">
    <wsdl:part name="return"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="ReponseCreerPartitionDeLaPromotion">
    <wsdl:part name="return"
               type="hp:THpSvcWClePartition" />
  </wsdl:message>
  <wsdl:message name="ReponseCreerTD">
    <wsdl:part name="return"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="ReponseCreerTDAvecIdentifiant">
    <wsdl:part name="return"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="ReponseCursusDeTDOptionPourLaPeriode">
    <wsdl:part name="return"
               type="hp:THpSvcWCleCursus" />
  </wsdl:message>
  <wsdl:message name="ReponseDomaineTDOptionDansLeCours">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauSemaines" />
  </wsdl:message>
  <wsdl:message name="ReponseDureeCoursTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWDuree" />
  </wsdl:message>
  <wsdl:message name="ReponseDureeDisponibleTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWDuree" />
  </wsdl:message>
  <wsdl:message name="ReponseDureesCoursTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauDurees" />
  </wsdl:message>
  <wsdl:message name="ReponseDureesDisponiblesTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauDurees" />
  </wsdl:message>
  <wsdl:message name="ReponseEffectifSaisiTDOption">
    <wsdl:part name="return"
               type="xsd:unsignedInt" />
  </wsdl:message>
  <wsdl:message name="ReponseEffectifsSaisisTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauEntiersNS" />
  </wsdl:message>
  <wsdl:message name="ReponseEMailsTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseEMailTDOption">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="ReponseEnleverCursusTableauTDOptions" />
  <wsdl:message name="ReponseEnleverCursusTableauTDOptionsPourLaPeriode" />
  <wsdl:message name="ReponseEnleverCursusTDOption" />
  <wsdl:message name="ReponseEnleverCursusTDOptionPourLaPeriode" />
  <wsdl:message name="ReponseEnleverLienAvecPromotion">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseEnleverLienTDOptions">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseEnleverTDOptionDuRegroupement" />
  <wsdl:message name="ReponseEnleverTousLesCursusTableauTDOptions" />
  <wsdl:message name="ReponseEnleverTousLesCursusTDOption" />
  <wsdl:message name="ReponseEtudiantsEnCommunEntrePromotionEtTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesEtudiants" />
  </wsdl:message>
  <wsdl:message name="ReponseEtudiantsEnCommunEntrePromotionEtTDOptionALaDate">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesEtudiants" />
  </wsdl:message>
  <wsdl:message name="ReponseEtudiantsEnCommunEntrePromotionEtTDOptionSurLeDomaine">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesEtudiants" />
  </wsdl:message>
  <wsdl:message name="ReponseEtudiantsEnCommunEntreTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesEtudiants" />
  </wsdl:message>
  <wsdl:message name="ReponseEtudiantsEnCommunEntreTDOptionsALaDate">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesEtudiants" />
  </wsdl:message>
  <wsdl:message name="ReponseEtudiantsEnCommunEntreTDOptionsSurLeDomaine">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesEtudiants" />
  </wsdl:message>
  <wsdl:message name="ReponseIcalEmploiDuTempsTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseIcalEmploiDuTempsTDOption">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="ReponseIcalTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseIcalTDOption">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="ReponseIdentifiantsTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseIdentifiantTDOption">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="ReponseIntervallesValiditeDuLienAutoEntreTDOptionEtPromotion">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauTypesIntervalles" />
  </wsdl:message>
  <wsdl:message name="ReponseIntervallesValiditeDuLienAutoEntreTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauTypesIntervalles" />
  </wsdl:message>
  <wsdl:message name="ReponseLibelleLongTDOption">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="ReponseLibellesLongsTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseMHHTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauDurees" />
  </wsdl:message>
  <wsdl:message name="ReponseMHHTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWDuree" />
  </wsdl:message>
  <wsdl:message name="ReponseMHJTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauDurees" />
  </wsdl:message>
  <wsdl:message name="ReponseMHJTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWDuree" />
  </wsdl:message>
  <wsdl:message name="ReponseModifierCodeTDOption" />
  <wsdl:message name="ReponseModifierDomaineTDOptionDansLeCours" />
  <wsdl:message name="ReponseModifierEffectifSaisiTDOption" />
  <wsdl:message name="ReponseModifierEMailTDOption" />
  <wsdl:message name="ReponseModifierIdentifiantTDOption" />
  <wsdl:message name="ReponseModifierLibelleLongTDOption" />
  <wsdl:message name="ReponseModifierMHHTDOption" />
  <wsdl:message name="ReponseModifierMHJTDOption" />
  <wsdl:message name="ReponseModifierNomPartition" />
  <wsdl:message name="ReponseModifierNomTDOption" />
  <wsdl:message name="ReponseModifierPersonnalisationMatiereTDOption" />
  <wsdl:message name="ReponseModifierProprietaireTDOption" />
  <wsdl:message name="ReponseNePasPublierLeTdOptionSurLesEspaces" />
  <wsdl:message name="ReponseNombreEtudiantsTDOption">
    <wsdl:part name="return"
               type="xsd:unsignedInt" />
  </wsdl:message>
  <wsdl:message name="ReponseNombreEtudiantsTDOptionALaDate">
    <wsdl:part name="return"
               type="xsd:unsignedInt" />
  </wsdl:message>
  <wsdl:message name="ReponseNombrePartitions">
    <wsdl:part name="return"
               type="xsd:unsignedInt" />
  </wsdl:message>
  <wsdl:message name="ReponseNombresEtudiantsTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauEntiersNS" />
  </wsdl:message>
  <wsdl:message name="ReponseNombresEtudiantsTableauDeTDOptionsALaDate">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauEntiersNS" />
  </wsdl:message>
  <wsdl:message name="ReponseNombreTDOptions">
    <wsdl:part name="return"
               type="xsd:unsignedInt" />
  </wsdl:message>
  <wsdl:message name="ReponseNomPartition">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="ReponseNomsTableauDePartitions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseNomsTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseNomTDOption">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="ReponsePartitionsPromotion">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="ReponsePartitionsTableauDeTD">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="ReponsePartitionTD">
    <wsdl:part name="return"
               type="hp:THpSvcWClePartition" />
  </wsdl:message>
  <wsdl:message name="ReponsePersonnalisationMatiereTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesMatieres" />
  </wsdl:message>
  <wsdl:message name="ReponsePersonnalisationMatiereTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWCleMatiere" />
  </wsdl:message>
  <wsdl:message name="ReponsePersonnalisationTableauDeMatieresTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesMatieres" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionEtTDOptionSontLies">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionEtTDOptionSontLiesAutoALaDate">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionEtTDOptionSontLiesAutoSurLeDomaine">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionEtTDOptionSontLiesManuel">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionPartition">
    <wsdl:part name="return"
               type="hp:THpSvcWClePromotion" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionsLieesATDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPromotions" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionsLieesAutoATDOptionALaDate">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPromotions" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionsLieesAutoATDOptionSurLeDomaine">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPromotions" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionsLieesManuelATDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPromotions" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionsTableauDePartitions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPromotions" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionsTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPromotions" />
  </wsdl:message>
  <wsdl:message name="ReponsePromotionTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWClePromotion" />
  </wsdl:message>
  <wsdl:message name="ReponseProprietairesTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseProprietaireTDOption">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="ReponsePublierLeTdOptionSurTousLesEspaces" />
  <wsdl:message name="ReponseRegroupementsTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesRegroupements" />
  </wsdl:message>
  <wsdl:message name="ReponseRestreindreTableauDeTDOptionsAuxOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseRestreindreTableauDeTDOptionsAuxTD">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseSupprimerPartition" />
  <wsdl:message name="ReponseSupprimerTableauDePartitions" />
  <wsdl:message name="ReponseSupprimerTableauDeTDOptions" />
  <wsdl:message name="ReponseSupprimerTDOption" />
  <wsdl:message name="ReponseTableauDeMatierePersonnaliseeTDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesMatieres" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionEstUnTD">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseTdOptionPublieSurTousLesEspaces">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsCours">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsLiesATDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsLiesAutoATDOptionALaDate">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsLiesAutoATDOptionSurLeDomaine">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsLiesManuelATDOption">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsPromotion">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTdOptionsPubliesSurTousLesEspaces">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauBooleens" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsRegroupement">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsSontLies">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsSontLiesAutoALaDate">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsSontLiesAutoSurLeDomaine">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseTDOptionsSontLiesManuel">
    <wsdl:part name="return"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="ReponseTDPartition">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTousLesTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTousLesTDOptionsDeCode">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseToutesLesPartitions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="ReponseTrierTableauDePartitionsParCle">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="ReponseTrierTableauDePartitionsParPromotion">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="ReponseTrierTableauDeTDOptionsParCle">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTrierTableauDeTDOptionsParIdentifiant">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseTrierTableauDeTDOptionsParPromotionEtPartition">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="ReponseURLIcalTableauDeTDOptions">
    <wsdl:part name="return"
               type="hp:THpSvcWTableauChaines" />
  </wsdl:message>
  <wsdl:message name="ReponseURLIcalTDOption">
    <wsdl:part name="return"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteAccederOptionParPromotionNomEtCode">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ANom"
               type="xsd:string" />
    <wsdl:part name="ACode"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteAccederPartitionParPromotionEtNom">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ANom"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteAccederTDOptionParIdentifiant">
    <wsdl:part name="AIdentifiant"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteAccederTDParPartitionNomEtCode">
    <wsdl:part name="APartition"
               type="hp:THpSvcWClePartition" />
    <wsdl:part name="ANom"
               type="xsd:string" />
    <wsdl:part name="ACode"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteAffecterCursusPourLaPeriodeAuTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ACursus"
               type="hp:THpSvcWCleCursus" />
    <wsdl:part name="APeriode"
               type="xsd:unsignedInt" />
  </wsdl:message>
  <wsdl:message name="RequeteAjouterLienAvecPromotion">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
  </wsdl:message>
  <wsdl:message name="RequeteAjouterLienEntreTDOptions">
    <wsdl:part name="ATDOption1"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATDOption2"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteAjouterTDOptionAuRegroupement">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ARegroupement"
               type="hp:THpSvcWCleRegroupement" />
  </wsdl:message>
  <wsdl:message name="RequeteCalendriersTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteCalendrierTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteClePartitionEstValide">
    <wsdl:part name="APartition"
               type="hp:THpSvcWClePartition" />
  </wsdl:message>
  <wsdl:message name="RequeteClesPartitionsInvalidesTableauDePartitions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="RequeteClesPartitionsValidesTableauDePartitions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="RequeteClesTDOptionsInvalidesTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteClesTDOptionsValidesTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteCleTDOptionEstValide">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteCodesTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteCodeTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteCoursTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteCoursTDOptionEntre2Dates">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADate1"
               type="xsd:date" />
    <wsdl:part name="ADate2"
               type="xsd:date" />
  </wsdl:message>
  <wsdl:message name="RequeteCoutsTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
    <wsdl:part name="AAvecCoursNonPlace"
               type="xsd:boolean" />
    <wsdl:part name="AAvecCoursNonPlacable"
               type="xsd:boolean" />
    <wsdl:part name="AAvecJoursFerie"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="RequeteCoutTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
    <wsdl:part name="AAvecCoursNonPlace"
               type="xsd:boolean" />
    <wsdl:part name="AAvecCoursNonPlacable"
               type="xsd:boolean" />
    <wsdl:part name="AAvecJoursFerie"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="RequeteCreerOptionDeLaPromotion">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ANom"
               type="xsd:string" />
    <wsdl:part name="ACode"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteCreerOptionDeLaPromotionAvecIdentifiant">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ANom"
               type="xsd:string" />
    <wsdl:part name="ACode"
               type="xsd:string" />
    <wsdl:part name="AIdentifiant"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteCreerPartitionDeLaPromotion">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ANom"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteCreerTD">
    <wsdl:part name="APartition"
               type="hp:THpSvcWClePartition" />
    <wsdl:part name="ANom"
               type="xsd:string" />
    <wsdl:part name="ACode"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteCreerTDAvecIdentifiant">
    <wsdl:part name="APartition"
               type="hp:THpSvcWClePartition" />
    <wsdl:part name="ANom"
               type="xsd:string" />
    <wsdl:part name="ACode"
               type="xsd:string" />
    <wsdl:part name="AIdentifiant"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteCursusDeTDOptionPourLaPeriode">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="APeriode"
               type="xsd:unsignedInt" />
  </wsdl:message>
  <wsdl:message name="RequeteDomaineTDOptionDansLeCours">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ACours"
               type="hp:THpSvcWCleCours" />
  </wsdl:message>
  <wsdl:message name="RequeteDureeCoursTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
    <wsdl:part name="AAvecCoursNonPlace"
               type="xsd:boolean" />
    <wsdl:part name="AAvecCoursNonPlacable"
               type="xsd:boolean" />
    <wsdl:part name="AAvecJoursFerie"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="RequeteDureeDisponibleTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
    <wsdl:part name="AAvecJoursFerie"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="RequeteDureesCoursTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
    <wsdl:part name="AAvecCoursNonPlace"
               type="xsd:boolean" />
    <wsdl:part name="AAvecCoursNonPlacable"
               type="xsd:boolean" />
    <wsdl:part name="AAvecJoursFerie"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="RequeteDureesDisponiblesTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
    <wsdl:part name="AAvecJoursFerie"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="RequeteEffectifSaisiTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteEffectifsSaisisTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteEMailsTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteEMailTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteEnleverCursusTableauTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
    <wsdl:part name="ACursus"
               type="hp:THpSvcWCleCursus" />
  </wsdl:message>
  <wsdl:message name="RequeteEnleverCursusTableauTDOptionsPourLaPeriode">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
    <wsdl:part name="ACursus"
               type="hp:THpSvcWCleCursus" />
    <wsdl:part name="APeriode"
               type="xsd:unsignedInt" />
  </wsdl:message>
  <wsdl:message name="RequeteEnleverCursusTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ACursus"
               type="hp:THpSvcWCleCursus" />
  </wsdl:message>
  <wsdl:message name="RequeteEnleverCursusTDOptionPourLaPeriode">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ACursus"
               type="hp:THpSvcWCleCursus" />
    <wsdl:part name="APeriode"
               type="xsd:unsignedInt" />
  </wsdl:message>
  <wsdl:message name="RequeteEnleverLienAvecPromotion">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="APromotion"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteEnleverLienTDOptions">
    <wsdl:part name="ATDOption1"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATDOption2"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteEnleverTDOptionDuRegroupement">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ARegroupement"
               type="hp:THpSvcWCleRegroupement" />
  </wsdl:message>
  <wsdl:message name="RequeteEnleverTousLesCursusTableauTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteEnleverTousLesCursusTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteEtudiantsEnCommunEntrePromotionEtTDOption">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteEtudiantsEnCommunEntrePromotionEtTDOptionALaDate">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADate"
               type="xsd:date" />
  </wsdl:message>
  <wsdl:message name="RequeteEtudiantsEnCommunEntrePromotionEtTDOptionSurLeDomaine">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
  </wsdl:message>
  <wsdl:message name="RequeteEtudiantsEnCommunEntreTDOptions">
    <wsdl:part name="ATDOption1"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATDOption2"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteEtudiantsEnCommunEntreTDOptionsALaDate">
    <wsdl:part name="ATDOption1"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATDOption2"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADate"
               type="xsd:date" />
  </wsdl:message>
  <wsdl:message name="RequeteEtudiantsEnCommunEntreTDOptionsSurLeDomaine">
    <wsdl:part name="ATDOption1"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATDOption2"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
  </wsdl:message>
  <wsdl:message name="RequeteIcalEmploiDuTempsTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
    <wsdl:part name="AAvecFuseauHoraire"
               type="xsd:boolean" />
    <wsdl:part name="AAvecDateSeances"
               type="xsd:boolean" />
    <wsdl:part name="AAvecType"
               type="xsd:boolean" />
    <wsdl:part name="AAvecPonderation"
               type="xsd:boolean" />
    <wsdl:part name="AAvecMemo"
               type="xsd:boolean" />
    <wsdl:part name="AAvecEffectif"
               type="xsd:boolean" />
    <wsdl:part name="AAvecSites"
               type="xsd:boolean" />
    <wsdl:part name="AFormatTexteMatiere"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteEnseignants"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteRegroupements"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTextePromotions"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteAutresTD"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteAutresOptions"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteSalles"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AAvecCoursDeLaPromotion"
               type="xsd:boolean" />
    <wsdl:part name="AAvecCoursDesTDOptionsLies"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="RequeteIcalEmploiDuTempsTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
    <wsdl:part name="AAvecFuseauHoraire"
               type="xsd:boolean" />
    <wsdl:part name="AAvecDateSeances"
               type="xsd:boolean" />
    <wsdl:part name="AAvecType"
               type="xsd:boolean" />
    <wsdl:part name="AAvecPonderation"
               type="xsd:boolean" />
    <wsdl:part name="AAvecMemo"
               type="xsd:boolean" />
    <wsdl:part name="AAvecEffectif"
               type="xsd:boolean" />
    <wsdl:part name="AAvecSites"
               type="xsd:boolean" />
    <wsdl:part name="AFormatTexteMatiere"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteEnseignants"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteRegroupements"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTextePromotions"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteAutresTD"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteAutresOptions"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteSalles"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AAvecCoursDeLaPromotion"
               type="xsd:boolean" />
    <wsdl:part name="AAvecCoursDesTDOptionsLies"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="RequeteIcalTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
    <wsdl:part name="AOptions"
               type="hp:THpSvcWTableauFormatICAL" />
    <wsdl:part name="AFormatTexteMatiere"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteEnseignants"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteRegroupements"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTextePromotions"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteAutresTD"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteAutresOptions"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteSalles"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AAvecCoursDeLaPromotion"
               type="xsd:boolean" />
    <wsdl:part name="AAvecCoursDesTDOptionsLies"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="RequeteIcalTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
    <wsdl:part name="AOptions"
               type="hp:THpSvcWTableauFormatICAL" />
    <wsdl:part name="AFormatTexteMatiere"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteEnseignants"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteRegroupements"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTextePromotions"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteAutresTD"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteAutresOptions"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AFormatTexteSalles"
               type="hp:THpSvcWFormatTexteICAL" />
    <wsdl:part name="AAvecCoursDeLaPromotion"
               type="xsd:boolean" />
    <wsdl:part name="AAvecCoursDesTDOptionsLies"
               type="xsd:boolean" />
  </wsdl:message>
  <wsdl:message name="RequeteIdentifiantsTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteIdentifiantTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteIntervallesValiditeDuLienAutoEntreTDOptionEtPromotion">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
  </wsdl:message>
  <wsdl:message name="RequeteIntervallesValiditeDuLienAutoEntreTDOptions">
    <wsdl:part name="ATDOption1"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATDOption2"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteLibelleLongTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteLibellesLongsTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteMHHTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteMHHTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteMHJTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteMHJTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierCodeTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ACode"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierDomaineTDOptionDansLeCours">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ACours"
               type="hp:THpSvcWCleCours" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierEffectifSaisiTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="AEffectif"
               type="xsd:unsignedInt" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierEMailTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="AEMail"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierIdentifiantTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="AIdentifiant"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierLibelleLongTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ALibelleLong"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierMHHTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="AMHH"
               type="hp:THpSvcWDuree" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierMHJTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="AMHJ"
               type="hp:THpSvcWDuree" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierNomPartition">
    <wsdl:part name="APartition"
               type="hp:THpSvcWClePartition" />
    <wsdl:part name="ANom"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierNomTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ANom"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierPersonnalisationMatiereTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="AMatiere"
               type="hp:THpSvcWCleMatiere" />
    <wsdl:part name="AMatierePerso"
               type="hp:THpSvcWCleMatiere" />
  </wsdl:message>
  <wsdl:message name="RequeteModifierProprietaireTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ANomProprietaire"
               type="xsd:string" />
    <wsdl:part name="APrenomProprietaire"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteNePasPublierLeTdOptionSurLesEspaces">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteNombreEtudiantsTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteNombreEtudiantsTDOptionALaDate">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADate"
               type="xsd:date" />
  </wsdl:message>
  <wsdl:message name="RequeteNombrePartitions" />
  <wsdl:message name="RequeteNombresEtudiantsTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteNombresEtudiantsTableauDeTDOptionsALaDate">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
    <wsdl:part name="ADate"
               type="xsd:date" />
  </wsdl:message>
  <wsdl:message name="RequeteNombreTDOptions" />
  <wsdl:message name="RequeteNomPartition">
    <wsdl:part name="APartition"
               type="hp:THpSvcWClePartition" />
  </wsdl:message>
  <wsdl:message name="RequeteNomsTableauDePartitions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="RequeteNomsTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteNomTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequetePartitionsPromotion">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
  </wsdl:message>
  <wsdl:message name="RequetePartitionsTableauDeTD">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequetePartitionTD">
    <wsdl:part name="ATD"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequetePersonnalisationMatiereTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
    <wsdl:part name="AMatiere"
               type="hp:THpSvcWCleMatiere" />
  </wsdl:message>
  <wsdl:message name="RequetePersonnalisationMatiereTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="AMatiere"
               type="hp:THpSvcWCleMatiere" />
  </wsdl:message>
  <wsdl:message name="RequetePersonnalisationTableauDeMatieresTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesMatieres" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionEtTDOptionSontLies">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionEtTDOptionSontLiesAutoALaDate">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADate"
               type="xsd:date" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionEtTDOptionSontLiesAutoSurLeDomaine">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionEtTDOptionSontLiesManuel">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionPartition">
    <wsdl:part name="APartition"
               type="hp:THpSvcWClePartition" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionsLieesATDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionsLieesAutoATDOptionALaDate">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADate"
               type="xsd:date" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionsLieesAutoATDOptionSurLeDomaine">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionsLieesManuelATDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionsTableauDePartitions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionsTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequetePromotionTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteProprietairesTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteProprietaireTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequetePublierLeTdOptionSurTousLesEspaces">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteRegroupementsTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteRestreindreTableauDeTDOptionsAuxOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteRestreindreTableauDeTDOptionsAuxTD">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteSupprimerPartition">
    <wsdl:part name="APartition"
               type="hp:THpSvcWClePartition" />
  </wsdl:message>
  <wsdl:message name="RequeteSupprimerTableauDePartitions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="RequeteSupprimerTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteSupprimerTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteTableauDeMatierePersonnaliseeTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionEstUnTD">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteTdOptionPublieSurTousLesEspaces">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsCours">
    <wsdl:part name="ACours"
               type="hp:THpSvcWCleCours" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsLiesATDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsLiesAutoATDOptionALaDate">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADate"
               type="xsd:date" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsLiesAutoATDOptionSurLeDomaine">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsLiesManuelATDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsPromotion">
    <wsdl:part name="APromotion"
               type="hp:THpSvcWClePromotion" />
  </wsdl:message>
  <wsdl:message name="RequeteTdOptionsPubliesSurTousLesEspaces">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsRegroupement">
    <wsdl:part name="ARegroupement"
               type="hp:THpSvcWCleRegroupement" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsSontLies">
    <wsdl:part name="ATDOption1"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATDOption2"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsSontLiesAutoALaDate">
    <wsdl:part name="ATDOption1"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATDOption2"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADate"
               type="xsd:date" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsSontLiesAutoSurLeDomaine">
    <wsdl:part name="ATDOption1"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATDOption2"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ADomaine"
               type="hp:THpSvcWTableauSemaines" />
  </wsdl:message>
  <wsdl:message name="RequeteTDOptionsSontLiesManuel">
    <wsdl:part name="ATDOption1"
               type="hp:THpSvcWCleTDOption" />
    <wsdl:part name="ATDOption2"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:message name="RequeteTDPartition">
    <wsdl:part name="APartition"
               type="hp:THpSvcWClePartition" />
  </wsdl:message>
  <wsdl:message name="RequeteTousLesTDOptions" />
  <wsdl:message name="RequeteTousLesTDOptionsDeCode">
    <wsdl:part name="ACode"
               type="xsd:string" />
  </wsdl:message>
  <wsdl:message name="RequeteToutesLesPartitions" />
  <wsdl:message name="RequeteTrierTableauDePartitionsParCle">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="RequeteTrierTableauDePartitionsParPromotion">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesPartitions" />
  </wsdl:message>
  <wsdl:message name="RequeteTrierTableauDeTDOptionsParCle">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteTrierTableauDeTDOptionsParIdentifiant">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteTrierTableauDeTDOptionsParPromotionEtPartition">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteURLIcalTableauDeTDOptions">
    <wsdl:part name="ATableau"
               type="hp:THpSvcWTableauClesTDOptions" />
  </wsdl:message>
  <wsdl:message name="RequeteURLIcalTDOption">
    <wsdl:part name="ATDOption"
               type="hp:THpSvcWCleTDOption" />
  </wsdl:message>
  <wsdl:portType name="IHpSvcWTDOptions">
    <wsdl:documentation>Les TD et options ont tous deux des clés de type THpSvcWCleTDOption et peuvent le plus souvent être manipulés indifféremment</wsdl:documentation>
    <wsdl:operation name="ClePartitionEstValide">
      <wsdl:documentation>Vrai si la clé partition 'APartition' est valide, faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteClePartitionEstValide" />
      <wsdl:output message="hp:ReponseClePartitionEstValide" />
    </wsdl:operation>
    <wsdl:operation name="ClesPartitionsValidesTableauDePartitions">
      <wsdl:documentation>Tableau contenant toutes les clés valides du tableau de clés 'ATableau'</wsdl:documentation>
      <wsdl:input message="hp:RequeteClesPartitionsValidesTableauDePartitions" />
      <wsdl:output message="hp:ReponseClesPartitionsValidesTableauDePartitions" />
    </wsdl:operation>
    <wsdl:operation name="ClesPartitionsInvalidesTableauDePartitions">
      <wsdl:documentation>Tableau contenant toutes les clés invalides du tableau de clés 'ATableau'</wsdl:documentation>
      <wsdl:input message="hp:RequeteClesPartitionsInvalidesTableauDePartitions" />
      <wsdl:output message="hp:ReponseClesPartitionsInvalidesTableauDePartitions" />
    </wsdl:operation>
    <wsdl:operation name="CleTDOptionEstValide">
      <wsdl:documentation>Vrai si la clé TD/option 'ATDOption' est valide, faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteCleTDOptionEstValide" />
      <wsdl:output message="hp:ReponseCleTDOptionEstValide" />
    </wsdl:operation>
    <wsdl:operation name="ClesTDOptionsValidesTableauDeTDOptions">
      <wsdl:documentation>Tableau contenant toutes les clés valides du tableau de clés 'ATableau'</wsdl:documentation>
      <wsdl:input message="hp:RequeteClesTDOptionsValidesTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseClesTDOptionsValidesTableauDeTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="ClesTDOptionsInvalidesTableauDeTDOptions">
      <wsdl:documentation>Tableau contenant toutes les clés invalides du tableau de clés 'ATableau'</wsdl:documentation>
      <wsdl:input message="hp:RequeteClesTDOptionsInvalidesTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseClesTDOptionsInvalidesTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="NombrePartitions">
      <wsdl:documentation>Nombre total de partitions dans la base</wsdl:documentation>
      <wsdl:input message="hp:RequeteNombrePartitions" />
      <wsdl:output message="hp:ReponseNombrePartitions" />
    </wsdl:operation>

    <wsdl:operation name="ToutesLesPartitions">
      <wsdl:documentation>Tableau des clés de toutes les partitions de la base</wsdl:documentation>
      <wsdl:input message="hp:RequeteToutesLesPartitions" />
      <wsdl:output message="hp:ReponseToutesLesPartitions" />
    </wsdl:operation>

    <wsdl:operation name="NombreTDOptions">
      <wsdl:documentation>Nombre total de TD/options dans la base</wsdl:documentation>
      <wsdl:input message="hp:RequeteNombreTDOptions" />
      <wsdl:output message="hp:ReponseNombreTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="TousLesTDOptions">
      <wsdl:documentation>Tableau des clés de tous les TD/options de la base</wsdl:documentation>
      <wsdl:input message="hp:RequeteTousLesTDOptions" />
      <wsdl:output message="hp:ReponseTousLesTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="TousLesTDOptionsDeCode">
      <wsdl:documentation>Tableau des clés de tous les TD/options de code 'ACode' de la base</wsdl:documentation>
      <wsdl:input message="hp:RequeteTousLesTDOptionsDeCode" />
      <wsdl:output message="hp:ReponseTousLesTDOptionsDeCode" />
    </wsdl:operation>

    <wsdl:operation name="TDOptionEstUnTD">
      <wsdl:input message="hp:RequeteTDOptionEstUnTD" />
      <wsdl:output message="hp:ReponseTDOptionEstUnTD" />
    </wsdl:operation>
    <wsdl:operation name="RestreindreTableauDeTDOptionsAuxTD">
      <wsdl:input message="hp:RequeteRestreindreTableauDeTDOptionsAuxTD" />
      <wsdl:output message="hp:ReponseRestreindreTableauDeTDOptionsAuxTD" />
    </wsdl:operation>
    <wsdl:operation name="RestreindreTableauDeTDOptionsAuxOptions">
      <wsdl:input message="hp:RequeteRestreindreTableauDeTDOptionsAuxOptions" />
      <wsdl:output message="hp:ReponseRestreindreTableauDeTDOptionsAuxOptions" />
    </wsdl:operation>

    <wsdl:operation name="CreerPartitionDeLaPromotion">
      <wsdl:input message="hp:RequeteCreerPartitionDeLaPromotion" />
      <wsdl:output message="hp:ReponseCreerPartitionDeLaPromotion" />
    </wsdl:operation>
    <wsdl:operation name="CreerTD">
      <wsdl:input message="hp:RequeteCreerTD" />
      <wsdl:output message="hp:ReponseCreerTD" />
    </wsdl:operation>
    <wsdl:operation name="CreerTDAvecIdentifiant">
      <wsdl:input message="hp:RequeteCreerTDAvecIdentifiant" />
      <wsdl:output message="hp:ReponseCreerTDAvecIdentifiant" />
    </wsdl:operation>
    <wsdl:operation name="CreerOptionDeLaPromotion">
      <wsdl:input message="hp:RequeteCreerOptionDeLaPromotion" />
      <wsdl:output message="hp:ReponseCreerOptionDeLaPromotion" />
    </wsdl:operation>
    <wsdl:operation name="CreerOptionDeLaPromotionAvecIdentifiant">
      <wsdl:input message="hp:RequeteCreerOptionDeLaPromotionAvecIdentifiant" />
      <wsdl:output message="hp:ReponseCreerOptionDeLaPromotionAvecIdentifiant" />
    </wsdl:operation>
    <wsdl:operation name="SupprimerPartition">
      <wsdl:input message="hp:RequeteSupprimerPartition" />
      <wsdl:output message="hp:ReponseSupprimerPartition" />
    </wsdl:operation>
    <wsdl:operation name="SupprimerTableauDePartitions">
      <wsdl:input message="hp:RequeteSupprimerTableauDePartitions" />
      <wsdl:output message="hp:ReponseSupprimerTableauDePartitions" />
    </wsdl:operation>
    <wsdl:operation name="SupprimerTDOption">
      <wsdl:input message="hp:RequeteSupprimerTDOption" />
      <wsdl:output message="hp:ReponseSupprimerTDOption" />
    </wsdl:operation>
    <wsdl:operation name="SupprimerTableauDeTDOptions">
      <wsdl:input message="hp:RequeteSupprimerTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseSupprimerTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="AccederPartitionParPromotionEtNom">
      <wsdl:input message="hp:RequeteAccederPartitionParPromotionEtNom" />
      <wsdl:output message="hp:ReponseAccederPartitionParPromotionEtNom" />
    </wsdl:operation>
    <wsdl:operation name="AccederTDParPartitionNomEtCode">
      <wsdl:input message="hp:RequeteAccederTDParPartitionNomEtCode" />
      <wsdl:output message="hp:ReponseAccederTDParPartitionNomEtCode" />
    </wsdl:operation>
    <wsdl:operation name="AccederOptionParPromotionNomEtCode">
      <wsdl:input message="hp:RequeteAccederOptionParPromotionNomEtCode" />
      <wsdl:output message="hp:ReponseAccederOptionParPromotionNomEtCode" />
    </wsdl:operation>
    <wsdl:operation name="AccederTDOptionParIdentifiant">
      <wsdl:input message="hp:RequeteAccederTDOptionParIdentifiant" />
      <wsdl:output message="hp:ReponseAccederTDOptionParIdentifiant" />
    </wsdl:operation>

    <wsdl:operation name="NomPartition">
      <wsdl:input message="hp:RequeteNomPartition" />
      <wsdl:output message="hp:ReponseNomPartition" />
    </wsdl:operation>
    <wsdl:operation name="ModifierNomPartition">
      <wsdl:input message="hp:RequeteModifierNomPartition" />
      <wsdl:output message="hp:ReponseModifierNomPartition" />
    </wsdl:operation>
    <wsdl:operation name="NomsTableauDePartitions">
      <wsdl:input message="hp:RequeteNomsTableauDePartitions" />
      <wsdl:output message="hp:ReponseNomsTableauDePartitions" />
    </wsdl:operation>
    <wsdl:operation name="NomTDOption">
      <wsdl:input message="hp:RequeteNomTDOption" />
      <wsdl:output message="hp:ReponseNomTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ModifierNomTDOption">
      <wsdl:input message="hp:RequeteModifierNomTDOption" />
      <wsdl:output message="hp:ReponseModifierNomTDOption" />
    </wsdl:operation>
    <wsdl:operation name="NomsTableauDeTDOptions">
      <wsdl:input message="hp:RequeteNomsTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseNomsTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="CodeTDOption">
      <wsdl:input message="hp:RequeteCodeTDOption" />
      <wsdl:output message="hp:ReponseCodeTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ModifierCodeTDOption">
      <wsdl:input message="hp:RequeteModifierCodeTDOption" />
      <wsdl:output message="hp:ReponseModifierCodeTDOption" />
    </wsdl:operation>
    <wsdl:operation name="CodesTableauDeTDOptions">
      <wsdl:input message="hp:RequeteCodesTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseCodesTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="IdentifiantTDOption">
      <wsdl:input message="hp:RequeteIdentifiantTDOption" />
      <wsdl:output message="hp:ReponseIdentifiantTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ModifierIdentifiantTDOption">
      <wsdl:input message="hp:RequeteModifierIdentifiantTDOption" />
      <wsdl:output message="hp:ReponseModifierIdentifiantTDOption" />
    </wsdl:operation>
    <wsdl:operation name="IdentifiantsTableauDeTDOptions">
      <wsdl:input message="hp:RequeteIdentifiantsTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseIdentifiantsTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="EffectifSaisiTDOption">
      <wsdl:input message="hp:RequeteEffectifSaisiTDOption" />
      <wsdl:output message="hp:ReponseEffectifSaisiTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ModifierEffectifSaisiTDOption">
      <wsdl:input message="hp:RequeteModifierEffectifSaisiTDOption" />
      <wsdl:output message="hp:ReponseModifierEffectifSaisiTDOption" />
    </wsdl:operation>
    <wsdl:operation name="EffectifsSaisisTableauDeTDOptions">
      <wsdl:input message="hp:RequeteEffectifsSaisisTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseEffectifsSaisisTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="CursusDeTDOptionPourLaPeriode">
      <wsdl:documentation>Clé du cursus affecté au TD/option de clé 'ATDOption' pour la nième période du calendrier du TD/option (pour l'obtenir sur la 2ème période, mettre 'APeriode' à 2). Pour obtenir le cursus affecté sur l'année complète, mettre le paramètre 'APeriode' à 0. Retourne 0 si aucun cursus affecté sur cette période.</wsdl:documentation>
      <wsdl:input message="hp:RequeteCursusDeTDOptionPourLaPeriode" />
      <wsdl:output message="hp:ReponseCursusDeTDOptionPourLaPeriode" />
    </wsdl:operation>
    <wsdl:operation name="AffecterCursusPourLaPeriodeAuTDOption">
      <wsdl:documentation>Affecte le cursus de clé 'ACursus' au TD/option de clé 'ATDOption' sur la nième période du calendrier du TD/option (pour l'affecter sur la 2ème période, mettre 'APeriode' à 2). Pour affecter ce cursus sur l'année complète, mettre le paramètre 'APeriode' à 0.</wsdl:documentation>
      <wsdl:input message="hp:RequeteAffecterCursusPourLaPeriodeAuTDOption" />
      <wsdl:output message="hp:ReponseAffecterCursusPourLaPeriodeAuTDOption" />
    </wsdl:operation>
    <wsdl:operation name="EnleverCursusTDOption">
      <wsdl:documentation>Enleve le cursus de clé 'ACursus' du TD/option de clé 'ATDOption' sur toutes les périodes où il est affecté.</wsdl:documentation>
      <wsdl:input message="hp:RequeteEnleverCursusTDOption" />
      <wsdl:output message="hp:ReponseEnleverCursusTDOption" />
    </wsdl:operation>
    <wsdl:operation name="EnleverCursusTableauTDOptions">
      <wsdl:documentation>Enleve le cursus de clé 'ACursus' des TD/options dont la clé est dans 'ATableau' sur toutes les périodes où il est affecté.</wsdl:documentation>
      <wsdl:input message="hp:RequeteEnleverCursusTableauTDOptions" />
      <wsdl:output message="hp:ReponseEnleverCursusTableauTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="EnleverCursusTDOptionPourLaPeriode">
      <wsdl:documentation>Enleve le cursus de clé 'ACursus' du TD/option de clé 'ATDOption' sur la nième période du calendrier du TD/option (pour l'enlever sur la 2ème période, mettre 'APeriode' à 2).</wsdl:documentation>
      <wsdl:input message="hp:RequeteEnleverCursusTDOptionPourLaPeriode" />
      <wsdl:output message="hp:ReponseEnleverCursusTDOptionPourLaPeriode" />
    </wsdl:operation>
    <wsdl:operation name="EnleverCursusTableauTDOptionsPourLaPeriode">
      <wsdl:documentation>Enleve le cursus de clé 'ACursus' des TD/options dont la clé est dans 'ATableau' sur la nième période du calendrier du TD/option (pour l'enlever sur la 2ème période, mettre 'APeriode' à 2).</wsdl:documentation>
      <wsdl:input message="hp:RequeteEnleverCursusTableauTDOptionsPourLaPeriode" />
      <wsdl:output message="hp:ReponseEnleverCursusTableauTDOptionsPourLaPeriode" />
    </wsdl:operation>
    <wsdl:operation name="EnleverTousLesCursusTDOption">
      <wsdl:input message="hp:RequeteEnleverTousLesCursusTDOption" />
      <wsdl:output message="hp:ReponseEnleverTousLesCursusTDOption" />
    </wsdl:operation>
    <wsdl:operation name="EnleverTousLesCursusTableauTDOptions">
      <wsdl:input message="hp:RequeteEnleverTousLesCursusTableauTDOptions" />
      <wsdl:output message="hp:ReponseEnleverTousLesCursusTableauTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="NombreEtudiantsTDOption">
      <wsdl:input message="hp:RequeteNombreEtudiantsTDOption" />
      <wsdl:output message="hp:ReponseNombreEtudiantsTDOption" />
    </wsdl:operation>
    <wsdl:operation name="NombresEtudiantsTableauDeTDOptions">
      <wsdl:input message="hp:RequeteNombresEtudiantsTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseNombresEtudiantsTableauDeTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="NombreEtudiantsTDOptionALaDate">
      <wsdl:documentation>Nombre d'étudiants présents dans le TD/option de clé 'ATDOption' à la date 'ADate'</wsdl:documentation>
      <wsdl:input message="hp:RequeteNombreEtudiantsTDOptionALaDate" />
      <wsdl:output message="hp:ReponseNombreEtudiantsTDOptionALaDate" />
    </wsdl:operation>
    <wsdl:operation name="NombresEtudiantsTableauDeTDOptionsALaDate">
      <wsdl:documentation>Nombre d'étudiants présents dans les TD/options du tableau de clés 'ATableau' à la date 'ADate'</wsdl:documentation>
      <wsdl:input message="hp:RequeteNombresEtudiantsTableauDeTDOptionsALaDate" />
      <wsdl:output message="hp:ReponseNombresEtudiantsTableauDeTDOptionsALaDate" />
    </wsdl:operation>

    <wsdl:operation name="MHJTDOption">
      <wsdl:documentation>MHJ du TD/option de clé 'ATDOption'. Attention, à partir de la version 2018.0.0.1, le type de retour de la fonction devient THpSvcWDuree au lieu de String et suppression du paramètre 'ASeparateur : string' devenu inutile.</wsdl:documentation>
      <wsdl:input message="hp:RequeteMHJTDOption" />
      <wsdl:output message="hp:ReponseMHJTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ModifierMHJTDOption">
      <wsdl:documentation>Modifie le MHJ du TD/option de clé 'ATDOption'. Attention, à partir de la version 2018.0.0.1, le paramètre 'AMHJ' est un type THpSvcWDuree au lieu de String</wsdl:documentation>
      <wsdl:input message="hp:RequeteModifierMHJTDOption" />
      <wsdl:output message="hp:ReponseModifierMHJTDOption" />
    </wsdl:operation>
    <wsdl:operation name="MHJTableauDeTDOptions">
      <wsdl:documentation>MHJ des TD/options dont la clé est dans 'ATableau'. Attention, à partir de la version 2018.0.0.1, le type de retour de la fonction devient THpSvcWTableauDurees au lieu de THpSvcWTableauChaines et suppression du paramètre 'ASeparateur : string' devenu inutile.</wsdl:documentation>
      <wsdl:input message="hp:RequeteMHJTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseMHJTableauDeTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="MHHTDOption">
      <wsdl:documentation>MHH du TD/option de clé 'ATDOption'. Attention, à partir de la version 2018.0.0.1, le type de retour de la fonction devient THpSvcWDuree au lieu de String et suppression du paramètre 'ASeparateur : string' devenu inutile.</wsdl:documentation>
      <wsdl:input message="hp:RequeteMHHTDOption" />
      <wsdl:output message="hp:ReponseMHHTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ModifierMHHTDOption">
      <wsdl:documentation>Modifie le MHH du TD/option de clé 'ATDOption'. Attention, à partir de la version 2018.0.0.1, le paramètre 'AMHH' est un type THpSvcWDuree au lieu de String</wsdl:documentation>
      <wsdl:input message="hp:RequeteModifierMHHTDOption" />
      <wsdl:output message="hp:ReponseModifierMHHTDOption" />
    </wsdl:operation>
    <wsdl:operation name="MHHTableauDeTDOptions">
      <wsdl:documentation>MHH des TD/options dont la clé est dans 'ATableau'. Attention, à partir de la version 2018.0.0.1, le type de retour de la fonction devient THpSvcWTableauDurees au lieu de THpSvcWTableauChaines et suppression du paramètre 'ASeparateur : string' devenu inutile.</wsdl:documentation>
      <wsdl:input message="hp:RequeteMHHTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseMHHTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="LibelleLongTDOption">
      <wsdl:input message="hp:RequeteLibelleLongTDOption" />
      <wsdl:output message="hp:ReponseLibelleLongTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ModifierLibelleLongTDOption">
      <wsdl:input message="hp:RequeteModifierLibelleLongTDOption" />
      <wsdl:output message="hp:ReponseModifierLibelleLongTDOption" />
    </wsdl:operation>
    <wsdl:operation name="LibellesLongsTableauDeTDOptions">
      <wsdl:input message="hp:RequeteLibellesLongsTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseLibellesLongsTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="EMailTDOption">
      <wsdl:documentation>Adresse e-mail du TD/option de clé 'ATDOption'</wsdl:documentation>
      <wsdl:input message="hp:RequeteEMailTDOption" />
      <wsdl:output message="hp:ReponseEMailTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ModifierEMailTDOption">
      <wsdl:documentation>Modifie l'adresse e-mail du TD/option de clé 'ATDOption'</wsdl:documentation>
      <wsdl:input message="hp:RequeteModifierEMailTDOption" />
      <wsdl:output message="hp:ReponseModifierEMailTDOption" />
    </wsdl:operation>
    <wsdl:operation name="EMailsTableauDeTDOptions">
      <wsdl:documentation>Adresse e-mail des TD/options dont la clé est dans 'ATableau'</wsdl:documentation>
      <wsdl:input message="hp:RequeteEMailsTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseEMailsTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="ProprietaireTDOption">
      <wsdl:input message="hp:RequeteProprietaireTDOption" />
      <wsdl:output message="hp:ReponseProprietaireTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ModifierProprietaireTDOption">
      <wsdl:documentation>Attention, à partir de la version 2012.0.0.0, ajout du paramètre 'APrenomProprietaire : string'. Opération autorisée seulement pour un administrateur.</wsdl:documentation>
      <wsdl:input message="hp:RequeteModifierProprietaireTDOption" />
      <wsdl:output message="hp:ReponseModifierProprietaireTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ProprietairesTableauDeTDOptions">
      <wsdl:input message="hp:RequeteProprietairesTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseProprietairesTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="NePasPublierLeTdOptionSurLesEspaces">
      <wsdl:documentation>Permet de ne pas publier le TD/Option de clé 'ATdOption' sur tous les espaces du .Net (Toujours publié sur l'espace secrétariat et appariteur)</wsdl:documentation>
      <wsdl:input message="hp:RequeteNePasPublierLeTdOptionSurLesEspaces" />
      <wsdl:output message="hp:ReponseNePasPublierLeTdOptionSurLesEspaces" />
    </wsdl:operation>
    <wsdl:operation name="PublierLeTdOptionSurTousLesEspaces">
      <wsdl:documentation>Permet de publier le TD/Option de clé 'ATdOption' sur tous les espaces du .Net</wsdl:documentation>
      <wsdl:input message="hp:RequetePublierLeTdOptionSurTousLesEspaces" />
      <wsdl:output message="hp:ReponsePublierLeTdOptionSurTousLesEspaces" />
    </wsdl:operation>
    <wsdl:operation name="TdOptionPublieSurTousLesEspaces">
      <wsdl:documentation>Vrai si le TD/Option de clé 'ATdOption' est publié sur tous les espaces du .Net, faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteTdOptionPublieSurTousLesEspaces" />
      <wsdl:output message="hp:ReponseTdOptionPublieSurTousLesEspaces" />
    </wsdl:operation>
    <wsdl:operation name="TdOptionsPubliesSurTousLesEspaces">
      <wsdl:documentation>Tableau de booléen indiquant si les TD/Options dont la clé est dans 'ATableau' sont publiés sur tous les espaces du .Net</wsdl:documentation>
      <wsdl:input message="hp:RequeteTdOptionsPubliesSurTousLesEspaces" />
      <wsdl:output message="hp:ReponseTdOptionsPubliesSurTousLesEspaces" />
    </wsdl:operation>

    <wsdl:operation name="PersonnalisationMatiereTDOption">
      <wsdl:documentation>Renvoie la clé de la matière utilisée pour personnaliser la matière AMatiere du TD/Option ATDOption</wsdl:documentation>
      <wsdl:input message="hp:RequetePersonnalisationMatiereTDOption" />
      <wsdl:output message="hp:ReponsePersonnalisationMatiereTDOption" />
    </wsdl:operation>
    <wsdl:operation name="ModifierPersonnalisationMatiereTDOption">
      <wsdl:documentation>Modifie, avec AMatierePerso, la clé de la matière utilisée pour personnaliser la matière AMatiere du TD/Option ATDOption.
Supprime la personnalisation si AMatierePerso est égal à AMatiere</wsdl:documentation>
      <wsdl:input message="hp:RequeteModifierPersonnalisationMatiereTDOption" />
      <wsdl:output message="hp:ReponseModifierPersonnalisationMatiereTDOption" />
    </wsdl:operation>
    <wsdl:operation name="PersonnalisationMatiereTableauDeTDOptions">
      <wsdl:documentation>Renvoie la liste des clés des matières utilisées pour personnaliser la matière AMatiere du tableau de TD/Options ATableau</wsdl:documentation>
      <wsdl:input message="hp:RequetePersonnalisationMatiereTableauDeTDOptions" />
      <wsdl:output message="hp:ReponsePersonnalisationMatiereTableauDeTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="PersonnalisationTableauDeMatieresTDOption">
      <wsdl:documentation>Renvoie la liste des clés des matières utilisées pour personnaliser les matières ATableau du TD/Option ATDOption</wsdl:documentation>
      <wsdl:input message="hp:RequetePersonnalisationTableauDeMatieresTDOption" />
      <wsdl:output message="hp:ReponsePersonnalisationTableauDeMatieresTDOption" />
    </wsdl:operation>
    <wsdl:operation name="TableauDeMatierePersonnaliseeTDOption">
      <wsdl:documentation>Renvoie la liste des clés des matières qui ont été personnalisées pour le TD/Option ATDOption</wsdl:documentation>
      <wsdl:input message="hp:RequeteTableauDeMatierePersonnaliseeTDOption" />
      <wsdl:output message="hp:ReponseTableauDeMatierePersonnaliseeTDOption" />
    </wsdl:operation>

    <wsdl:operation name="CoutTDOption">
      <wsdl:documentation>Coût du TD/option de clé 'ATDOption' sur le domaine 'ADomaine' (coût de l'enseignant + coût de la salle).
Prend en compte les cours non placé si 'AAvecCoursNonPlace' est vrai.
Prend en compte les cours posés sur les jours fériés si 'AAvecJoursFerie' est vrai.
Utiliser 'AnneeComplete' (dans l'interface IHpSvcWAdmin) comme domaine pour obtenir le coût annuel.
Attention! Le paramètre 'AAvecCoursNonPlacable' est obsolète depuis HP 2017</wsdl:documentation>
      <wsdl:input message="hp:RequeteCoutTDOption" />
      <wsdl:output message="hp:ReponseCoutTDOption" />
    </wsdl:operation>
    <wsdl:operation name="CoutsTableauDeTDOptions">
      <wsdl:documentation>Coût des TD/options dont la clé est dans 'ATableau' sur le domaine 'ADomaine' (coût de l'enseignant + coût de la salle).
Prend en compte les cours non placé si 'AAvecCoursNonPlace' est vrai.
Prend en compte les cours posés sur les jours fériés si 'AAvecJoursFerie' est vrai.
Utiliser 'AnneeComplete' (dans l'interface IHpSvcWAdmin) comme domaine pour obtenir le coût annuel.
Attention! Le paramètre 'AAvecCoursNonPlacable' est obsolète depuis HP 2017</wsdl:documentation>
      <wsdl:input message="hp:RequeteCoutsTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseCoutsTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="DureeCoursTDOption">
      <wsdl:documentation>Anciennement 'OccupationAnnuelleTDOption', 'TauxOccupationAnnuelleTDOption', et 'VolumeHoraireAnnuelTDOption'. Durée des cours du TD/option de clé 'ATDOption' sur le domaine 'ADomaine'.
Prend en compte les cours non placé si 'AAvecCoursNonPlace' est vrai.
Prend en compte les cours posés sur les jours fériés si 'AAvecJoursFerie' est vrai.
Utiliser 'AnneeComplete' (dans l'interface IHpSvcWAdmin) comme domaine pour obtenir l'occupation annuelle.
Attention! Le paramètre 'AAvecCoursNonPlacable' est obsolète depuis HP 2017</wsdl:documentation>
      <wsdl:input message="hp:RequeteDureeCoursTDOption" />
      <wsdl:output message="hp:ReponseDureeCoursTDOption" />
    </wsdl:operation>
    <wsdl:operation name="DureesCoursTableauDeTDOptions">
      <wsdl:documentation>Anciennement 'OccupationsAnnuellesTableauDeTDOptions', 'TauxOccupationAnnuelleTableauDeTDOptions', et 'VolumesHorairesAnnuelsTableauDeTDOptions'. Durée des cours des TD/options dont la clé est dans 'ATableau' sur le domaine 'ADomaine'.
Prend en compte les cours non placé si 'AAvecCoursNonPlace' est vrai.
Prend en compte les cours posés sur les jours fériés si 'AAvecJoursFerie' est vrai.
Utiliser 'AnneeComplete' (dans l'interface IHpSvcWAdmin) comme domaine pour obtenir l'occupation annuelle.
Attention! Le paramètre 'AAvecCoursNonPlacable' est obsolète depuis HP 2017</wsdl:documentation>
      <wsdl:input message="hp:RequeteDureesCoursTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseDureesCoursTableauDeTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="DureeDisponibleTDOption">
      <wsdl:documentation>Anciennement 'OccupationAnnuelleTDOption', 'TauxOccupationAnnuelleTDOption', et 'VolumeHoraireAnnuelTDOption'. Durée disponible du TD/option de clé 'ATDOption' sur le domaine 'ADomaine'.
Prend en compte les cours posés sur les jours fériés si 'AAvecJoursFerie' est vrai.
Utiliser 'AnneeComplete' (dans l'interface IHpSvcWAdmin) comme domaine pour obtenir l'occupation annuelle</wsdl:documentation>
      <wsdl:input message="hp:RequeteDureeDisponibleTDOption" />
      <wsdl:output message="hp:ReponseDureeDisponibleTDOption" />
    </wsdl:operation>
    <wsdl:operation name="DureesDisponiblesTableauDeTDOptions">
      <wsdl:documentation>Anciennement 'OccupationsAnnuellesTableauDeTDOptions', 'TauxOccupationAnnuelleTableauDeTDOptions', et 'VolumesHorairesAnnuelsTableauDeTDOptions'. Durée disponible des TD/options dont la clé est dans 'ATableau' sur le domaine 'ADomaine'.
Prend en compte les cours posés sur les jours fériés si 'AAvecJoursFerie' est vrai.
Utiliser 'AnneeComplete' (dans l'interface IHpSvcWAdmin) comme domaine pour obtenir l'occupation annuelle</wsdl:documentation>
      <wsdl:input message="hp:RequeteDureesDisponiblesTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseDureesDisponiblesTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="CalendrierTDOption">
      <wsdl:input message="hp:RequeteCalendrierTDOption" />
      <wsdl:output message="hp:ReponseCalendrierTDOption" />
    </wsdl:operation>
    <wsdl:operation name="CalendriersTableauDeTDOptions">
      <wsdl:input message="hp:RequeteCalendriersTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseCalendriersTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="PromotionPartition">
      <wsdl:input message="hp:RequetePromotionPartition" />
      <wsdl:output message="hp:ReponsePromotionPartition" />
    </wsdl:operation>
    <wsdl:operation name="PromotionsTableauDePartitions">
      <wsdl:input message="hp:RequetePromotionsTableauDePartitions" />
      <wsdl:output message="hp:ReponsePromotionsTableauDePartitions" />
    </wsdl:operation>
    <wsdl:operation name="PartitionsPromotion">
      <wsdl:input message="hp:RequetePartitionsPromotion" />
      <wsdl:output message="hp:ReponsePartitionsPromotion" />
    </wsdl:operation>

    <wsdl:operation name="PromotionTDOption">
      <wsdl:input message="hp:RequetePromotionTDOption" />
      <wsdl:output message="hp:ReponsePromotionTDOption" />
    </wsdl:operation>
    <wsdl:operation name="PromotionsTableauDeTDOptions">
      <wsdl:input message="hp:RequetePromotionsTableauDeTDOptions" />
      <wsdl:output message="hp:ReponsePromotionsTableauDeTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="TDOptionsPromotion">
      <wsdl:input message="hp:RequeteTDOptionsPromotion" />
      <wsdl:output message="hp:ReponseTDOptionsPromotion" />
    </wsdl:operation>

    <wsdl:operation name="PartitionTD">
      <wsdl:documentation>N'accepte que les TD, pas les options</wsdl:documentation>
      <wsdl:input message="hp:RequetePartitionTD" />
      <wsdl:output message="hp:ReponsePartitionTD" />
    </wsdl:operation>
    <wsdl:operation name="PartitionsTableauDeTD">
      <wsdl:documentation>N'accepte que les TD, pas les options</wsdl:documentation>
      <wsdl:input message="hp:RequetePartitionsTableauDeTD" />
      <wsdl:output message="hp:ReponsePartitionsTableauDeTD" />
    </wsdl:operation>
    <wsdl:operation name="TDPartition">
      <wsdl:input message="hp:RequeteTDPartition" />
      <wsdl:output message="hp:ReponseTDPartition" />
    </wsdl:operation>

    <wsdl:operation name="RegroupementsTDOption">
      <wsdl:input message="hp:RequeteRegroupementsTDOption" />
      <wsdl:output message="hp:ReponseRegroupementsTDOption" />
    </wsdl:operation>
    <wsdl:operation name="TDOptionsRegroupement">
      <wsdl:input message="hp:RequeteTDOptionsRegroupement" />
      <wsdl:output message="hp:ReponseTDOptionsRegroupement" />
    </wsdl:operation>
    <wsdl:operation name="AjouterTDOptionAuRegroupement">
      <wsdl:documentation>Rien ne se produit si le TD ou l'option est déjà dans le regroupement</wsdl:documentation>
      <wsdl:input message="hp:RequeteAjouterTDOptionAuRegroupement" />
      <wsdl:output message="hp:ReponseAjouterTDOptionAuRegroupement" />
    </wsdl:operation>
    <wsdl:operation name="EnleverTDOptionDuRegroupement">
      <wsdl:documentation>Rien ne se produit si le TD ou l'option n'est pas dans le regroupement</wsdl:documentation>
      <wsdl:input message="hp:RequeteEnleverTDOptionDuRegroupement" />
      <wsdl:output message="hp:ReponseEnleverTDOptionDuRegroupement" />
    </wsdl:operation>

    <wsdl:operation name="CoursTDOption">
      <wsdl:input message="hp:RequeteCoursTDOption" />
      <wsdl:output message="hp:ReponseCoursTDOption" />
    </wsdl:operation>
    <wsdl:operation name="CoursTDOptionEntre2Dates">
      <wsdl:input message="hp:RequeteCoursTDOptionEntre2Dates" />
      <wsdl:output message="hp:ReponseCoursTDOptionEntre2Dates" />
    </wsdl:operation>
    <wsdl:operation name="TDOptionsCours">
      <wsdl:documentation>Clés des TD/Options du cours de clé 'ACours'. Utiliser la fonction TDOptionsDuCours dans l'interface IHpSvcWCours.</wsdl:documentation>
      <wsdl:input message="hp:RequeteTDOptionsCours" />
      <wsdl:output message="hp:ReponseTDOptionsCours" />
    </wsdl:operation>
    <wsdl:operation name="DomaineTDOptionDansLeCours">
      <wsdl:documentation>Le domaine d'un TD ou d'une option dans un cours est vide si le TD ou l'option n'est pas dans le cours. Utilisez ModifierDomaineTDOptionDansLeCours pour ajouter un TD ou une option à un cours ou l'enlever de ce cours</wsdl:documentation>
      <wsdl:input message="hp:RequeteDomaineTDOptionDansLeCours" />
      <wsdl:output message="hp:ReponseDomaineTDOptionDansLeCours" />
    </wsdl:operation>
    <wsdl:operation name="ModifierDomaineTDOptionDansLeCours">
      <wsdl:input message="hp:RequeteModifierDomaineTDOptionDansLeCours" />
      <wsdl:output message="hp:ReponseModifierDomaineTDOptionDansLeCours" />
    </wsdl:operation>

    <wsdl:operation name="TDOptionsSontLies">
      <wsdl:documentation>Vrai si les 2 TD/options ont un lien manuel ou automatique, faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteTDOptionsSontLies" />
      <wsdl:output message="hp:ReponseTDOptionsSontLies" />
    </wsdl:operation>
    <wsdl:operation name="TDOptionsSontLiesManuel">
      <wsdl:documentation>Vrai si les 2 TD/options ont un lien manuel, faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteTDOptionsSontLiesManuel" />
      <wsdl:output message="hp:ReponseTDOptionsSontLiesManuel" />
    </wsdl:operation>
    <wsdl:operation name="TDOptionsSontLiesAutoALaDate">
      <wsdl:documentation>Vrai si les 2 TD/options ont un lien automatique à la date 'ADate', faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteTDOptionsSontLiesAutoALaDate" />
      <wsdl:output message="hp:ReponseTDOptionsSontLiesAutoALaDate" />
    </wsdl:operation>
    <wsdl:operation name="TDOptionsSontLiesAutoSurLeDomaine">
      <wsdl:documentation>Vrai si les 2 TD/options ont un lien automatique sur le domaine 'ADomaine', faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteTDOptionsSontLiesAutoSurLeDomaine" />
      <wsdl:output message="hp:ReponseTDOptionsSontLiesAutoSurLeDomaine" />
    </wsdl:operation>
    <wsdl:operation name="AjouterLienEntreTDOptions">
      <wsdl:documentation>Vrai si un lien manuel a pu être ajouté entre les 2 TD/options, faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteAjouterLienEntreTDOptions" />
      <wsdl:output message="hp:ReponseAjouterLienEntreTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="EnleverLienTDOptions">
      <wsdl:documentation>Vrai si le lien manuel a pu être enlevé entre les 2 TD/options, faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteEnleverLienTDOptions" />
      <wsdl:output message="hp:ReponseEnleverLienTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="TDOptionsLiesATDOption">
      <wsdl:documentation>Tableau des clés de TD/options ayant un lien manuel ou automatique avec le TD/option de clé 'ATDOption'</wsdl:documentation>
      <wsdl:input message="hp:RequeteTDOptionsLiesATDOption" />
      <wsdl:output message="hp:ReponseTDOptionsLiesATDOption" />
    </wsdl:operation>
    <wsdl:operation name="TDOptionsLiesManuelATDOption">
      <wsdl:documentation>Tableau des clés de TD/options ayant un lien manuel avec le TD/option de clé 'ATDOption'</wsdl:documentation>
      <wsdl:input message="hp:RequeteTDOptionsLiesManuelATDOption" />
      <wsdl:output message="hp:ReponseTDOptionsLiesManuelATDOption" />
    </wsdl:operation>
    <wsdl:operation name="TDOptionsLiesAutoATDOptionALaDate">
      <wsdl:documentation>Tableau des clés de TD/options ayant un lien automatique avec le TD/option de clé 'ATDOption' à la date 'ADate'</wsdl:documentation>
      <wsdl:input message="hp:RequeteTDOptionsLiesAutoATDOptionALaDate" />
      <wsdl:output message="hp:ReponseTDOptionsLiesAutoATDOptionALaDate" />
    </wsdl:operation>
    <wsdl:operation name="TDOptionsLiesAutoATDOptionSurLeDomaine">
      <wsdl:documentation>Tableau des clés de TD/options ayant un lien automatique avec le TD/option de clé 'ATDOption' sur le domaine 'ADomaine'</wsdl:documentation>
      <wsdl:input message="hp:RequeteTDOptionsLiesAutoATDOptionSurLeDomaine" />
      <wsdl:output message="hp:ReponseTDOptionsLiesAutoATDOptionSurLeDomaine" />
    </wsdl:operation>
    <wsdl:operation name="IntervallesValiditeDuLienAutoEntreTDOptions">
      <wsdl:documentation>Intervalles (dates de début et de fin) de validité du lien automatique entre les 2 TD/options</wsdl:documentation>
      <wsdl:input message="hp:RequeteIntervallesValiditeDuLienAutoEntreTDOptions" />
      <wsdl:output message="hp:ReponseIntervallesValiditeDuLienAutoEntreTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="PromotionEtTDOptionSontLies">
      <wsdl:documentation>Vrai si la promotion de clé 'APromotion' a un lien manuel ou automatique avec le TD/option de clé 'ATDOption', faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequetePromotionEtTDOptionSontLies" />
      <wsdl:output message="hp:ReponsePromotionEtTDOptionSontLies" />
    </wsdl:operation>
    <wsdl:operation name="PromotionEtTDOptionSontLiesManuel">
      <wsdl:documentation>Vrai si la promotion de clé 'APromotion' a un lien manuel avec le TD/option de clé 'ATDOption', faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequetePromotionEtTDOptionSontLiesManuel" />
      <wsdl:output message="hp:ReponsePromotionEtTDOptionSontLiesManuel" />
    </wsdl:operation>
    <wsdl:operation name="PromotionEtTDOptionSontLiesAutoALaDate">
      <wsdl:documentation>Vrai si la promotion de clé 'APromotion' a un lien automatique avec le TD/option de clé 'ATDOption' à la date 'ADate', faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequetePromotionEtTDOptionSontLiesAutoALaDate" />
      <wsdl:output message="hp:ReponsePromotionEtTDOptionSontLiesAutoALaDate" />
    </wsdl:operation>
    <wsdl:operation name="PromotionEtTDOptionSontLiesAutoSurLeDomaine">
      <wsdl:documentation>Vrai si la promotion de clé 'APromotion' a un lien automatique avec le TD/option de clé 'ATDOption' sur le domaine 'ADomaine', faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequetePromotionEtTDOptionSontLiesAutoSurLeDomaine" />
      <wsdl:output message="hp:ReponsePromotionEtTDOptionSontLiesAutoSurLeDomaine" />
    </wsdl:operation>
    <wsdl:operation name="AjouterLienAvecPromotion">
      <wsdl:documentation>Vrai si un lien manuel a pu être ajouté entre le TD/option de clé 'ATDOption' et la promotion de clé 'APromotion', faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteAjouterLienAvecPromotion" />
      <wsdl:output message="hp:ReponseAjouterLienAvecPromotion" />
    </wsdl:operation>
    <wsdl:operation name="EnleverLienAvecPromotion">
      <wsdl:documentation>Vrai si le lien manuel a pu être enlevé entre le TD/option de clé 'ATDOption' et la promotion de clé 'APromotion', faux sinon</wsdl:documentation>
      <wsdl:input message="hp:RequeteEnleverLienAvecPromotion" />
      <wsdl:output message="hp:ReponseEnleverLienAvecPromotion" />
    </wsdl:operation>
    <wsdl:operation name="PromotionsLieesATDOption">
      <wsdl:documentation>Tableau des clés de promotions ayant un lien manuel ou automatique avec le TD/option de clé 'ATDOption'</wsdl:documentation>
      <wsdl:input message="hp:RequetePromotionsLieesATDOption" />
      <wsdl:output message="hp:ReponsePromotionsLieesATDOption" />
    </wsdl:operation>
    <wsdl:operation name="PromotionsLieesManuelATDOption">
      <wsdl:documentation>Tableau des clés de promotions ayant un lien manuel avec le TD/option de clé 'ATDOption'</wsdl:documentation>
      <wsdl:input message="hp:RequetePromotionsLieesManuelATDOption" />
      <wsdl:output message="hp:ReponsePromotionsLieesManuelATDOption" />
    </wsdl:operation>
    <wsdl:operation name="PromotionsLieesAutoATDOptionALaDate">
      <wsdl:documentation>Tableau des clés de promotions ayant un lien automatique avec le TD/option de clé 'ATDOption' à la date 'ADate'</wsdl:documentation>
      <wsdl:input message="hp:RequetePromotionsLieesAutoATDOptionALaDate" />
      <wsdl:output message="hp:ReponsePromotionsLieesAutoATDOptionALaDate" />
    </wsdl:operation>
    <wsdl:operation name="PromotionsLieesAutoATDOptionSurLeDomaine">
      <wsdl:documentation>Tableau des clés de promotions ayant un lien automatique avec le TD/option de clé 'ATDOption' sur le domaine 'ADomaine'</wsdl:documentation>
      <wsdl:input message="hp:RequetePromotionsLieesAutoATDOptionSurLeDomaine" />
      <wsdl:output message="hp:ReponsePromotionsLieesAutoATDOptionSurLeDomaine" />
    </wsdl:operation>
    <wsdl:operation name="IntervallesValiditeDuLienAutoEntreTDOptionEtPromotion">
      <wsdl:documentation>Intervalles (dates de début et de fin) de validité du lien automatique entre le TD/option de clé 'ATDOption' et la promotion de clé 'APromotion'</wsdl:documentation>
      <wsdl:input message="hp:RequeteIntervallesValiditeDuLienAutoEntreTDOptionEtPromotion" />
      <wsdl:output message="hp:ReponseIntervallesValiditeDuLienAutoEntreTDOptionEtPromotion" />
    </wsdl:operation>

    <wsdl:operation name="EtudiantsEnCommunEntreTDOptions">
      <wsdl:documentation>Clés de tous les étudiants en commun entre les 2 TD/Options</wsdl:documentation>
      <wsdl:input message="hp:RequeteEtudiantsEnCommunEntreTDOptions" />
      <wsdl:output message="hp:ReponseEtudiantsEnCommunEntreTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="EtudiantsEnCommunEntreTDOptionsALaDate">
      <wsdl:documentation>Clés de tous les étudiants en commun entre les 2 TD/Options à la date 'ADate'</wsdl:documentation>
      <wsdl:input message="hp:RequeteEtudiantsEnCommunEntreTDOptionsALaDate" />
      <wsdl:output message="hp:ReponseEtudiantsEnCommunEntreTDOptionsALaDate" />
    </wsdl:operation>
    <wsdl:operation name="EtudiantsEnCommunEntreTDOptionsSurLeDomaine">
      <wsdl:documentation>Clés de tous les étudiants en commun entre les 2 TD/Options sur le domaine 'ADomaine'</wsdl:documentation>
      <wsdl:input message="hp:RequeteEtudiantsEnCommunEntreTDOptionsSurLeDomaine" />
      <wsdl:output message="hp:ReponseEtudiantsEnCommunEntreTDOptionsSurLeDomaine" />
    </wsdl:operation>

    <wsdl:operation name="EtudiantsEnCommunEntrePromotionEtTDOption">
      <wsdl:documentation>Clés de tous les étudiants en commun entre la promotion de clé 'APromotion' et le TD/Option de clé 'ATDOption'</wsdl:documentation>
      <wsdl:input message="hp:RequeteEtudiantsEnCommunEntrePromotionEtTDOption" />
      <wsdl:output message="hp:ReponseEtudiantsEnCommunEntrePromotionEtTDOption" />
    </wsdl:operation>
    <wsdl:operation name="EtudiantsEnCommunEntrePromotionEtTDOptionALaDate">
      <wsdl:documentation>Clés de tous les étudiants en commun entre la promotion de clé 'APromotion' et le TD/Option de clé 'ATDOption' à la date 'ADate'</wsdl:documentation>
      <wsdl:input message="hp:RequeteEtudiantsEnCommunEntrePromotionEtTDOptionALaDate" />
      <wsdl:output message="hp:ReponseEtudiantsEnCommunEntrePromotionEtTDOptionALaDate" />
    </wsdl:operation>
    <wsdl:operation name="EtudiantsEnCommunEntrePromotionEtTDOptionSurLeDomaine">
      <wsdl:documentation>Clés de tous les étudiants en commun entre la promotion de clé 'APromotion' et le TD/Option de clé 'ATDOption' sur le domaine 'ADomaine'</wsdl:documentation>
      <wsdl:input message="hp:RequeteEtudiantsEnCommunEntrePromotionEtTDOptionSurLeDomaine" />
      <wsdl:output message="hp:ReponseEtudiantsEnCommunEntrePromotionEtTDOptionSurLeDomaine" />
    </wsdl:operation>

    <wsdl:operation name="IcalEmploiDuTempsTDOption">
      <wsdl:documentation>Dépréciée : Utiliser IcalTDOption.
Retourne une chaine correspondant à l'emploi du temps du TD ou de l'option sous format ICAL.
Utiliser FormatTexteICAL et FormatTexteICALEnseignant (dans l'interface IHpSvcWAdmin) pour spécifier le format désiré du texte.
Attention! Le paramètre 'AAvecFuseauHoraire' est obsolète. On utilise toujours le fuseau horaire des paramètres Windows.</wsdl:documentation>
      <wsdl:input message="hp:RequeteIcalEmploiDuTempsTDOption" />
      <wsdl:output message="hp:ReponseIcalEmploiDuTempsTDOption" />
    </wsdl:operation>
    <wsdl:operation name="IcalEmploiDuTempsTableauDeTDOptions">
      <wsdl:documentation>Dépréciée : Utiliser IcalTableauDeTDOptions.
Retourne un tableau de chaines correspondant aux emplois du temps des TD ou des options sous format ICAL.
Utiliser FormatTexteICAL et FormatTexteICALEnseignant (dans l'interface IHpSvcWAdmin) pour spécifier le format désiré du texte.
Attention! Le paramètre 'AAvecFuseauHoraire' est obsolète. On utilise toujours le fuseau horaire des paramètres Windows.</wsdl:documentation>
      <wsdl:input message="hp:RequeteIcalEmploiDuTempsTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseIcalEmploiDuTempsTableauDeTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="IcalTDOption">
      <wsdl:documentation>Retourne une chaine correspondant à l'emploi du temps du TD ou de l'option sous format ICAL.
Pour plus d'information sur THpSvcWTableauFormatICAL, aller dans la section 'Types définis dans le document WSDL'.
Utiliser FormatTexteICAL et FormatTexteICALEnseignant (dans l'interface IHpSvcWAdmin) pour spécifier le format désiré du texte.</wsdl:documentation>
      <wsdl:input message="hp:RequeteIcalTDOption" />
      <wsdl:output message="hp:ReponseIcalTDOption" />
    </wsdl:operation>
    <wsdl:operation name="IcalTableauDeTDOptions">
      <wsdl:documentation>Retourne un tableau de chaines correspondant aux emplois du temps des TD ou des options sous format ICAL.
Pour plus d'information sur THpSvcWTableauFormatICAL, aller dans la section 'Types définis dans le document WSDL'.
Utiliser FormatTexteICAL et FormatTexteICALEnseignant (dans l'interface IHpSvcWAdmin) pour spécifier le format désiré du texte.</wsdl:documentation>
      <wsdl:input message="hp:RequeteIcalTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseIcalTableauDeTDOptions" />
    </wsdl:operation>
    <wsdl:operation name="URLIcalTDOption">
      <wsdl:documentation>Retourne le suffixe de l'URL de l'ICAL du TD/Option de clé 'ATDOption' sur l'année scolaire pour l'espace Enseignant.
Ne pas oublier d'ajouter l'url publique de votre .Net devant pour avoir l'URL complète.
En consultation, ne retourne que les URL déjà générées, renvoie une exception sinon. (Pour générer les URL, lancer avec un compte Modifiant ou supérieur)</wsdl:documentation>
      <wsdl:input message="hp:RequeteURLIcalTDOption" />
      <wsdl:output message="hp:ReponseURLIcalTDOption" />
    </wsdl:operation>
    <wsdl:operation name="URLIcalTableauDeTDOptions">
      <wsdl:documentation>Retourne les suffixes des URL des ICAL des TD/Options dont la clé est dans 'ATableau' sur l'année scolaire pour l'espace Enseignant.
Ne pas oublier d'ajouter l'url publique de votre .Net devant pour avoir l'URL complète.
En consultation, ne retourne que les URL déjà générées, vide sinon. (Pour générer les URL, lancer avec un compte Modifiant ou supérieur)</wsdl:documentation>
      <wsdl:input message="hp:RequeteURLIcalTableauDeTDOptions" />
      <wsdl:output message="hp:ReponseURLIcalTableauDeTDOptions" />
    </wsdl:operation>

    <wsdl:operation name="TrierTableauDePartitionsParCle">
      <wsdl:documentation>Trie le tableau 'ATableau' suivant la clé des partitions</wsdl:documentation>
      <wsdl:input message="hp:RequeteTrierTableauDePartitionsParCle" />
      <wsdl:output message="hp:ReponseTrierTableauDePartitionsParCle" />
    </wsdl:operation>
    <wsdl:operation name="TrierTableauDePartitionsParPromotion">
      <wsdl:documentation>Trie les partitions par :
- nom et code de la promotion
- nom de la partition</wsdl:documentation>
      <wsdl:input message="hp:RequeteTrierTableauDePartitionsParPromotion" />
      <wsdl:output message="hp:ReponseTrierTableauDePartitionsParPromotion" />
    </wsdl:operation>
    <wsdl:operation name="TrierTableauDeTDOptionsParCle">
      <wsdl:documentation>Trie le tableau 'ATableau' suivant la clé des td/options</wsdl:documentation>
      <wsdl:input message="hp:RequeteTrierTableauDeTDOptionsParCle" />
      <wsdl:output message="hp:ReponseTrierTableauDeTDOptionsParCle" />
    </wsdl:operation>
    <wsdl:operation name="TrierTableauDeTDOptionsParPromotionEtPartition">
      <wsdl:documentation>Place d'abord les TD triés par :
- nom et code de la promotion
- nom de la partition
- nom et code du TD
puis les options sont triées par :
- nom et code de la promotion
- nom et code de l'option</wsdl:documentation>
      <wsdl:input message="hp:RequeteTrierTableauDeTDOptionsParPromotionEtPartition" />
      <wsdl:output message="hp:ReponseTrierTableauDeTDOptionsParPromotionEtPartition" />
    </wsdl:operation>
    <wsdl:operation name="TrierTableauDeTDOptionsParIdentifiant">
      <wsdl:documentation>Trie le tableau 'ATableau' suivant l'identifiant des td/options</wsdl:documentation>
      <wsdl:input message="hp:RequeteTrierTableauDeTDOptionsParIdentifiant" />
      <wsdl:output message="hp:ReponseTrierTableauDeTDOptionsParIdentifiant" />
    </wsdl:operation>

  </wsdl:portType>
  <wsdl:binding name="BindingTDOptions"
                type="hp:IHpSvcWTDOptions">
    <wsoap:binding style="rpc"
                   transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ClePartitionEstValide">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ClePartitionEstValide" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ClesPartitionsValidesTableauDePartitions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ClesPartitionsValidesTableauDePartitions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ClesPartitionsInvalidesTableauDePartitions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ClesPartitionsInvalidesTableauDePartitions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CleTDOptionEstValide">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CleTDOptionEstValide" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ClesTDOptionsValidesTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ClesTDOptionsValidesTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ClesTDOptionsInvalidesTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ClesTDOptionsInvalidesTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NombrePartitions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NombrePartitions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ToutesLesPartitions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ToutesLesPartitions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NombreTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NombreTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TousLesTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TousLesTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TousLesTDOptionsDeCode">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TousLesTDOptionsDeCode" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionEstUnTD">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionEstUnTD" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="RestreindreTableauDeTDOptionsAuxTD">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#RestreindreTableauDeTDOptionsAuxTD" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="RestreindreTableauDeTDOptionsAuxOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#RestreindreTableauDeTDOptionsAuxOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreerPartitionDeLaPromotion">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CreerPartitionDeLaPromotion" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreerTD">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CreerTD" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreerTDAvecIdentifiant">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CreerTDAvecIdentifiant" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreerOptionDeLaPromotion">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CreerOptionDeLaPromotion" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreerOptionDeLaPromotionAvecIdentifiant">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CreerOptionDeLaPromotionAvecIdentifiant" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SupprimerPartition">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#SupprimerPartition" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SupprimerTableauDePartitions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#SupprimerTableauDePartitions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SupprimerTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#SupprimerTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SupprimerTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#SupprimerTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccederPartitionParPromotionEtNom">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#AccederPartitionParPromotionEtNom" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccederTDParPartitionNomEtCode">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#AccederTDParPartitionNomEtCode" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccederOptionParPromotionNomEtCode">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#AccederOptionParPromotionNomEtCode" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccederTDOptionParIdentifiant">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#AccederTDOptionParIdentifiant" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NomPartition">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NomPartition" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierNomPartition">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierNomPartition" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NomsTableauDePartitions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NomsTableauDePartitions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NomTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NomTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierNomTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierNomTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NomsTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NomsTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CodeTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CodeTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierCodeTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierCodeTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CodesTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CodesTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="IdentifiantTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#IdentifiantTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierIdentifiantTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierIdentifiantTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="IdentifiantsTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#IdentifiantsTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EffectifSaisiTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EffectifSaisiTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierEffectifSaisiTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierEffectifSaisiTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EffectifsSaisisTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EffectifsSaisisTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CursusDeTDOptionPourLaPeriode">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CursusDeTDOptionPourLaPeriode" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AffecterCursusPourLaPeriodeAuTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#AffecterCursusPourLaPeriodeAuTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnleverCursusTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EnleverCursusTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnleverCursusTableauTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EnleverCursusTableauTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnleverCursusTDOptionPourLaPeriode">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EnleverCursusTDOptionPourLaPeriode" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnleverCursusTableauTDOptionsPourLaPeriode">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EnleverCursusTableauTDOptionsPourLaPeriode" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnleverTousLesCursusTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EnleverTousLesCursusTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnleverTousLesCursusTableauTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EnleverTousLesCursusTableauTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NombreEtudiantsTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NombreEtudiantsTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NombresEtudiantsTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NombresEtudiantsTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NombreEtudiantsTDOptionALaDate">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NombreEtudiantsTDOptionALaDate" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NombresEtudiantsTableauDeTDOptionsALaDate">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NombresEtudiantsTableauDeTDOptionsALaDate" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MHJTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#MHJTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierMHJTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierMHJTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MHJTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#MHJTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MHHTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#MHHTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierMHHTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierMHHTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MHHTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#MHHTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="LibelleLongTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#LibelleLongTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierLibelleLongTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierLibelleLongTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="LibellesLongsTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#LibellesLongsTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EMailTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EMailTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierEMailTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierEMailTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EMailsTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EMailsTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProprietaireTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ProprietaireTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierProprietaireTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierProprietaireTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProprietairesTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ProprietairesTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="NePasPublierLeTdOptionSurLesEspaces">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#NePasPublierLeTdOptionSurLesEspaces" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PublierLeTdOptionSurTousLesEspaces">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PublierLeTdOptionSurTousLesEspaces" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TdOptionPublieSurTousLesEspaces">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TdOptionPublieSurTousLesEspaces" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TdOptionsPubliesSurTousLesEspaces">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TdOptionsPubliesSurTousLesEspaces" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PersonnalisationMatiereTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PersonnalisationMatiereTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierPersonnalisationMatiereTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierPersonnalisationMatiereTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PersonnalisationMatiereTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PersonnalisationMatiereTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PersonnalisationTableauDeMatieresTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PersonnalisationTableauDeMatieresTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TableauDeMatierePersonnaliseeTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TableauDeMatierePersonnaliseeTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CoutTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CoutTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CoutsTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CoutsTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DureeCoursTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#DureeCoursTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DureesCoursTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#DureesCoursTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DureeDisponibleTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#DureeDisponibleTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DureesDisponiblesTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#DureesDisponiblesTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CalendrierTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CalendrierTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CalendriersTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CalendriersTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionPartition">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionPartition" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionsTableauDePartitions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionsTableauDePartitions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PartitionsPromotion">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PartitionsPromotion" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionsTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionsTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsPromotion">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsPromotion" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PartitionTD">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PartitionTD" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PartitionsTableauDeTD">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PartitionsTableauDeTD" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDPartition">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDPartition" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="RegroupementsTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#RegroupementsTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsRegroupement">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsRegroupement" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AjouterTDOptionAuRegroupement">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#AjouterTDOptionAuRegroupement" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnleverTDOptionDuRegroupement">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EnleverTDOptionDuRegroupement" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CoursTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CoursTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CoursTDOptionEntre2Dates">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#CoursTDOptionEntre2Dates" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsCours">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsCours" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DomaineTDOptionDansLeCours">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#DomaineTDOptionDansLeCours" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifierDomaineTDOptionDansLeCours">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#ModifierDomaineTDOptionDansLeCours" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsSontLies">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsSontLies" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsSontLiesManuel">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsSontLiesManuel" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsSontLiesAutoALaDate">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsSontLiesAutoALaDate" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsSontLiesAutoSurLeDomaine">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsSontLiesAutoSurLeDomaine" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AjouterLienEntreTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#AjouterLienEntreTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnleverLienTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EnleverLienTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsLiesATDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsLiesATDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsLiesManuelATDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsLiesManuelATDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsLiesAutoATDOptionALaDate">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsLiesAutoATDOptionALaDate" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TDOptionsLiesAutoATDOptionSurLeDomaine">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TDOptionsLiesAutoATDOptionSurLeDomaine" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="IntervallesValiditeDuLienAutoEntreTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#IntervallesValiditeDuLienAutoEntreTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionEtTDOptionSontLies">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionEtTDOptionSontLies" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionEtTDOptionSontLiesManuel">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionEtTDOptionSontLiesManuel" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionEtTDOptionSontLiesAutoALaDate">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionEtTDOptionSontLiesAutoALaDate" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionEtTDOptionSontLiesAutoSurLeDomaine">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionEtTDOptionSontLiesAutoSurLeDomaine" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AjouterLienAvecPromotion">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#AjouterLienAvecPromotion" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnleverLienAvecPromotion">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EnleverLienAvecPromotion" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionsLieesATDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionsLieesATDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionsLieesManuelATDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionsLieesManuelATDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionsLieesAutoATDOptionALaDate">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionsLieesAutoATDOptionALaDate" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PromotionsLieesAutoATDOptionSurLeDomaine">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#PromotionsLieesAutoATDOptionSurLeDomaine" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="IntervallesValiditeDuLienAutoEntreTDOptionEtPromotion">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#IntervallesValiditeDuLienAutoEntreTDOptionEtPromotion" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EtudiantsEnCommunEntreTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EtudiantsEnCommunEntreTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EtudiantsEnCommunEntreTDOptionsALaDate">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EtudiantsEnCommunEntreTDOptionsALaDate" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EtudiantsEnCommunEntreTDOptionsSurLeDomaine">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EtudiantsEnCommunEntreTDOptionsSurLeDomaine" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EtudiantsEnCommunEntrePromotionEtTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EtudiantsEnCommunEntrePromotionEtTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EtudiantsEnCommunEntrePromotionEtTDOptionALaDate">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EtudiantsEnCommunEntrePromotionEtTDOptionALaDate" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EtudiantsEnCommunEntrePromotionEtTDOptionSurLeDomaine">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#EtudiantsEnCommunEntrePromotionEtTDOptionSurLeDomaine" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="IcalEmploiDuTempsTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#IcalEmploiDuTempsTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="IcalEmploiDuTempsTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#IcalEmploiDuTempsTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="IcalTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#IcalTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="IcalTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#IcalTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="URLIcalTDOption">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#URLIcalTDOption" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="URLIcalTableauDeTDOptions">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#URLIcalTableauDeTDOptions" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TrierTableauDePartitionsParCle">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TrierTableauDePartitionsParCle" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TrierTableauDePartitionsParPromotion">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TrierTableauDePartitionsParPromotion" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TrierTableauDeTDOptionsParCle">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TrierTableauDeTDOptionsParCle" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TrierTableauDeTDOptionsParPromotionEtPartition">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TrierTableauDeTDOptionsParPromotionEtPartition" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TrierTableauDeTDOptionsParIdentifiant">
      <wsoap:operation soapAction="urn:HpSvcW2025:IHpSvcWTDOptions#TrierTableauDeTDOptionsParIdentifiant" />
      <wsdl:input>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:input>
      <wsdl:output>
        <wsoap:body namespace="http://www.indexeducation.com/frahtm/HpSvcW.html"
                    use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="HpSvcWDonnees">
    <wsdl:port name="PortTDOptions"
               binding="hp:BindingTDOptions">
      <wsoap:address location="https://hpsac.hep-bejune.ch/TDOptions" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
