GfiPepWS
Cliquez ici pour une liste complète des opérations.
SF_LISTE
Permet de renvoyer la liste des SF suivant 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/SF_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>
<SF_LISTE xmlns="http://tempuri.org/">
<argInterfaceSFListeWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<NUM_SF>string</NUM_SF>
<NUM_EJ>string</NUM_EJ>
<LIB_REF_EXT>string</LIB_REF_EXT>
<NOM_TIER>string</NOM_TIER>
<NUM_MAR>string</NUM_MAR>
<ETA_SF>string</ETA_SF>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DAT_DER_MAJ>string</DAT_DER_MAJ>
</argInterfaceSFListeWSInfo>
</SF_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>
<SF_LISTEResponse xmlns="http://tempuri.org/">
<SF_LISTEResult>
<InterfaceSFListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<COD_APP>string</COD_APP>
<TYP_SF>string</TYP_SF>
<LIB_REF_EXT>string</LIB_REF_EXT>
<NUM_SF>string</NUM_SF>
<LIB_SF>string</LIB_SF>
<LIC_TIER>string</LIC_TIER>
<STA_SF>string</STA_SF>
<DAT_ENR>string</DAT_ENR>
<USER_ENR>string</USER_ENR>
<DAT_SF>string</DAT_SF>
<DAT_CON>string</DAT_CON>
<USER_CON>string</USER_CON>
<DAT_CER>string</DAT_CER>
<USER_CER>string</USER_CER>
<RESPONSABLE>string</RESPONSABLE>
<COMMENTAIRE>string</COMMENTAIRE>
<QUA_LIV>string</QUA_LIV>
<MNT_RAP>double</MNT_RAP>
<MOTIF_REJ>string</MOTIF_REJ>
<LIGNES_SF>
<LigneInterfaceListeRetourSFWSInfo xsi:nil="true" />
<LigneInterfaceListeRetourSFWSInfo xsi:nil="true" />
</LIGNES_SF>
</InterfaceSFListeRetourWSInfo>
<InterfaceSFListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<COD_APP>string</COD_APP>
<TYP_SF>string</TYP_SF>
<LIB_REF_EXT>string</LIB_REF_EXT>
<NUM_SF>string</NUM_SF>
<LIB_SF>string</LIB_SF>
<LIC_TIER>string</LIC_TIER>
<STA_SF>string</STA_SF>
<DAT_ENR>string</DAT_ENR>
<USER_ENR>string</USER_ENR>
<DAT_SF>string</DAT_SF>
<DAT_CON>string</DAT_CON>
<USER_CON>string</USER_CON>
<DAT_CER>string</DAT_CER>
<USER_CER>string</USER_CER>
<RESPONSABLE>string</RESPONSABLE>
<COMMENTAIRE>string</COMMENTAIRE>
<QUA_LIV>string</QUA_LIV>
<MNT_RAP>double</MNT_RAP>
<MOTIF_REJ>string</MOTIF_REJ>
<LIGNES_SF>
<LigneInterfaceListeRetourSFWSInfo xsi:nil="true" />
<LigneInterfaceListeRetourSFWSInfo xsi:nil="true" />
</LIGNES_SF>
</InterfaceSFListeRetourWSInfo>
</SF_LISTEResult>
</SF_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>
<SF_LISTE xmlns="http://tempuri.org/">
<argInterfaceSFListeWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<NUM_SF>string</NUM_SF>
<NUM_EJ>string</NUM_EJ>
<LIB_REF_EXT>string</LIB_REF_EXT>
<NOM_TIER>string</NOM_TIER>
<NUM_MAR>string</NUM_MAR>
<ETA_SF>string</ETA_SF>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DAT_DER_MAJ>string</DAT_DER_MAJ>
</argInterfaceSFListeWSInfo>
</SF_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>
<SF_LISTEResponse xmlns="http://tempuri.org/">
<SF_LISTEResult>
<InterfaceSFListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<COD_APP>string</COD_APP>
<TYP_SF>string</TYP_SF>
<LIB_REF_EXT>string</LIB_REF_EXT>
<NUM_SF>string</NUM_SF>
<LIB_SF>string</LIB_SF>
<LIC_TIER>string</LIC_TIER>
<STA_SF>string</STA_SF>
<DAT_ENR>string</DAT_ENR>
<USER_ENR>string</USER_ENR>
<DAT_SF>string</DAT_SF>
<DAT_CON>string</DAT_CON>
<USER_CON>string</USER_CON>
<DAT_CER>string</DAT_CER>
<USER_CER>string</USER_CER>
<RESPONSABLE>string</RESPONSABLE>
<COMMENTAIRE>string</COMMENTAIRE>
<QUA_LIV>string</QUA_LIV>
<MNT_RAP>double</MNT_RAP>
<MOTIF_REJ>string</MOTIF_REJ>
<LIGNES_SF>
<LigneInterfaceListeRetourSFWSInfo xsi:nil="true" />
<LigneInterfaceListeRetourSFWSInfo xsi:nil="true" />
</LIGNES_SF>
</InterfaceSFListeRetourWSInfo>
<InterfaceSFListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<COD_APP>string</COD_APP>
<TYP_SF>string</TYP_SF>
<LIB_REF_EXT>string</LIB_REF_EXT>
<NUM_SF>string</NUM_SF>
<LIB_SF>string</LIB_SF>
<LIC_TIER>string</LIC_TIER>
<STA_SF>string</STA_SF>
<DAT_ENR>string</DAT_ENR>
<USER_ENR>string</USER_ENR>
<DAT_SF>string</DAT_SF>
<DAT_CON>string</DAT_CON>
<USER_CON>string</USER_CON>
<DAT_CER>string</DAT_CER>
<USER_CER>string</USER_CER>
<RESPONSABLE>string</RESPONSABLE>
<COMMENTAIRE>string</COMMENTAIRE>
<QUA_LIV>string</QUA_LIV>
<MNT_RAP>double</MNT_RAP>
<MOTIF_REJ>string</MOTIF_REJ>
<LIGNES_SF>
<LigneInterfaceListeRetourSFWSInfo xsi:nil="true" />
<LigneInterfaceListeRetourSFWSInfo xsi:nil="true" />
</LIGNES_SF>
</InterfaceSFListeRetourWSInfo>
</SF_LISTEResult>
</SF_LISTEResponse>
</soap12:Body>
</soap12:Envelope>