GfiPepWS


Cliquez ici pour une liste complète des opérations.

DCO_LISTE

Permet de renvoyer la liste des DCo suivants des critères de recherche dans PEP.

Test

Le formulaire de test est uniquement disponible pour les demandes de l'ordinateur local.

SOAP 1.1

Le texte suivant est un exemple de demande et de réponse SOAP 1.1. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.

POST /PepFormWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-form.francetitres.isoftcloud.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/DCO_LISTE"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <UserCredentials xmlns="http://tempuri.org/">
      <userName>string</userName>
      <password>string</password>
    </UserCredentials>
  </soap:Header>
  <soap:Body>
    <DCO_LISTE xmlns="http://tempuri.org/">
      <argInterfaceDcoListeWSInfo>
        <STA_PIE>string</STA_PIE>
        <NUM_DCO>string</NUM_DCO>
        <LIB_REF_EXT>string</LIB_REF_EXT>
        <LIC_TIER>string</LIC_TIER>
        <COD_CLI_TIER>string</COD_CLI_TIER>
        <DAT_VAL_DCO>string</DAT_VAL_DCO>
        <G_CG_CPT>string</G_CG_CPT>
        <DET_LIG_PIE>string</DET_LIG_PIE>
        <COD_APP>string</COD_APP>
        <NUM_REFERENCE>string</NUM_REFERENCE>
        <DAT_MOD_DER_STA>string</DAT_MOD_DER_STA>
        <ETAB>string</ETAB>
        <BUDGET>string</BUDGET>
        <EXERCICE>string</EXERCICE>
      </argInterfaceDcoListeWSInfo>
    </DCO_LISTE>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <DCO_LISTEResponse xmlns="http://tempuri.org/">
      <DCO_LISTEResult>
        <InterfaceRetourDCoListeWSInfo>
          <ETAB>string</ETAB>
          <BUDGET>string</BUDGET>
          <LIC_AC>string</LIC_AC>
          <EXERCICE>string</EXERCICE>
          <COD_APP>string</COD_APP>
          <NUM_DCO>string</NUM_DCO>
          <NUM_LOT>string</NUM_LOT>
          <NATURE>string</NATURE>
          <DAT_ENR>string</DAT_ENR>
          <DAT_VAL>string</DAT_VAL>
          <IDF_STA>string</IDF_STA>
          <LIC_TIER>string</LIC_TIER>
          <LIBELLE>string</LIBELLE>
          <COMMENTAIRE>string</COMMENTAIRE>
          <MNT_TTC>double</MNT_TTC>
          <NUM_CONV>string</NUM_CONV>
          <NUM_MAR>string</NUM_MAR>
          <LIG_MAR>int</LIG_MAR>
          <PROGRAMME>string</PROGRAMME>
          <OPERATION>string</OPERATION>
          <IDF_UTIL>string</IDF_UTIL>
          <LIC_PROC>string</LIC_PROC>
          <EXE_ORI_TIT>string</EXE_ORI_TIT>
          <BUD_ORI_TIT>string</BUD_ORI_TIT>
          <NUM_ORI_TIT>int</NUM_ORI_TIT>
          <IDF_PIE>int</IDF_PIE>
          <LIGNES_PIE>
            <LigneInterfaceDCoListeWSInfo xsi:nil="true" />
            <LigneInterfaceDCoListeWSInfo xsi:nil="true" />
          </LIGNES_PIE>
        </InterfaceRetourDCoListeWSInfo>
        <InterfaceRetourDCoListeWSInfo>
          <ETAB>string</ETAB>
          <BUDGET>string</BUDGET>
          <LIC_AC>string</LIC_AC>
          <EXERCICE>string</EXERCICE>
          <COD_APP>string</COD_APP>
          <NUM_DCO>string</NUM_DCO>
          <NUM_LOT>string</NUM_LOT>
          <NATURE>string</NATURE>
          <DAT_ENR>string</DAT_ENR>
          <DAT_VAL>string</DAT_VAL>
          <IDF_STA>string</IDF_STA>
          <LIC_TIER>string</LIC_TIER>
          <LIBELLE>string</LIBELLE>
          <COMMENTAIRE>string</COMMENTAIRE>
          <MNT_TTC>double</MNT_TTC>
          <NUM_CONV>string</NUM_CONV>
          <NUM_MAR>string</NUM_MAR>
          <LIG_MAR>int</LIG_MAR>
          <PROGRAMME>string</PROGRAMME>
          <OPERATION>string</OPERATION>
          <IDF_UTIL>string</IDF_UTIL>
          <LIC_PROC>string</LIC_PROC>
          <EXE_ORI_TIT>string</EXE_ORI_TIT>
          <BUD_ORI_TIT>string</BUD_ORI_TIT>
          <NUM_ORI_TIT>int</NUM_ORI_TIT>
          <IDF_PIE>int</IDF_PIE>
          <LIGNES_PIE>
            <LigneInterfaceDCoListeWSInfo xsi:nil="true" />
            <LigneInterfaceDCoListeWSInfo xsi:nil="true" />
          </LIGNES_PIE>
        </InterfaceRetourDCoListeWSInfo>
      </DCO_LISTEResult>
    </DCO_LISTEResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Le texte suivant est un exemple de demande et de réponse SOAP 1.2. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.

