GfiPepWS


Click here for a complete list of operations.

DRV_CREATION

Permet la création d'une DRV dans PEP. Retourne le numéro de liquidation. Retourne le numéro proposition de DRv

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /GFIPepProdWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-prod.inj.isoftcloud.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/DRV_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>
    <DRV_CREATION xmlns="http://tempuri.org/">
      <argInterfaceDRvWSInfo>
        <ETAB>string</ETAB>
        <BUDGET>string</BUDGET>
        <EXERCICE>string</EXERCICE>
        <COD_APP>string</COD_APP>
        <LIB_REF_EXT>string</LIB_REF_EXT>
        <NUM_MAN_REV>int</NUM_MAN_REV>
        <DAT_ENR>string</DAT_ENR>
        <IDF_STA>string</IDF_STA>
        <DAT_ECH>string</DAT_ECH>
        <LIC_TIER>string</LIC_TIER>
        <LIB>string</LIB>
        <GROUPE>string</GROUPE>
        <COMMENTAIRE>string</COMMENTAIRE>
        <MNT_TTC>double</MNT_TTC>
        <IDF_UTIL>string</IDF_UTIL>
        <ITF_RES1>string</ITF_RES1>
        <ITF_RES2>string</ITF_RES2>
        <LIGNES_DRv>
          <LigneInterfaceDRvWSInfo>
            <IDF_LIG>int</IDF_LIG>
            <NUM_LIG_MAN_REV>int</NUM_LIG_MAN_REV>
            <LIL_LIG>string</LIL_LIG>
            <DESTINATION>string</DESTINATION>
            <ENVELOPPE>string</ENVELOPPE>
            <SERVICE>string</SERVICE>
            <RUBRIQUE>string</RUBRIQUE>
            <G_CG_CPT>string</G_CG_CPT>
            <G_CG_CPT_CTP>string</G_CG_CPT_CTP>
            <G_CG_CPT_TVA>string</G_CG_CPT_TVA>
            <MNT_HT>double</MNT_HT>
            <MNT_TVA>double</MNT_TVA>
            <TAUX_TVA>double</TAUX_TVA>
            <SEC_ACT>string</SEC_ACT>
            <COD_TVA>string</COD_TVA>
            <MNT_TTC>double</MNT_TTC>
            <NUM_CONV>string</NUM_CONV>
            <NUM_MAR>string</NUM_MAR>
            <LIG_MAR>int</LIG_MAR>
            <CMP>string</CMP>
            <PROGRAMME>string</PROGRAMME>
            <OPERATION>string</OPERATION>
            <NUM_AVOIR>string</NUM_AVOIR>
            <LIGNES_ANA xsi:nil="true" />
          </LigneInterfaceDRvWSInfo>
          <LigneInterfaceDRvWSInfo>
            <IDF_LIG>int</IDF_LIG>
            <NUM_LIG_MAN_REV>int</NUM_LIG_MAN_REV>
            <LIL_LIG>string</LIL_LIG>
            <DESTINATION>string</DESTINATION>
            <ENVELOPPE>string</ENVELOPPE>
            <SERVICE>string</SERVICE>
            <RUBRIQUE>string</RUBRIQUE>
            <G_CG_CPT>string</G_CG_CPT>
            <G_CG_CPT_CTP>string</G_CG_CPT_CTP>
            <G_CG_CPT_TVA>string</G_CG_CPT_TVA>
            <MNT_HT>double</MNT_HT>
            <MNT_TVA>double</MNT_TVA>
            <TAUX_TVA>double</TAUX_TVA>
            <SEC_ACT>string</SEC_ACT>
            <COD_TVA>string</COD_TVA>
            <MNT_TTC>double</MNT_TTC>
            <NUM_CONV>string</NUM_CONV>
            <NUM_MAR>string</NUM_MAR>
            <LIG_MAR>int</LIG_MAR>
            <CMP>string</CMP>
            <PROGRAMME>string</PROGRAMME>
            <OPERATION>string</OPERATION>
            <NUM_AVOIR>string</NUM_AVOIR>
            <LIGNES_ANA xsi:nil="true" />
          </LigneInterfaceDRvWSInfo>
        </LIGNES_DRv>
      </argInterfaceDRvWSInfo>
    </DRV_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>
    <DRV_CREATIONResponse xmlns="http://tempuri.org/">
      <DRV_CREATIONResult>int</DRV_CREATIONResult>
    </DRV_CREATIONResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /GFIPepProdWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-prod.inj.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>
    <DRV_CREATION xmlns="http://tempuri.org/">
      <argInterfaceDRvWSInfo>
        <ETAB>string</ETAB>
        <BUDGET>string</BUDGET>
        <EXERCICE>string</EXERCICE>
        <COD_APP>string</COD_APP>
        <LIB_REF_EXT>string</LIB_REF_EXT>
        <NUM_MAN_REV>int</NUM_MAN_REV>
        <DAT_ENR>string</DAT_ENR>
        <IDF_STA>string</IDF_STA>
        <DAT_ECH>string</DAT_ECH>
        <LIC_TIER>string</LIC_TIER>
        <LIB>string</LIB>
        <GROUPE>string</GROUPE>
        <COMMENTAIRE>string</COMMENTAIRE>
        <MNT_TTC>double</MNT_TTC>
        <IDF_UTIL>string</IDF_UTIL>
        <ITF_RES1>string</ITF_RES1>
        <ITF_RES2>string</ITF_RES2>
        <LIGNES_DRv>
          <LigneInterfaceDRvWSInfo>
            <IDF_LIG>int</IDF_LIG>
            <NUM_LIG_MAN_REV>int</NUM_LIG_MAN_REV>
            <LIL_LIG>string</LIL_LIG>
            <DESTINATION>string</DESTINATION>
            <ENVELOPPE>string</ENVELOPPE>
            <SERVICE>string</SERVICE>
            <RUBRIQUE>string</RUBRIQUE>
            <G_CG_CPT>string</G_CG_CPT>
            <G_CG_CPT_CTP>string</G_CG_CPT_CTP>
            <G_CG_CPT_TVA>string</G_CG_CPT_TVA>
            <MNT_HT>double</MNT_HT>
            <MNT_TVA>double</MNT_TVA>
            <TAUX_TVA>double</TAUX_TVA>
            <SEC_ACT>string</SEC_ACT>
            <COD_TVA>string</COD_TVA>
            <MNT_TTC>double</MNT_TTC>
            <NUM_CONV>string</NUM_CONV>
            <NUM_MAR>string</NUM_MAR>
            <LIG_MAR>int</LIG_MAR>
            <CMP>string</CMP>
            <PROGRAMME>string</PROGRAMME>
            <OPERATION>string</OPERATION>
            <NUM_AVOIR>string</NUM_AVOIR>
            <LIGNES_ANA xsi:nil="true" />
          </LigneInterfaceDRvWSInfo>
          <LigneInterfaceDRvWSInfo>
            <IDF_LIG>int</IDF_LIG>
            <NUM_LIG_MAN_REV>int</NUM_LIG_MAN_REV>
            <LIL_LIG>string</LIL_LIG>
            <DESTINATION>string</DESTINATION>
            <ENVELOPPE>string</ENVELOPPE>
            <SERVICE>string</SERVICE>
            <RUBRIQUE>string</RUBRIQUE>
            <G_CG_CPT>string</G_CG_CPT>
            <G_CG_CPT_CTP>string</G_CG_CPT_CTP>
            <G_CG_CPT_TVA>string</G_CG_CPT_TVA>
            <MNT_HT>double</MNT_HT>
            <MNT_TVA>double</MNT_TVA>
            <TAUX_TVA>double</TAUX_TVA>
            <SEC_ACT>string</SEC_ACT>
            <COD_TVA>string</COD_TVA>
            <MNT_TTC>double</MNT_TTC>
            <NUM_CONV>string</NUM_CONV>
            <NUM_MAR>string</NUM_MAR>
            <LIG_MAR>int</LIG_MAR>
            <CMP>string</CMP>
            <PROGRAMME>string</PROGRAMME>
            <OPERATION>string</OPERATION>
            <NUM_AVOIR>string</NUM_AVOIR>
            <LIGNES_ANA xsi:nil="true" />
          </LigneInterfaceDRvWSInfo>
        </LIGNES_DRv>
      </argInterfaceDRvWSInfo>
    </DRV_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>
    <DRV_CREATIONResponse xmlns="http://tempuri.org/">
      <DRV_CREATIONResult>int</DRV_CREATIONResult>
    </DRV_CREATIONResponse>
  </soap12:Body>
</soap12:Envelope>