Search


Click here for a complete list of operations.

findEditeur

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
sessionToken:
refEdite:

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 /WebService/search.asmx HTTP/1.1
Host: www.electre.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://electre.com/ElectreNET/findEditeur"

<?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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://electre.com/ElectreNET/" xmlns:types="http://electre.com/ElectreNET/encodedTypes" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <tns:findEditeur>
      <sessionToken xsi:type="xsd:string">string</sessionToken>
      <refEdite xsi:type="xsd:string">string</refEdite>
    </tns:findEditeur>
  </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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://electre.com/ElectreNET/" xmlns:types="http://electre.com/ElectreNET/encodedTypes" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <tns:findEditeurResponse>
      <findEditeurResult href="#id1" />
    </tns:findEditeurResponse>
    <tns:EditeurInfo id="id1" xsi:type="tns:EditeurInfo">
      <refEdite xsi:type="xsd:string">string</refEdite>
      <cnuf xsi:type="xsd:string">string</cnuf>
      <raiSocia xsi:type="xsd:string">string</raiSocia>
      <adresse href="#id2" />
      <telephone xsi:type="xsd:string">string</telephone>
      <fax xsi:type="xsd:string">string</fax>
      <siteInternet xsi:type="xsd:string">string</siteInternet>
      <email xsi:type="xsd:string">string</email>
      <distribue href="#id3" />
      <formeBiblio xsi:type="xsd:string">string</formeBiblio>
      <liensCA xsi:type="xsd:string">string</liensCA>
      <nationalite xsi:type="xsd:string">string</nationalite>
    </tns:EditeurInfo>
    <soapenc:Array id="id2" soapenc:arrayType="tns:Adresse[2]">
      <Item href="#id4" />
      <Item href="#id5" />
    </soapenc:Array>
    <soapenc:Array id="id3" soapenc:arrayType="xsd:string[2]">
      <Item>string</Item>
      <Item>string</Item>
    </soapenc:Array>
    <tns:Adresse id="id4" xsi:type="tns:Adresse">
      <typAdresse xsi:type="tns:TypeAdresse">TYPE_INCONNU or BUREAU_PARISIEN or BUREAU or DIRECTION_GENERALE or SIEGE_SOCIAL or SIEGE_ADMINISTATIF or SUCCURSALE or SECRETARIAT_GENERAL or SERVICE_COMMERCIAL or SERVICE_TECHNIQUE or REDACTION or SERVICE_DES_PUBLICATIONS or SERVICE_DE_PRESSE or SERVICE_DE_PUBLICITE or SERVICE_ISBN or ADRESSE_POSTALE or VENTE or RETOURS or ENTREPOT or VENTE_AUX_LIBRAIRES or VENTE_PAR_CORRESPONDANCE or DIRECTION or ADRESSE_EN_FRANCE or ADRESSE_A_L_ETRANGER or COMPTOIR_DE_VENTE or FACTURATION</typAdresse>
      <intitule xsi:type="xsd:string">string</intitule>
      <complement xsi:type="xsd:string">string</complement>
      <num2rue xsi:type="xsd:string">string</num2rue>
      <typvoie xsi:type="xsd:string">string</typvoie>
      <rue xsi:type="xsd:string">string</rue>
      <codepost xsi:type="xsd:string">string</codepost>
      <ville xsi:type="xsd:string">string</ville>
      <etatprov xsi:type="xsd:string">string</etatprov>
      <pays xsi:type="xsd:string">string</pays>
      <moyenLiaison href="#id6" />
    </tns:Adresse>
    <tns:Adresse id="id5" xsi:type="tns:Adresse">
      <typAdresse xsi:type="tns:TypeAdresse">TYPE_INCONNU or BUREAU_PARISIEN or BUREAU or DIRECTION_GENERALE or SIEGE_SOCIAL or SIEGE_ADMINISTATIF or SUCCURSALE or SECRETARIAT_GENERAL or SERVICE_COMMERCIAL or SERVICE_TECHNIQUE or REDACTION or SERVICE_DES_PUBLICATIONS or SERVICE_DE_PRESSE or SERVICE_DE_PUBLICITE or SERVICE_ISBN or ADRESSE_POSTALE or VENTE or RETOURS or ENTREPOT or VENTE_AUX_LIBRAIRES or VENTE_PAR_CORRESPONDANCE or DIRECTION or ADRESSE_EN_FRANCE or ADRESSE_A_L_ETRANGER or COMPTOIR_DE_VENTE or FACTURATION</typAdresse>
      <intitule xsi:type="xsd:string">string</intitule>
      <complement xsi:type="xsd:string">string</complement>
      <num2rue xsi:type="xsd:string">string</num2rue>
      <typvoie xsi:type="xsd:string">string</typvoie>
      <rue xsi:type="xsd:string">string</rue>
      <codepost xsi:type="xsd:string">string</codepost>
      <ville xsi:type="xsd:string">string</ville>
      <etatprov xsi:type="xsd:string">string</etatprov>
      <pays xsi:type="xsd:string">string</pays>
      <moyenLiaison href="#id7" />
    </tns:Adresse>
    <soapenc:Array id="id6" soapenc:arrayType="tns:MoyenLiaison[2]">
      <Item xsi:null="1" />
      <Item xsi:null="1" />
    </soapenc:Array>
    <soapenc:Array id="id7" soapenc:arrayType="tns:MoyenLiaison[2]">
      <Item xsi:null="1" />
      <Item xsi:null="1" />
    </soapenc:Array>
  </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 /WebService/search.asmx HTTP/1.1
