Service
Cliquez ici pour une liste complète des opérations.
GetSegments
Test
Le formulaire de test est uniquement disponible pour les demandes de l'ordinateur local.SOAP 1.1
Le texte suivant est un exemple de demande et de réponse SOAP 1.1. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.
POST /service.asmx HTTP/1.1 Host: demo-wsetg-net.v12web.eu Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://wsetg-net.v12web.eu/GetSegments" <?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> <GetSegments xmlns="http://wsetg-net.v12web.eu/"> <sCulture>string</sCulture> <sLangue>string</sLangue> <iIdApplication>int</iIdApplication> <sIdClient>string</sIdClient> <istParametres> <iModeReferentiel>Non_Renseigne or VN or VN_Anterieur or VO or Desiderata</iModeReferentiel> <tTypeBoite> <eTypeBoite>Non_Defini or Automatique or Manuelle</eTypeBoite> <eTypeBoite>Non_Defini or Automatique or Manuelle</eTypeBoite> </tTypeBoite> <tTypeVehiculeId> <int>int</int> <int>int</int> </tTypeVehiculeId> <iIdMarque>int</iIdMarque> <tIdMarque> <int>int</int> <int>int</int> </tIdMarque> <sModeleGroupe>string</sModeleGroupe> <iModeleId>int</iModeleId> <sModeleDesc>string</sModeleDesc> <tModeleDesc> <string>string</string> <string>string</string> </tModeleDesc> <bElargirModele>boolean</bElargirModele> <sIdEnergie>string</sIdEnergie> <sIdSegment>string</sIdSegment> <tIdSegment> <string>string</string> <string>string</string> </tIdSegment> <sIdCarrosserie>string</sIdCarrosserie> <iNbPortes>short</iNbPortes> <sIdTransmission>string</sIdTransmission> <tIdTransmission> <string>string</string> <string>string</string> </tIdTransmission> <sNatCode>string</sNatCode> <tNatCode> <string>string</string> <string>string</string> </tNatCode> <sDateCatalogue>string</sDateCatalogue> <iNbAnneesCatalogue>short</iNbAnneesCatalogue> <sDateTarif>string</sDateTarif> <rPrixMin>decimal</rPrixMin> <rPrixMax>decimal</rPrixMax> <rCO2_NEDCMini>decimal</rCO2_NEDCMini> <rCO2_NEDCMaxi>decimal</rCO2_NEDCMaxi> <rCO2_WLTPMini>decimal</rCO2_WLTPMini> <rCO2_WLTPMaxi>decimal</rCO2_WLTPMaxi> <bInclureCO2_NEDC_Empty>boolean</bInclureCO2_NEDC_Empty> <bInclureCO2_WLTP_Empty>boolean</bInclureCO2_WLTP_Empty> <tTypeEquipement> <short>short</short> <short>short</short> </tTypeEquipement> <bInclureCGdansOptions>boolean</bInclureCGdansOptions> <iCo2Max>int</iCo2Max> <sVecteurText>string</sVecteurText> </istParametres> </GetSegments> </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> <GetSegmentsResponse xmlns="http://wsetg-net.v12web.eu/"> <GetSegmentsResult> <stSegment> <sCode>string</sCode> <sLibelle>string</sLibelle> </stSegment> <stSegment> <sCode>string</sCode> <sLibelle>string</sLibelle> </stSegment> </GetSegmentsResult> </GetSegmentsResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
Le texte suivant est un exemple de demande et de réponse SOAP 1.2. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.
POST /service.asmx HTTP/1.1 Host: demo-wsetg-net.v12web.eu 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> <GetSegments xmlns="http://wsetg-net.v12web.eu/"> <sCulture>string</sCulture> <sLangue>string</sLangue> <iIdApplication>int</iIdApplication> <sIdClient>string</sIdClient> <istParametres> <iModeReferentiel>Non_Renseigne or VN or VN_Anterieur or VO or Desiderata</iModeReferentiel> <tTypeBoite> <eTypeBoite>Non_Defini or Automatique or Manuelle</eTypeBoite> <eTypeBoite>Non_Defini or Automatique or Manuelle</eTypeBoite> </tTypeBoite> <tTypeVehiculeId> <int>int</int> <int>int</int> </tTypeVehiculeId> <iIdMarque>int</iIdMarque> <tIdMarque> <int>int</int> <int>int</int> </tIdMarque> <sModeleGroupe>string</sModeleGroupe> <iModeleId>int</iModeleId> <sModeleDesc>string</sModeleDesc> <tModeleDesc> <string>string</string> <string>string</string> </tModeleDesc> <bElargirModele>boolean</bElargirModele> <sIdEnergie>string</sIdEnergie> <sIdSegment>string</sIdSegment> <tIdSegment> <string>string</string> <string>string</string> </tIdSegment> <sIdCarrosserie>string</sIdCarrosserie> <iNbPortes>short</iNbPortes> <sIdTransmission>string</sIdTransmission> <tIdTransmission> <string>string</string> <string>string</string> </tIdTransmission> <sNatCode>string</sNatCode> <tNatCode> <string>string</string> <string>string</string> </tNatCode> <sDateCatalogue>string</sDateCatalogue> <iNbAnneesCatalogue>short</iNbAnneesCatalogue> <sDateTarif>string</sDateTarif> <rPrixMin>decimal</rPrixMin> <rPrixMax>decimal</rPrixMax> <rCO2_NEDCMini>decimal</rCO2_NEDCMini> <rCO2_NEDCMaxi>decimal</rCO2_NEDCMaxi> <rCO2_WLTPMini>decimal</rCO2_WLTPMini> <rCO2_WLTPMaxi>decimal</rCO2_WLTPMaxi> <bInclureCO2_NEDC_Empty>boolean</bInclureCO2_NEDC_Empty> <bInclureCO2_WLTP_Empty>boolean</bInclureCO2_WLTP_Empty> <tTypeEquipement> <short>short</short> <short>short</short> </tTypeEquipement> <bInclureCGdansOptions>boolean</bInclureCGdansOptions> <iCo2Max>int</iCo2Max> <sVecteurText>string</sVecteurText> </istParametres> </GetSegments> </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> <GetSegmentsResponse xmlns="http://wsetg-net.v12web.eu/"> <GetSegmentsResult> <stSegment> <sCode>string</sCode> <sLibelle>string</sLibelle> </stSegment> <stSegment> <sCode>string</sCode> <sLibelle>string</sLibelle> </stSegment> </GetSegmentsResult> </GetSegmentsResponse> </soap12:Body> </soap12:Envelope>