GfiPepWS


Click here for a complete list of operations.

EJ_Creation

Permet la création d'un EJ ou d'une proposition d'EJ dans PEP à partir d'un objet unique. Retourne le numéro d'EJ ou de proposition.

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/EJ_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>
    <EJ_Creation xmlns="http://tempuri.org/">
      <argEJ>
        <ETAB>string</ETAB>
        <BUDGET>string</BUDGET>
        <EXERCICE>string</EXERCICE>
        <TYP_EJ>string</TYP_EJ>
        <TYP_PIE>string</TYP_PIE>
        <NUM_PRO>string</NUM_PRO>
        <NUM_EJ>string</NUM_EJ>
        <LIC_TIER>string</LIC_TIER>
        <REF_EXT>string</REF_EXT>
        <LIB_PIE>string</LIB_PIE>
        <DAT_NOT>string</DAT_NOT>
        <DAT_VIS>string</DAT_VIS>
        <MIXTE>string</MIXTE>
        <COMMENTAIRE>string</COMMENTAIRE>
        <TYPOLOGIE>string</TYPOLOGIE>
        <LIC_PROC>string</LIC_PROC>
        <TYP_MVT>string</TYP_MVT>
        <COD_APP>string</COD_APP>
        <ITF_RES1>string</ITF_RES1>
        <ITF_RES2>string</ITF_RES2>
        <FORCER>string</FORCER>
        <MNT_TTC>double</MNT_TTC>
        <IDF_UTIL>string</IDF_UTIL>
        <LIGNES_EJ>
          <LigneInterfaceEJWSInfo>
            <NUM_LIG>int</NUM_LIG>
            <LIB_LIG>string</LIB_LIG>
            <DESTINATION>string</DESTINATION>
            <ENVELOPPE>string</ENVELOPPE>
            <SERVICE>string</SERVICE>
            <RUBRIQUE>string</RUBRIQUE>
            <NUM_CONV>string</NUM_CONV>
            <NUM_MAR>string</NUM_MAR>
            <LIG_MAR>string</LIG_MAR>
            <PROGRAMME>string</PROGRAMME>
            <OPERATION>string</OPERATION>
            <G_CG_CPT>string</G_CG_CPT>
            <G_CG_CPT_CTP>string</G_CG_CPT_CTP>
            <MNT_HT>double</MNT_HT>
            <SECTEUR>string</SECTEUR>
            <TX_TVA>double</TX_TVA>
            <MNT_TVA>double</MNT_TVA>
            <MNT_TTC>double</MNT_TTC>
            <CMP>string</CMP>
            <ITF_RES1>string</ITF_RES1>
            <ITF_RES2>string</ITF_RES2>
            <LIGNES_ANA xsi:nil="true" />
          </LigneInterfaceEJWSInfo>
          <LigneInterfaceEJWSInfo>
            <NUM_LIG>int</NUM_LIG>
            <LIB_LIG>string</LIB_LIG>
            <DESTINATION>string</DESTINATION>
            <ENVELOPPE>string</ENVELOPPE>
            <SERVICE>string</SERVICE>
            <RUBRIQUE>string</RUBRIQUE>
            <NUM_CONV>string</NUM_CONV>
            <NUM_MAR>string</NUM_MAR>
            <LIG_MAR>string</LIG_MAR>
            <PROGRAMME>string</PROGRAMME>
            <OPERATION>string</OPERATION>
            <G_CG_CPT>string</G_CG_CPT>
            <G_CG_CPT_CTP>string</G_CG_CPT_CTP>
            <MNT_HT>double</MNT_HT>
            <SECTEUR>string</SECTEUR>
            <TX_TVA>double</TX_TVA>
            <MNT_TVA>double</MNT_TVA>
            <MNT_TTC>double</MNT_TTC>
            <CMP>string</CMP>
            <ITF_RES1>string</ITF_RES1>
            <ITF_RES2>string</ITF_RES2>
            <LIGNES_ANA xsi:nil="true" />
          </LigneInterfaceEJWSInfo>
        </LIGNES_EJ>
        <LIGNES_ECHEANCIER>
          <LigneInterfaceEcheancierWSInfo>
            <EXERCICE>int</EXERCICE>
            <DAT_PREV_SF>string</DAT_PREV_SF>
            <DAT_PREV_PAI>string</DAT_PREV_PAI>
            <MNT_HT>double</MNT_HT>
          </LigneInterfaceEcheancierWSInfo>
          <LigneInterfaceEcheancierWSInfo>
            <EXERCICE>int</EXERCICE>
            <DAT_PREV_SF>string</DAT_PREV_SF>
            <DAT_PREV_PAI>string</DAT_PREV_PAI>
            <MNT_HT>double</MNT_HT>
          </LigneInterfaceEcheancierWSInfo>
        </LIGNES_ECHEANCIER>
      </argEJ>
    </EJ_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>
    <EJ_CreationResponse xmlns="http://tempuri.org/">
      <EJ_CreationResult>string</EJ_CreationResult>
    </EJ_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>
    <EJ_Creation xmlns="http://tempuri.org/">
      <argEJ>
        <ETAB>string</ETAB>
        <BUDGET>string</BUDGET>
        <EXERCICE>string</EXERCICE>
        <TYP_EJ>string</TYP_EJ>
        <TYP_PIE>string</TYP_PIE>
        <NUM_PRO>string</NUM_PRO>
        <NUM_EJ>string</NUM_EJ>
        <LIC_TIER>string</LIC_TIER>
        <REF_EXT>string</REF_EXT>
        <LIB_PIE>string</LIB_PIE>
        <DAT_NOT>string</DAT_NOT>
        <DAT_VIS>string</DAT_VIS>
        <MIXTE>string</MIXTE>
        <COMMENTAIRE>string</COMMENTAIRE>
        <TYPOLOGIE>string</TYPOLOGIE>
        <LIC_PROC>string</LIC_PROC>
        <TYP_MVT>string</TYP_MVT>
        <COD_APP>string</COD_APP>
        <ITF_RES1>string</ITF_RES1>
        <ITF_RES2>string</ITF_RES2>
        <FORCER>string</FORCER>
        <MNT_TTC>double</MNT_TTC>
        <IDF_UTIL>string</IDF_UTIL>
        <LIGNES_EJ>
          <LigneInterfaceEJWSInfo>
            <NUM_LIG>int</NUM_LIG>
            <LIB_LIG>string</LIB_LIG>
            <DESTINATION>string</DESTINATION>
            <ENVELOPPE>string</ENVELOPPE>
            <SERVICE>string</SERVICE>
            <RUBRIQUE>string</RUBRIQUE>
            <NUM_CONV>string</NUM_CONV>
            <NUM_MAR>string</NUM_MAR>
            <LIG_MAR>string</LIG_MAR>
            <PROGRAMME>string</PROGRAMME>
            <OPERATION>string</OPERATION>
            <G_CG_CPT>string</G_CG_CPT>
            <G_CG_CPT_CTP>string</G_CG_CPT_CTP>
            <MNT_HT>double</MNT_HT>
            <SECTEUR>string</SECTEUR>
            <TX_TVA>double</TX_TVA>
            <MNT_TVA>double</MNT_TVA>
            <MNT_TTC>double</MNT_TTC>
            <CMP>string</CMP>
            <ITF_RES1>string</ITF_RES1>
            <ITF_RES2>string</ITF_RES2>
            <LIGNES_ANA xsi:nil="true" />
          </LigneInterfaceEJWSInfo>
          <LigneInterfaceEJWSInfo>
            <NUM_LIG>int</NUM_LIG>
            <LIB_LIG>string</LIB_LIG>
            <DESTINATION>string</DESTINATION>
            <ENVELOPPE>string</ENVELOPPE>
            <SERVICE>string</SERVICE>
            <RUBRIQUE>string</RUBRIQUE>
            <NUM_CONV>string</NUM_CONV>
            <NUM_MAR>string</NUM_MAR>
            <LIG_MAR>string</LIG_MAR>
            <PROGRAMME>string</PROGRAMME>
            <OPERATION>string</OPERATION>
            <G_CG_CPT>string</G_CG_CPT>
            <G_CG_CPT_CTP>string</G_CG_CPT_CTP>
            <MNT_HT>double</MNT_HT>
            <SECTEUR>string</SECTEUR>
            <TX_TVA>double</TX_TVA>
            <MNT_TVA>double</MNT_TVA>
            <MNT_TTC>double</MNT_TTC>
            <CMP>string</CMP>
            <ITF_RES1>string</ITF_RES1>
            <ITF_RES2>string</ITF_RES2>
            <LIGNES_ANA xsi:nil="true" />
          </LigneInterfaceEJWSInfo>
        </LIGNES_EJ>
        <LIGNES_ECHEANCIER>
          <LigneInterfaceEcheancierWSInfo>
            <EXERCICE>int</EXERCICE>
            <DAT_PREV_SF>string</DAT_PREV_SF>
            <DAT_PREV_PAI>string</DAT_PREV_PAI>
            <MNT_HT>double</MNT_HT>
          </LigneInterfaceEcheancierWSInfo>
          <LigneInterfaceEcheancierWSInfo>
            <EXERCICE>int</EXERCICE>
            <DAT_PREV_SF>string</DAT_PREV_SF>
            <DAT_PREV_PAI>string</DAT_PREV_PAI>
            <MNT_HT>double</MNT_HT>
          </LigneInterfaceEcheancierWSInfo>
        </LIGNES_ECHEANCIER>
      </argEJ>
    </EJ_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>
    <EJ_CreationResponse xmlns="http://tempuri.org/">
      <EJ_CreationResult>string</EJ_CreationResult>
    </EJ_CreationResponse>
  </soap12:Body>
</soap12:Envelope>