Host: www.electre.com
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:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://electre.com/ElectreNET/" xmlns:types="http://electre.com/ElectreNET/encodedTypes" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
    <tns:findEditeur>
      <sessionToken xsi:type="xsd:string">string</sessionToken>
      <refEdite xsi:type="xsd:string">string</refEdite>
    </tns:findEditeur>
  </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:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://electre.com/ElectreNET/" xmlns:types="http://electre.com/ElectreNET/encodedTypes" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
    <tns:findEditeurResponse>
      <rpc:result xmlns="">findEditeurResult</rpc:result>
      <findEditeurResult soapenc:id="id0" xsi:type="tns:EditeurInfo">
        <refEdite xsi:type="xsd:string">string</refEdite>
        <cnuf xsi:type="xsd:string">string</cnuf>
        <raiSocia xsi:type="xsd:string">string</raiSocia>
        <adresse soapenc:id="id1" soapenc:itemType="tns:Adresse" soapenc:arraySize="2">
          <Item soapenc:id="id2">
            <typAdresse xsi:type="tns:TypeAdresse">TYPE_INCONNU or BUREAU_PARISIEN or BUREAU or DIRECTION_GENERALE or SIEGE_SOCIAL or SIEGE_ADMINISTATIF or SUCCURSALE or SECRETARIAT_GENERAL or SERVICE_COMMERCIAL or SERVICE_TECHNIQUE or REDACTION or SERVICE_DES_PUBLICATIONS or SERVICE_DE_PRESSE or SERVICE_DE_PUBLICITE or SERVICE_ISBN or ADRESSE_POSTALE or VENTE or RETOURS or ENTREPOT or VENTE_AUX_LIBRAIRES or VENTE_PAR_CORRESPONDANCE or DIRECTION or ADRESSE_EN_FRANCE or ADRESSE_A_L_ETRANGER or COMPTOIR_DE_VENTE or FACTURATION</typAdresse>
            <intitule xsi:type="xsd:string">string</intitule>
            <complement xsi:type="xsd:string">string</complement>
            <num2rue xsi:type="xsd:string">string</num2rue>
            <typvoie xsi:type="xsd:string">string</typvoie>
            <rue xsi:type="xsd:string">string</rue>
            <codepost xsi:type="xsd:string">string</codepost>
            <ville xsi:type="xsd:string">string</ville>
            <etatprov xsi:type="xsd:string">string</etatprov>
            <pays xsi:type="xsd:string">string</pays>
            <moyenLiaison soapenc:id="id3" soapenc:itemType="tns:MoyenLiaison" soapenc:arraySize="2">
              <Item xsi:nil="true" />
              <Item xsi:nil="true" />
            </moyenLiaison>
          </Item>
          <Item soapenc:id="id4">
            <typAdresse xsi:type="tns:TypeAdresse">TYPE_INCONNU or BUREAU_PARISIEN or BUREAU or DIRECTION_GENERALE or SIEGE_SOCIAL or SIEGE_ADMINISTATIF or SUCCURSALE or SECRETARIAT_GENERAL or SERVICE_COMMERCIAL or SERVICE_TECHNIQUE or REDACTION or SERVICE_DES_PUBLICATIONS or SERVICE_DE_PRESSE or SERVICE_DE_PUBLICITE or SERVICE_ISBN or ADRESSE_POSTALE or VENTE or RETOURS or ENTREPOT or VENTE_AUX_LIBRAIRES or VENTE_PAR_CORRESPONDANCE or DIRECTION or ADRESSE_EN_FRANCE or ADRESSE_A_L_ETRANGER or COMPTOIR_DE_VENTE or FACTURATION</typAdresse>
            <intitule xsi:type="xsd:string">string</intitule>
            <complement xsi:type="xsd:string">string</complement>
            <num2rue xsi:type="xsd:string">string</num2rue>
            <typvoie xsi:type="xsd:string">string</typvoie>
            <rue xsi:type="xsd:string">string</rue>
            <codepost xsi:type="xsd:string">string</codepost>
            <ville xsi:type="xsd:string">string</ville>
            <etatprov xsi:type="xsd:string">string</etatprov>
            <pays xsi:type="xsd:string">string</pays>
            <moyenLiaison soapenc:id="id5" soapenc:itemType="tns:MoyenLiaison" soapenc:arraySize="2">
              <Item xsi:nil="true" />
              <Item xsi:nil="true" />
            </moyenLiaison>
          </Item>
        </adresse>
        <telephone xsi:type="xsd:string">string</telephone>
        <fax xsi:type="xsd:string">string</fax>
        <siteInternet xsi:type="xsd:string">string</siteInternet>
        <email xsi:type="xsd:string">string</email>
        <distribue soapenc:id="id6" soapenc:itemType="xsd:string" soapenc:arraySize="2">
          <Item>string</Item>
          <Item>string</Item>
        </distribue>
        <formeBiblio xsi:type="xsd:string">string</formeBiblio>
        <liensCA xsi:type="xsd:string">string</liensCA>
        <nationalite xsi:type="xsd:string">string</nationalite>
      </findEditeurResult>
    </tns:findEditeurResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /WebService/search.asmx/findEditeur?sessionToken=string&refEdite=string HTTP/1.1
