GfiPepWS
Cliquez ici pour une liste complète des opérations.
DCO_CREATION_V15
Permet la création de DCO dans PEP. Retourne le numéro de proposition de DCO(remplace le WS DCO_CREATION à partir de PEP 1.5).
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_CREATION_V15"
<?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_CREATION_V15 xmlns="http://tempuri.org/">
<argDCO>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<COD_APP>string</COD_APP>
<LIB_REF_EXT>string</LIB_REF_EXT>
<NUM_LOT>string</NUM_LOT>
<NATURE>string</NATURE>
<DAT_ENR>string</DAT_ENR>
<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>short</LIG_MAR>
<IDF_UTIL>string</IDF_UTIL>
<LIC_PROC>string</LIC_PROC>
<ITF_RES1>string</ITF_RES1>
<ITF_RES2>string</ITF_RES2>
<EXE_ORI_TIT>string</EXE_ORI_TIT>
<BUD_ORI_TIT>string</BUD_ORI_TIT>
<NUM_ORI_TIT>string</NUM_ORI_TIT>
<PROGRAMME>string</PROGRAMME>
<OPERATION>string</OPERATION>
<LIGNES_DCO>
<LigneInterfaceDCOWSInfo>
<NUM_LIG>int</NUM_LIG>
<LIL_LIG>string</LIL_LIG>
<SERVICE>string</SERVICE>
<RUBRIQUE>string</RUBRIQUE>
<G_CG_CPT>string</G_CG_CPT>
<SENS>string</SENS>
<MONTANT>double</MONTANT>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DESTINATION>string</DESTINATION>
<ENVELOPPE>string</ENVELOPPE>
<LIGNES_ANA xsi:nil="true" />
</LigneInterfaceDCOWSInfo>
<LigneInterfaceDCOWSInfo>
<NUM_LIG>int</NUM_LIG>
<LIL_LIG>string</LIL_LIG>
<SERVICE>string</SERVICE>
<RUBRIQUE>string</RUBRIQUE>
<G_CG_CPT>string</G_CG_CPT>
<SENS>string</SENS>
<MONTANT>double</MONTANT>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DESTINATION>string</DESTINATION>
<ENVELOPPE>string</ENVELOPPE>
<LIGNES_ANA xsi:nil="true" />
</LigneInterfaceDCOWSInfo>
</LIGNES_DCO>
</argDCO>
</DCO_CREATION_V15>
</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_CREATION_V15Response xmlns="http://tempuri.org/">
<DCO_CREATION_V15Result>string</DCO_CREATION_V15Result>
</DCO_CREATION_V15Response>
</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_CREATION_V15 xmlns="http://tempuri.org/">
<argDCO>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<COD_APP>string</COD_APP>
<LIB_REF_EXT>string</LIB_REF_EXT>
<NUM_LOT>string</NUM_LOT>
<NATURE>string</NATURE>
<DAT_ENR>string</DAT_ENR>
<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>short</LIG_MAR>
<IDF_UTIL>string</IDF_UTIL>
<LIC_PROC>string</LIC_PROC>
<ITF_RES1>string</ITF_RES1>
<ITF_RES2>string</ITF_RES2>
<EXE_ORI_TIT>string</EXE_ORI_TIT>
<BUD_ORI_TIT>string</BUD_ORI_TIT>
<NUM_ORI_TIT>string</NUM_ORI_TIT>
<PROGRAMME>string</PROGRAMME>
<OPERATION>string</OPERATION>
<LIGNES_DCO>
<LigneInterfaceDCOWSInfo>
<NUM_LIG>int</NUM_LIG>
<LIL_LIG>string</LIL_LIG>
<SERVICE>string</SERVICE>
<RUBRIQUE>string</RUBRIQUE>
<G_CG_CPT>string</G_CG_CPT>
<SENS>string</SENS>
<MONTANT>double</MONTANT>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DESTINATION>string</DESTINATION>
<ENVELOPPE>string</ENVELOPPE>
<LIGNES_ANA xsi:nil="true" />
</LigneInterfaceDCOWSInfo>
<LigneInterfaceDCOWSInfo>
<NUM_LIG>int</NUM_LIG>
<LIL_LIG>string</LIL_LIG>
<SERVICE>string</SERVICE>
<RUBRIQUE>string</RUBRIQUE>
<G_CG_CPT>string</G_CG_CPT>
<SENS>string</SENS>
<MONTANT>double</MONTANT>
<NUM_REFERENCE>string</NUM_REFERENCE>
<DESTINATION>string</DESTINATION>
<ENVELOPPE>string</ENVELOPPE>
<LIGNES_ANA xsi:nil="true" />
</LigneInterfaceDCOWSInfo>
</LIGNES_DCO>
</argDCO>
</DCO_CREATION_V15>
</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_CREATION_V15Response xmlns="http://tempuri.org/">
<DCO_CREATION_V15Result>string</DCO_CREATION_V15Result>
</DCO_CREATION_V15Response>
</soap12:Body>
</soap12:Envelope>