GfiPepWS
Cliquez ici pour une liste complète des opérations.
EJ_LISTE
Permet de renvoyer la liste des EJ actifs suivant des critères de recherche dans PEP : Numéro, Tiers, marché.
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/EJ_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>
<EJ_LISTE xmlns="http://tempuri.org/">
<arg>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<NUM_PRO>string</NUM_PRO>
<NUM_EJ>string</NUM_EJ>
<REF_EXT>string</REF_EXT>
<TYPOLOGIE>string</TYPOLOGIE>
<NOM_TIER>string</NOM_TIER>
<NUM_MAR>string</NUM_MAR>
<NUM_LOT>int</NUM_LOT>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DAT_DER_MAJ>string</DAT_DER_MAJ>
</arg>
</EJ_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>
<EJ_LISTEResponse xmlns="http://tempuri.org/">
<EJ_LISTEResult>
<InterfaceEJListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<TYP_EJ>string</TYP_EJ>
<NUM_PRO>string</NUM_PRO>
<NUM_EJ>string</NUM_EJ>
<LIC_TIER>string</LIC_TIER>
<NOM_TIER>string</NOM_TIER>
<REF_EXT>string</REF_EXT>
<LIB_PIE>string</LIB_PIE>
<DAT_CRE>string</DAT_CRE>
<DAT_VIS>string</DAT_VIS>
<DAT_SOL>string</DAT_SOL>
<TYPOLOGIE>string</TYPOLOGIE>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DAT_NOT>string</DAT_NOT>
<MIXTE>string</MIXTE>
<COMMENTAIRE>string</COMMENTAIRE>
<COD_APP>string</COD_APP>
<LIGNES_EJ>
<InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
<InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_EJ>
<LIGNES_ECHEANCIER>
<LigneEcheancierEJListeRetourWSInfo xsi:nil="true" />
<LigneEcheancierEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_ECHEANCIER>
<LIGNES_CMP>
<LigneCMPEJListeRetourWSInfo xsi:nil="true" />
<LigneCMPEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_CMP>
<LIGNES_CRITERE>
<LigneCritereEJListeRetourWSInfo xsi:nil="true" />
<LigneCritereEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_CRITERE>
</InterfaceEJListeRetourWSInfo>
<InterfaceEJListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<TYP_EJ>string</TYP_EJ>
<NUM_PRO>string</NUM_PRO>
<NUM_EJ>string</NUM_EJ>
<LIC_TIER>string</LIC_TIER>
<NOM_TIER>string</NOM_TIER>
<REF_EXT>string</REF_EXT>
<LIB_PIE>string</LIB_PIE>
<DAT_CRE>string</DAT_CRE>
<DAT_VIS>string</DAT_VIS>
<DAT_SOL>string</DAT_SOL>
<TYPOLOGIE>string</TYPOLOGIE>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DAT_NOT>string</DAT_NOT>
<MIXTE>string</MIXTE>
<COMMENTAIRE>string</COMMENTAIRE>
<COD_APP>string</COD_APP>
<LIGNES_EJ>
<InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
<InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_EJ>
<LIGNES_ECHEANCIER>
<LigneEcheancierEJListeRetourWSInfo xsi:nil="true" />
<LigneEcheancierEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_ECHEANCIER>
<LIGNES_CMP>
<LigneCMPEJListeRetourWSInfo xsi:nil="true" />
<LigneCMPEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_CMP>
<LIGNES_CRITERE>
<LigneCritereEJListeRetourWSInfo xsi:nil="true" />
<LigneCritereEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_CRITERE>
</InterfaceEJListeRetourWSInfo>
</EJ_LISTEResult>
</EJ_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>
<EJ_LISTE xmlns="http://tempuri.org/">
<arg>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<NUM_PRO>string</NUM_PRO>
<NUM_EJ>string</NUM_EJ>
<REF_EXT>string</REF_EXT>
<TYPOLOGIE>string</TYPOLOGIE>
<NOM_TIER>string</NOM_TIER>
<NUM_MAR>string</NUM_MAR>
<NUM_LOT>int</NUM_LOT>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DAT_DER_MAJ>string</DAT_DER_MAJ>
</arg>
</EJ_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>
<EJ_LISTEResponse xmlns="http://tempuri.org/">
<EJ_LISTEResult>
<InterfaceEJListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<TYP_EJ>string</TYP_EJ>
<NUM_PRO>string</NUM_PRO>
<NUM_EJ>string</NUM_EJ>
<LIC_TIER>string</LIC_TIER>
<NOM_TIER>string</NOM_TIER>
<REF_EXT>string</REF_EXT>
<LIB_PIE>string</LIB_PIE>
<DAT_CRE>string</DAT_CRE>
<DAT_VIS>string</DAT_VIS>
<DAT_SOL>string</DAT_SOL>
<TYPOLOGIE>string</TYPOLOGIE>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DAT_NOT>string</DAT_NOT>
<MIXTE>string</MIXTE>
<COMMENTAIRE>string</COMMENTAIRE>
<COD_APP>string</COD_APP>
<LIGNES_EJ>
<InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
<InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_EJ>
<LIGNES_ECHEANCIER>
<LigneEcheancierEJListeRetourWSInfo xsi:nil="true" />
<LigneEcheancierEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_ECHEANCIER>
<LIGNES_CMP>
<LigneCMPEJListeRetourWSInfo xsi:nil="true" />
<LigneCMPEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_CMP>
<LIGNES_CRITERE>
<LigneCritereEJListeRetourWSInfo xsi:nil="true" />
<LigneCritereEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_CRITERE>
</InterfaceEJListeRetourWSInfo>
<InterfaceEJListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<TYP_EJ>string</TYP_EJ>
<NUM_PRO>string</NUM_PRO>
<NUM_EJ>string</NUM_EJ>
<LIC_TIER>string</LIC_TIER>
<NOM_TIER>string</NOM_TIER>
<REF_EXT>string</REF_EXT>
<LIB_PIE>string</LIB_PIE>
<DAT_CRE>string</DAT_CRE>
<DAT_VIS>string</DAT_VIS>
<DAT_SOL>string</DAT_SOL>
<TYPOLOGIE>string</TYPOLOGIE>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DAT_NOT>string</DAT_NOT>
<MIXTE>string</MIXTE>
<COMMENTAIRE>string</COMMENTAIRE>
<COD_APP>string</COD_APP>
<LIGNES_EJ>
<InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
<InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_EJ>
<LIGNES_ECHEANCIER>
<LigneEcheancierEJListeRetourWSInfo xsi:nil="true" />
<LigneEcheancierEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_ECHEANCIER>
<LIGNES_CMP>
<LigneCMPEJListeRetourWSInfo xsi:nil="true" />
<LigneCMPEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_CMP>
<LIGNES_CRITERE>
<LigneCritereEJListeRetourWSInfo xsi:nil="true" />
<LigneCritereEJListeRetourWSInfo xsi:nil="true" />
</LIGNES_CRITERE>
</InterfaceEJListeRetourWSInfo>
</EJ_LISTEResult>
</EJ_LISTEResponse>
</soap12:Body>
</soap12:Envelope>