GfiPepWS


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

DCO_CREATION

Permet la création de DCO dans PEP. Retourne le numéro de proposition de DCO.

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"

<?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 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>short</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>
        <ITF_RES1>string</ITF_RES1>
        <ITF_RES2>string</ITF_RES2>
        <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>
  </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_CREATIONResponse xmlns="http://tempuri.org/">
      <DCO_CREATIONResult>string</DCO_CREATIONResult>
    </DCO_CREATIONResponse>
  </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 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>short</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>
        <ITF_RES1>string</ITF_RES1>
        <ITF_RES2>string</ITF_RES2>
        <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>
  </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_CREATIONResponse xmlns="http://tempuri.org/">
      <DCO_CREATIONResult>string</DCO_CREATIONResult>
    </DCO_CREATIONResponse>
  </soap12:Body>
</soap12:Envelope>