GfiPepWS
Click here for a complete list of operations.
COM_LISTE
Permet de renvoyer la liste des commandes suivant des critères de recherche dans PEP.
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/COM_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>
<COM_LISTE xmlns="http://tempuri.org/">
<arg>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<MOD_ID>string</MOD_ID>
<VAL_ID>string</VAL_ID>
<STATUT>string</STATUT>
<TYPOLOGIE>string</TYPOLOGIE>
<NOM_TIER>string</NOM_TIER>
<NUM_MAR>string</NUM_MAR>
<NUM_LOT>string</NUM_LOT>
<DAT_ENR>string</DAT_ENR>
<DAT_VAL>string</DAT_VAL>
</arg>
</COM_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>
<COM_LISTEResponse xmlns="http://tempuri.org/">
<COM_LISTEResult>
<InterfaceCommandeListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<NUM_PRO>string</NUM_PRO>
<NUM_COM>string</NUM_COM>
<LIC_TIER>string</LIC_TIER>
<NOM_TIER>string</NOM_TIER>
<REF_EXT_COM>string</REF_EXT_COM>
<LIL_COM>string</LIL_COM>
<DAT_CRE>string</DAT_CRE>
<DAT_VIS>string</DAT_VIS>
<DAT_SOL>string</DAT_SOL>
<TYPOLOGIE>string</TYPOLOGIE>
<MNT_HT>double</MNT_HT>
<MNT_TTC>double</MNT_TTC>
<IDF_UTIL_CRE>string</IDF_UTIL_CRE>
<STATUT>string</STATUT>
<GROUPE>string</GROUPE>
<NUM_MAR>string</NUM_MAR>
<OBS_COM>string</OBS_COM>
<LIB_RES_COM>string</LIB_RES_COM>
<ADR_LIV_COM>string</ADR_LIV_COM>
<DAT_LIV_COM>string</DAT_LIV_COM>
<IND_TRA_COM>string</IND_TRA_COM>
</InterfaceCommandeListeRetourWSInfo>
<InterfaceCommandeListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<NUM_PRO>string</NUM_PRO>
<NUM_COM>string</NUM_COM>
<LIC_TIER>string</LIC_TIER>
<NOM_TIER>string</NOM_TIER>
<REF_EXT_COM>string</REF_EXT_COM>
<LIL_COM>string</LIL_COM>
<DAT_CRE>string</DAT_CRE>
<DAT_VIS>string</DAT_VIS>
<DAT_SOL>string</DAT_SOL>
<TYPOLOGIE>string</TYPOLOGIE>
<MNT_HT>double</MNT_HT>
<MNT_TTC>double</MNT_TTC>
<IDF_UTIL_CRE>string</IDF_UTIL_CRE>
<STATUT>string</STATUT>
<GROUPE>string</GROUPE>
<NUM_MAR>string</NUM_MAR>
<OBS_COM>string</OBS_COM>
<LIB_RES_COM>string</LIB_RES_COM>
<ADR_LIV_COM>string</ADR_LIV_COM>
<DAT_LIV_COM>string</DAT_LIV_COM>
<IND_TRA_COM>string</IND_TRA_COM>
</InterfaceCommandeListeRetourWSInfo>
</COM_LISTEResult>
</COM_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 /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>
<COM_LISTE xmlns="http://tempuri.org/">
<arg>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<MOD_ID>string</MOD_ID>
<VAL_ID>string</VAL_ID>
<STATUT>string</STATUT>
<TYPOLOGIE>string</TYPOLOGIE>
<NOM_TIER>string</NOM_TIER>
<NUM_MAR>string</NUM_MAR>
<NUM_LOT>string</NUM_LOT>
<DAT_ENR>string</DAT_ENR>
<DAT_VAL>string</DAT_VAL>
</arg>
</COM_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>
<COM_LISTEResponse xmlns="http://tempuri.org/">
<COM_LISTEResult>
<InterfaceCommandeListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<NUM_PRO>string</NUM_PRO>
<NUM_COM>string</NUM_COM>
<LIC_TIER>string</LIC_TIER>
<NOM_TIER>string</NOM_TIER>
<REF_EXT_COM>string</REF_EXT_COM>
<LIL_COM>string</LIL_COM>
<DAT_CRE>string</DAT_CRE>
<DAT_VIS>string</DAT_VIS>
<DAT_SOL>string</DAT_SOL>
<TYPOLOGIE>string</TYPOLOGIE>
<MNT_HT>double</MNT_HT>
<MNT_TTC>double</MNT_TTC>
<IDF_UTIL_CRE>string</IDF_UTIL_CRE>
<STATUT>string</STATUT>
<GROUPE>string</GROUPE>
<NUM_MAR>string</NUM_MAR>
<OBS_COM>string</OBS_COM>
<LIB_RES_COM>string</LIB_RES_COM>
<ADR_LIV_COM>string</ADR_LIV_COM>
<DAT_LIV_COM>string</DAT_LIV_COM>
<IND_TRA_COM>string</IND_TRA_COM>
</InterfaceCommandeListeRetourWSInfo>
<InterfaceCommandeListeRetourWSInfo>
<ETAB>string</ETAB>
<BUDGET>string</BUDGET>
<EXERCICE>string</EXERCICE>
<NUM_PRO>string</NUM_PRO>
<NUM_COM>string</NUM_COM>
<LIC_TIER>string</LIC_TIER>
<NOM_TIER>string</NOM_TIER>
<REF_EXT_COM>string</REF_EXT_COM>
<LIL_COM>string</LIL_COM>
<DAT_CRE>string</DAT_CRE>
<DAT_VIS>string</DAT_VIS>
<DAT_SOL>string</DAT_SOL>
<TYPOLOGIE>string</TYPOLOGIE>
<MNT_HT>double</MNT_HT>
<MNT_TTC>double</MNT_TTC>
<IDF_UTIL_CRE>string</IDF_UTIL_CRE>
<STATUT>string</STATUT>
<GROUPE>string</GROUPE>
<NUM_MAR>string</NUM_MAR>
<OBS_COM>string</OBS_COM>
<LIB_RES_COM>string</LIB_RES_COM>
<ADR_LIV_COM>string</ADR_LIV_COM>
<DAT_LIV_COM>string</DAT_LIV_COM>
<IND_TRA_COM>string</IND_TRA_COM>
</InterfaceCommandeListeRetourWSInfo>
</COM_LISTEResult>
</COM_LISTEResponse>
</soap12:Body>
</soap12:Envelope>