Search


Click here for a complete list of operations.

immanens_getNoticeListXml

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 /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/immanens_getNoticeListXml"

<?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:immanens_getNoticeListXml>
      <sessionToken xsi:type="xsd:string">string</sessionToken>
      <searchIdToken xsi:type="xsd:string">string</searchIdToken>
      <startRecord xsi:type="xsd:int">int</startRecord>
      <maxRecords xsi:type="xsd:int">int</maxRecords>
      <sortKeys href="#id1" />
      <xmlListFormat xsi:type="tns:XmlListFormat">FormatNotice or FormatList or FormatOnix or FormatBcdi</xmlListFormat>
      <iPhoneId xsi:type="xsd:string">string</iPhoneId>
      <typeIPhoneAbonnement xsi:type="xsd:int">int</typeIPhoneAbonnement>
    </tns:immanens_getNoticeListXml>
    <soapenc:Array id="id1" soapenc:arrayType="tns:SortKey[2]">
      <Item href="#id2" />
      <Item href="#id3" />
    </soapenc:Array>
    <tns:SortKey id="id2" xsi:type="tns:SortKey">
      <sortOrder xsi:type="tns:SortOrder">SortTitre or SortAuteur or SortEditeur or SortPrix or SortIsbn or SortCollection or SortNoDansC or SortDatParut or SortTheme or SortGenre or SortDewey or SortPublic or SortImagette</sortOrder>
      <descending xsi:type="xsd:boolean">boolean</descending>
    </tns:SortKey>
    <tns:SortKey id="id3" xsi:type="tns:SortKey">
      <sortOrder xsi:type="tns:SortOrder">SortTitre or SortAuteur or SortEditeur or SortPrix or SortIsbn or SortCollection or SortNoDansC or SortDatParut or SortTheme or SortGenre or SortDewey or SortPublic or SortImagette</sortOrder>
      <descending xsi:type="xsd:boolean">boolean</descending>
    </tns:SortKey>
  </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:immanens_getNoticeListXmlResponse>
      <immanens_getNoticeListXmlResult xsi:type="xsd:string">string</immanens_getNoticeListXmlResult>
    </tns:immanens_getNoticeListXmlResponse>
  </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:immanens_getNoticeListXml>
      <sessionToken xsi:type="xsd:string">string</sessionToken>
      <searchIdToken xsi:type="xsd:string">string</searchIdToken>
      <startRecord xsi:type="xsd:int">int</startRecord>
      <maxRecords xsi:type="xsd:int">int</maxRecords>
      <sortKeys soapenc:id="id0" soapenc:itemType="tns:SortKey" soapenc:arraySize="2">
        <Item soapenc:id="id1">
          <sortOrder xsi:type="tns:SortOrder">SortTitre or SortAuteur or SortEditeur or SortPrix or SortIsbn or SortCollection or SortNoDansC or SortDatParut or SortTheme or SortGenre or SortDewey or SortPublic or SortImagette</sortOrder>
          <descending xsi:type="xsd:boolean">boolean</descending>
        </Item>
        <Item soapenc:id="id2">
          <sortOrder xsi:type="tns:SortOrder">SortTitre or SortAuteur or SortEditeur or SortPrix or SortIsbn or SortCollection or SortNoDansC or SortDatParut or SortTheme or SortGenre or SortDewey or SortPublic or SortImagette</sortOrder>
          <descending xsi:type="xsd:boolean">boolean</descending>
        </Item>
      </sortKeys>
      <xmlListFormat xsi:type="tns:XmlListFormat">FormatNotice or FormatList or FormatOnix or FormatBcdi</xmlListFormat>
      <iPhoneId xsi:type="xsd:string">string</iPhoneId>
      <typeIPhoneAbonnement xsi:type="xsd:int">int</typeIPhoneAbonnement>
    </tns:immanens_getNoticeListXml>
  </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:immanens_getNoticeListXmlResponse>
      <rpc:result xmlns="">immanens_getNoticeListXmlResult</rpc:result>
      <immanens_getNoticeListXmlResult xsi:type="xsd:string">string</immanens_getNoticeListXmlResult>
    </tns:immanens_getNoticeListXmlResponse>
  </soap12:Body>
</soap12:Envelope>