Host: www.electre.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<EditeurInfo xmlns="http://electre.com/ElectreNET/literalTypes">
  <refEdite>string</refEdite>
  <cnuf>string</cnuf>
  <raiSocia>string</raiSocia>
  <adresse>
    <Adresse>
      <typAdresse>TYPE_INCONNU or BUREAU_PARISIEN or BUREAU or DIRECTION_GENERALE or SIEGE_SOCIAL or SIEGE_ADMINISTATIF or SUCCURSALE or SECRETARIAT_GENERAL or SERVICE_COMMERCIAL or SERVICE_TECHNIQUE or REDACTION or SERVICE_DES_PUBLICATIONS or SERVICE_DE_PRESSE or SERVICE_DE_PUBLICITE or SERVICE_ISBN or ADRESSE_POSTALE or VENTE or RETOURS or ENTREPOT or VENTE_AUX_LIBRAIRES or VENTE_PAR_CORRESPONDANCE or DIRECTION or ADRESSE_EN_FRANCE or ADRESSE_A_L_ETRANGER or COMPTOIR_DE_VENTE or FACTURATION</typAdresse>
      <intitule>string</intitule>
      <complement>string</complement>
      <num2rue>string</num2rue>
      <typvoie>string</typvoie>
      <rue>string</rue>
      <codepost>string</codepost>
      <ville>string</ville>
      <etatprov>string</etatprov>
      <pays>string</pays>
      <moyenLiaison>
        <MoyenLiaison d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MoyenLiaison d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </moyenLiaison>
    </Adresse>
    <Adresse>
      <typAdresse>TYPE_INCONNU or BUREAU_PARISIEN or BUREAU or DIRECTION_GENERALE or SIEGE_SOCIAL or SIEGE_ADMINISTATIF or SUCCURSALE or SECRETARIAT_GENERAL or SERVICE_COMMERCIAL or SERVICE_TECHNIQUE or REDACTION or SERVICE_DES_PUBLICATIONS or SERVICE_DE_PRESSE or SERVICE_DE_PUBLICITE or SERVICE_ISBN or ADRESSE_POSTALE or VENTE or RETOURS or ENTREPOT or VENTE_AUX_LIBRAIRES or VENTE_PAR_CORRESPONDANCE or DIRECTION or ADRESSE_EN_FRANCE or ADRESSE_A_L_ETRANGER or COMPTOIR_DE_VENTE or FACTURATION</typAdresse>
      <intitule>string</intitule>
      <complement>string</complement>
      <num2rue>string</num2rue>
      <typvoie>string</typvoie>
      <rue>string</rue>
      <codepost>string</codepost>
      <ville>string</ville>
      <etatprov>string</etatprov>
      <pays>string</pays>
      <moyenLiaison>
        <MoyenLiaison d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MoyenLiaison d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </moyenLiaison>
    </Adresse>
  </adresse>
  <telephone>string</telephone>
  <fax>string</fax>
  <siteInternet>string</siteInternet>
  <email>string</email>
  <distribue>
    <string>string</string>
    <string>string</string>
  </distribue>
  <formeBiblio>string</formeBiblio>
  <liensCA>string</liensCA>
  <nationalite>string</nationalite>
