GfiPepWS


Click here for a complete list of operations.

SF_CREATION

Permet la création d'un SF dans PEP suivant le statut envoyé.

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 /GFIPepTestWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-test.inj.isoftcloud.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SF_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>
    <SF_CREATION xmlns="http://tempuri.org/">
      <argETAB>string</argETAB>
      <argBUDGET>string</argBUDGET>
      <argEXERCICE>string</argEXERCICE>
      <argCOD_APP>string</argCOD_APP>
      <arTYP_SF>string</arTYP_SF>
      <argLIB_REF_EXT>string</argLIB_REF_EXT>
      <arNUM_SF>string</arNUM_SF>
      <argLIB_PIE>string</argLIB_PIE>
      <argLIC_TIER>string</argLIC_TIER>
      <argDAT_ENR>string</argDAT_ENR>
      <arUSER_ENR>string</arUSER_ENR>
      <argDAT_SF>string</argDAT_SF>
      <argDAT_CON>string</argDAT_CON>
      <argUSER_CON>string</argUSER_CON>
      <argDAT_CER>string</argDAT_CER>
      <arUSER_CER>string</arUSER_CER>
      <argLIC_PROC>string</argLIC_PROC>
      <argRESPONSABLE>string</argRESPONSABLE>
      <argCOMMENTAIRE>string</argCOMMENTAIRE>
      <arQUA_LIV>string</arQUA_LIV>
      <argITF_RES1>string</argITF_RES1>
      <argITF_RES2>string</argITF_RES2>
      <argLIGNES_SF>
        <LigneInterfaceSFWSInfo>
          <NUM_EJ>string</NUM_EJ>
          <NUM_LIG_EJ>int</NUM_LIG_EJ>
          <MNT_HT_CERT>double</MNT_HT_CERT>
          <QUA_CERT>double</QUA_CERT>
          <RUBRIQUE>string</RUBRIQUE>
          <MNT_HTR_CERT>double</MNT_HTR_CERT>
          <MNT_TVD_CERT>double</MNT_TVD_CERT>
          <PCT_PRO_ACT>double</PCT_PRO_ACT>
          <MNT_TTC_CERT>double</MNT_TTC_CERT>
          <MNT_TVA_CERT>double</MNT_TVA_CERT>
          <IDF_LIG_ECH>int</IDF_LIG_ECH>
        </LigneInterfaceSFWSInfo>
        <LigneInterfaceSFWSInfo>
          <NUM_EJ>string</NUM_EJ>
          <NUM_LIG_EJ>int</NUM_LIG_EJ>
          <MNT_HT_CERT>double</MNT_HT_CERT>
          <QUA_CERT>double</QUA_CERT>
          <RUBRIQUE>string</RUBRIQUE>
          <MNT_HTR_CERT>double</MNT_HTR_CERT>
          <MNT_TVD_CERT>double</MNT_TVD_CERT>
          <PCT_PRO_ACT>double</PCT_PRO_ACT>
          <MNT_TTC_CERT>double</MNT_TTC_CERT>
          <MNT_TVA_CERT>double</MNT_TVA_CERT>
          <IDF_LIG_ECH>int</IDF_LIG_ECH>
        </LigneInterfaceSFWSInfo>
      </argLIGNES_SF>
    </SF_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>
    <SF_CREATIONResponse xmlns="http://tempuri.org/">
      <SF_CREATIONResult>string</SF_CREATIONResult>
    </SF_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 /GFIPepTestWS/GfiPepWS.asmx HTTP/1.1
Host: pepws-test.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>
    <SF_CREATION xmlns="http://tempuri.org/">
      <argETAB>string</argETAB>
      <argBUDGET>string</argBUDGET>
      <argEXERCICE>string</argEXERCICE>
      <argCOD_APP>string</argCOD_APP>
      <arTYP_SF>string</arTYP_SF>
      <argLIB_REF_EXT>string</argLIB_REF_EXT>
      <arNUM_SF>string</arNUM_SF>
      <argLIB_PIE>string</argLIB_PIE>
      <argLIC_TIER>string</argLIC_TIER>
      <argDAT_ENR>string</argDAT_ENR>
      <arUSER_ENR>string</arUSER_ENR>
      <argDAT_SF>string</argDAT_SF>
      <argDAT_CON>string</argDAT_CON>
      <argUSER_CON>string</argUSER_CON>
      <argDAT_CER>string</argDAT_CER>
      <arUSER_CER>string</arUSER_CER>
      <argLIC_PROC>string</argLIC_PROC>
      <argRESPONSABLE>string</argRESPONSABLE>
      <argCOMMENTAIRE>string</argCOMMENTAIRE>
      <arQUA_LIV>string</arQUA_LIV>
      <argITF_RES1>string</argITF_RES1>
      <argITF_RES2>string</argITF_RES2>
      <argLIGNES_SF>
        <LigneInterfaceSFWSInfo>
          <NUM_EJ>string</NUM_EJ>
          <NUM_LIG_EJ>int</NUM_LIG_EJ>
          <MNT_HT_CERT>double</MNT_HT_CERT>
          <QUA_CERT>double</QUA_CERT>
          <RUBRIQUE>string</RUBRIQUE>
          <MNT_HTR_CERT>double</MNT_HTR_CERT>
          <MNT_TVD_CERT>double</MNT_TVD_CERT>
          <PCT_PRO_ACT>double</PCT_PRO_ACT>
          <MNT_TTC_CERT>double</MNT_TTC_CERT>
          <MNT_TVA_CERT>double</MNT_TVA_CERT>
          <IDF_LIG_ECH>int</IDF_LIG_ECH>
        </LigneInterfaceSFWSInfo>
        <LigneInterfaceSFWSInfo>
          <NUM_EJ>string</NUM_EJ>
          <NUM_LIG_EJ>int</NUM_LIG_EJ>
          <MNT_HT_CERT>double</MNT_HT_CERT>
          <QUA_CERT>double</QUA_CERT>
          <RUBRIQUE>string</RUBRIQUE>
          <MNT_HTR_CERT>double</MNT_HTR_CERT>
          <MNT_TVD_CERT>double</MNT_TVD_CERT>
          <PCT_PRO_ACT>double</PCT_PRO_ACT>
          <MNT_TTC_CERT>double</MNT_TTC_CERT>
          <MNT_TVA_CERT>double</MNT_TVA_CERT>
          <IDF_LIG_ECH>int</IDF_LIG_ECH>
        </LigneInterfaceSFWSInfo>
      </argLIGNES_SF>
    </SF_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>
    <SF_CREATIONResponse xmlns="http://tempuri.org/">
      <SF_CREATIONResult>string</SF_CREATIONResult>
    </SF_CREATIONResponse>
  </soap12:Body>
</soap12:Envelope>