GfiPepWS


Click here for a complete list of operations.

EJ_LISTE

Permet de renvoyer la liste des EJ actifs suivant des critères de recherche dans PEP : Numéro, Tiers, marché.

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_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>
    <EJ_LISTE xmlns="http://tempuri.org/">
      <arg>
        <ETAB>string</ETAB>
        <BUDGET>string</BUDGET>
        <EXERCICE>string</EXERCICE>
        <NUM_PRO>string</NUM_PRO>
        <NUM_EJ>string</NUM_EJ>
        <REF_EXT>string</REF_EXT>
        <TYPOLOGIE>string</TYPOLOGIE>
        <NOM_TIER>string</NOM_TIER>
        <NUM_MAR>string</NUM_MAR>
        <NUM_LOT>int</NUM_LOT>
      </arg>
    </EJ_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>
    <EJ_LISTEResponse xmlns="http://tempuri.org/">
      <EJ_LISTEResult>
        <InterfaceEJListeRetourWSInfo>
          <ETAB>string</ETAB>
          <BUDGET>string</BUDGET>
          <EXERCICE>string</EXERCICE>
          <TYP_EJ>string</TYP_EJ>
          <NUM_PRO>string</NUM_PRO>
          <NUM_EJ>string</NUM_EJ>
          <LIC_TIER>string</LIC_TIER>
          <NOM_TIER>string</NOM_TIER>
          <REF_EXT>string</REF_EXT>
          <LIB_PIE>string</LIB_PIE>
          <DAT_CRE>string</DAT_CRE>
          <DAT_VIS>string</DAT_VIS>
          <DAT_SOL>string</DAT_SOL>
          <TYPOLOGIE>string</TYPOLOGIE>
          <LIGNES_EJ>
            <InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
            <InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
          </LIGNES_EJ>
        </InterfaceEJListeRetourWSInfo>
        <InterfaceEJListeRetourWSInfo>
          <ETAB>string</ETAB>
          <BUDGET>string</BUDGET>
          <EXERCICE>string</EXERCICE>
          <TYP_EJ>string</TYP_EJ>
          <NUM_PRO>string</NUM_PRO>
          <NUM_EJ>string</NUM_EJ>
          <LIC_TIER>string</LIC_TIER>
          <NOM_TIER>string</NOM_TIER>
          <REF_EXT>string</REF_EXT>
          <LIB_PIE>string</LIB_PIE>
          <DAT_CRE>string</DAT_CRE>
          <DAT_VIS>string</DAT_VIS>
          <DAT_SOL>string</DAT_SOL>
          <TYPOLOGIE>string</TYPOLOGIE>
          <LIGNES_EJ>
            <InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
            <InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
          </LIGNES_EJ>
        </InterfaceEJListeRetourWSInfo>
      </EJ_LISTEResult>
    </EJ_LISTEResponse>
  </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_LISTE xmlns="http://tempuri.org/">
      <arg>
        <ETAB>string</ETAB>
        <BUDGET>string</BUDGET>
        <EXERCICE>string</EXERCICE>
        <NUM_PRO>string</NUM_PRO>
        <NUM_EJ>string</NUM_EJ>
        <REF_EXT>string</REF_EXT>
        <TYPOLOGIE>string</TYPOLOGIE>
        <NOM_TIER>string</NOM_TIER>
        <NUM_MAR>string</NUM_MAR>
        <NUM_LOT>int</NUM_LOT>
      </arg>
    </EJ_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>
    <EJ_LISTEResponse xmlns="http://tempuri.org/">
      <EJ_LISTEResult>
        <InterfaceEJListeRetourWSInfo>
          <ETAB>string</ETAB>
          <BUDGET>string</BUDGET>
          <EXERCICE>string</EXERCICE>
          <TYP_EJ>string</TYP_EJ>
          <NUM_PRO>string</NUM_PRO>
          <NUM_EJ>string</NUM_EJ>
          <LIC_TIER>string</LIC_TIER>
          <NOM_TIER>string</NOM_TIER>
          <REF_EXT>string</REF_EXT>
          <LIB_PIE>string</LIB_PIE>
          <DAT_CRE>string</DAT_CRE>
          <DAT_VIS>string</DAT_VIS>
          <DAT_SOL>string</DAT_SOL>
          <TYPOLOGIE>string</TYPOLOGIE>
          <LIGNES_EJ>
            <InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
            <InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
          </LIGNES_EJ>
        </InterfaceEJListeRetourWSInfo>
        <InterfaceEJListeRetourWSInfo>
          <ETAB>string</ETAB>
          <BUDGET>string</BUDGET>
          <EXERCICE>string</EXERCICE>
          <TYP_EJ>string</TYP_EJ>
          <NUM_PRO>string</NUM_PRO>
          <NUM_EJ>string</NUM_EJ>
          <LIC_TIER>string</LIC_TIER>
          <NOM_TIER>string</NOM_TIER>
          <REF_EXT>string</REF_EXT>
          <LIB_PIE>string</LIB_PIE>
          <DAT_CRE>string</DAT_CRE>
          <DAT_VIS>string</DAT_VIS>
          <DAT_SOL>string</DAT_SOL>
          <TYPOLOGIE>string</TYPOLOGIE>
          <LIGNES_EJ>
            <InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
            <InterfaceLigneEJListeRetourWSInfo xsi:nil="true" />
          </LIGNES_EJ>
        </InterfaceEJListeRetourWSInfo>
      </EJ_LISTEResult>
    </EJ_LISTEResponse>
  </soap12:Body>
</soap12:Envelope>