POST /PepFormWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-form.francetitres.isoftcloud.cloud
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <UserCredentials xmlns="http://tempuri.org/">
      <userName>string</userName>
      <password>string</password>
    </UserCredentials>
  </soap12:Header>
  <soap12:Body>
    <DCO_LISTE xmlns="http://tempuri.org/">
      <argInterfaceDcoListeWSInfo>
        <STA_PIE>string</STA_PIE>
        <NUM_DCO>string</NUM_DCO>
        <LIB_REF_EXT>string</LIB_REF_EXT>
        <LIC_TIER>string</LIC_TIER>
        <COD_CLI_TIER>string</COD_CLI_TIER>
        <DAT_VAL_DCO>string</DAT_VAL_DCO>
        <G_CG_CPT>string</G_CG_CPT>
        <DET_LIG_PIE>string</DET_LIG_PIE>
        <COD_APP>string</COD_APP>
        <NUM_REFERENCE>string</NUM_REFERENCE>
        <DAT_MOD_DER_STA>string</DAT_MOD_DER_STA>
        <ETAB>string</ETAB>
        <BUDGET>string</BUDGET>
        <EXERCICE>string</EXERCICE>
      </argInterfaceDcoListeWSInfo>
    </DCO_LISTE>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <DCO_LISTEResponse xmlns="http://tempuri.org/">
      <DCO_LISTEResult>
        <InterfaceRetourDCoListeWSInfo>
          <ETAB>string</ETAB>
          <BUDGET>string</BUDGET>
          <LIC_AC>string</LIC_AC>
          <EXERCICE>string</EXERCICE>
          <COD_APP>string</COD_APP>
          <NUM_DCO>string</NUM_DCO>
          <NUM_LOT>string</NUM_LOT>
          <NATURE>string</NATURE>
          <DAT_ENR>string</DAT_ENR>
          <DAT_VAL>string</DAT_VAL>
          <IDF_STA>string</IDF_STA>
          <LIC_TIER>string</LIC_TIER>
          <LIBELLE>string</LIBELLE>
          <COMMENTAIRE>string</COMMENTAIRE>
          <MNT_TTC>double</MNT_TTC>
          <NUM_CONV>string</NUM_CONV>
          <NUM_MAR>string</NUM_MAR>
          <LIG_MAR>int</LIG_MAR>
          <PROGRAMME>string</PROGRAMME>
          <OPERATION>string</OPERATION>
          <IDF_UTIL>string</IDF_UTIL>
          <LIC_PROC>string</LIC_PROC>
          <EXE_ORI_TIT>string</EXE_ORI_TIT>
          <BUD_ORI_TIT>string</BUD_ORI_TIT>
          <NUM_ORI_TIT>int</NUM_ORI_TIT>
          <IDF_PIE>int</IDF_PIE>
          <LIGNES_PIE>
            <LigneInterfaceDCoListeWSInfo xsi:nil="true" />
            <LigneInterfaceDCoListeWSInfo xsi:nil="true" />
          </LIGNES_PIE>
        </InterfaceRetourDCoListeWSInfo>
        <InterfaceRetourDCoListeWSInfo>
          <ETAB>string</ETAB>
          <BUDGET>string</BUDGET>
          <LIC_AC>string</LIC_AC>
          <EXERCICE>string</EXERCICE>
          <COD_APP>string</COD_APP>
          <NUM_DCO>string</NUM_DCO>
          <NUM_LOT>string</NUM_LOT>
          <NATURE>string</NATURE>
          <DAT_ENR>string</DAT_ENR>
          <DAT_VAL>string</DAT_VAL>
          <IDF_STA>string</IDF_STA>
          <LIC_TIER>string</LIC_TIER>
          <LIBELLE>string</LIBELLE>
          <COMMENTAIRE>string</COMMENTAIRE>
          <MNT_TTC>double</MNT_TTC>
          <NUM_CONV>string</NUM_CONV>
          <NUM_MAR>string</NUM_MAR>
          <LIG_MAR>int</LIG_MAR>
          <PROGRAMME>string</PROGRAMME>
          <OPERATION>string</OPERATION>
          <IDF_UTIL>string</IDF_UTIL>
          <LIC_PROC>string</LIC_PROC>
          <EXE_ORI_TIT>string</EXE_ORI_TIT>
          <BUD_ORI_TIT>string</BUD_ORI_TIT>
          <NUM_ORI_TIT>int</NUM_ORI_TIT>
          <IDF_PIE>int</IDF_PIE>
          <LIGNES_PIE>
            <LigneInterfaceDCoListeWSInfo xsi:nil="true" />
            <LigneInterfaceDCoListeWSInfo xsi:nil="true" />
          </LIGNES_PIE>
        </InterfaceRetourDCoListeWSInfo>
      </DCO_LISTEResult>
    </DCO_LISTEResponse>
  </soap12:Body>
</soap12:Envelope>