</EditeurInfo>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /WebService/search.asmx/findEditeur HTTP/1.1
Host: www.electre.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

sessionToken=string&refEdite=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<EditeurInfo xmlns="http://electre.com/ElectreNET/literalTypes">
  <refEdite>string</refEdite>
  <cnuf>string</cnuf>
  <raiSocia>string</raiSocia>
  <adresse>
    <Adresse>
      <typAdresse>TYPE_INCONNU or BUREAU_PARISIEN or BUREAU or DIRECTION_GENERALE or SIEGE_SOCIAL or SIEGE_ADMINISTATIF or SUCCURSALE or SECRETARIAT_GENERAL or SERVICE_COMMERCIAL or SERVICE_TECHNIQUE or REDACTION or SERVICE_DES_PUBLICATIONS or SERVICE_DE_PRESSE or SERVICE_DE_PUBLICITE or SERVICE_ISBN or ADRESSE_POSTALE or VENTE or RETOURS or ENTREPOT or VENTE_AUX_LIBRAIRES or VENTE_PAR_CORRESPONDANCE or DIRECTION or ADRESSE_EN_FRANCE or ADRESSE_A_L_ETRANGER or COMPTOIR_DE_VENTE or FACTURATION</typAdresse>
      <intitule>string</intitule>
      <complement>string</complement>
      <num2rue>string</num2rue>
      <typvoie>string</typvoie>
      <rue>string</rue>
      <codepost>string</codepost>
      <ville>string</ville>
      <etatprov>string</etatprov>
      <pays>string</pays>
      <moyenLiaison>
        <MoyenLiaison d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MoyenLiaison d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </moyenLiaison>
    </Adresse>
    <Adresse>
      <typAdresse>TYPE_INCONNU or BUREAU_PARISIEN or BUREAU or DIRECTION_GENERALE or SIEGE_SOCIAL or SIEGE_ADMINISTATIF or SUCCURSALE or SECRETARIAT_GENERAL or SERVICE_COMMERCIAL or SERVICE_TECHNIQUE or REDACTION or SERVICE_DES_PUBLICATIONS or SERVICE_DE_PRESSE or SERVICE_DE_PUBLICITE or SERVICE_ISBN or ADRESSE_POSTALE or VENTE or RETOURS or ENTREPOT or VENTE_AUX_LIBRAIRES or VENTE_PAR_CORRESPONDANCE or DIRECTION or ADRESSE_EN_FRANCE or ADRESSE_A_L_ETRANGER or COMPTOIR_DE_VENTE or FACTURATION</typAdresse>
      <intitule>string</intitule>
      <complement>string</complement>
      <num2rue>string</num2rue>
      <typvoie>string</typvoie>
      <rue>string</rue>
      <codepost>string</codepost>
      <ville>string</ville>
      <etatprov>string</etatprov>
      <pays>string</pays>
      <moyenLiaison>
        <MoyenLiaison d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MoyenLiaison d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </moyenLiaison>
    </Adresse>
  </adresse>
  <telephone>string</telephone>
  <fax>string</fax>
  <siteInternet>string</siteInternet>
  <email>string</email>
  <distribue>
    <string>string</string>
    <string>string</string>
  </distribue>
  <formeBiblio>string</formeBiblio>
  <liensCA>string</liensCA>
  <nationalite>string</nationalite>
</EditeurInfo>