Iwwb Searcher


Click here for a complete list of operations.

GetFullResult

Gibt ein Result XML mit den vollständigen Treffern zurück, welches anhand eines LuceneQuery strings angefordert wurde.
Achtung: Diese Methode ist nur für den internen Gebrauch und kann von Ihnen nicht verwendet werden.
Bitte verwenden Sie statt dessen 'GetFullResultBySimpleQueryString'.

Test

The test form is only available for methods with primitive types as parameters.

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 /Searcher.asmx HTTP/1.1
Host: index.iwwb.de
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://engine.de/GetFullResult"

<?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>
    <GetFullResult xmlns="http://engine.de/">
      <query>string</query>
      <zip>string</zip>
      <city>string</city>
      <startDate>dateTime</startDate>
      <endDate>dateTime</endDate>
      <type>int</type>
      <page>int</page>
      <resultPerPage>int</resultPerPage>
      <maxResult>int</maxResult>
      <sort>
        <string>string</string>
        <string>string</string>
      </sort>
    </GetFullResult>
  </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>
    <GetFullResultResponse xmlns="http://engine.de/">
      <GetFullResultResult>
        <SumResult>int</SumResult>
        <SearchResultPageCount>int</SearchResultPageCount>
        <PotentialSearchResult>int</PotentialSearchResult>
        <MaxRank>double</MaxRank>
        <SearchDuration>double</SearchDuration>
        <SearchResults>
          <SearchResult>
            <Name>string</Name>
            <StartTime>dateTime</StartTime>
            <Street>string</Street>
            <Title>string</Title>
            <Keywords>string</Keywords>
            <ReferenceUrl>string</ReferenceUrl>
            <DatabaseSupplier>string</DatabaseSupplier>
            <DatabaseSupplierURL>string</DatabaseSupplierURL>
            <TrainingSupplier>string</TrainingSupplier>
            <TrainingSupplierUrl>string</TrainingSupplierUrl>
            <Rank>double</Rank>
            <Zip>string</Zip>
            <City>string</City>
            <Type>int</Type>
          </SearchResult>
          <SearchResult>
            <Name>string</Name>
            <StartTime>dateTime</StartTime>
            <Street>string</Street>
            <Title>string</Title>
            <Keywords>string</Keywords>
            <ReferenceUrl>string</ReferenceUrl>
            <DatabaseSupplier>string</DatabaseSupplier>
            <DatabaseSupplierURL>string</DatabaseSupplierURL>
            <TrainingSupplier>string</TrainingSupplier>
            <TrainingSupplierUrl>string</TrainingSupplierUrl>
            <Rank>double</Rank>
            <Zip>string</Zip>
            <City>string</City>
            <Type>int</Type>
          </SearchResult>
        </SearchResults>
      </GetFullResultResult>
    </GetFullResultResponse>
  </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 /Searcher.asmx HTTP/1.1
Host: index.iwwb.de
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>
    <GetFullResult xmlns="http://engine.de/">
      <query>string</query>
      <zip>string</zip>
      <city>string</city>
      <startDate>dateTime</startDate>
      <endDate>dateTime</endDate>
      <type>int</type>
      <page>int</page>
      <resultPerPage>int</resultPerPage>
      <maxResult>int</maxResult>
      <sort>
        <string>string</string>
        <string>string</string>
      </sort>
    </GetFullResult>
  </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>
    <GetFullResultResponse xmlns="http://engine.de/">
      <GetFullResultResult>
        <SumResult>int</SumResult>
        <SearchResultPageCount>int</SearchResultPageCount>
        <PotentialSearchResult>int</PotentialSearchResult>
        <MaxRank>double</MaxRank>
        <SearchDuration>double</SearchDuration>
        <SearchResults>
          <SearchResult>
            <Name>string</Name>
            <StartTime>dateTime</StartTime>
            <Street>string</Street>
            <Title>string</Title>
            <Keywords>string</Keywords>
            <ReferenceUrl>string</ReferenceUrl>
            <DatabaseSupplier>string</DatabaseSupplier>
            <DatabaseSupplierURL>string</DatabaseSupplierURL>
            <TrainingSupplier>string</TrainingSupplier>
            <TrainingSupplierUrl>string</TrainingSupplierUrl>
            <Rank>double</Rank>
            <Zip>string</Zip>
            <City>string</City>
            <Type>int</Type>
          </SearchResult>
          <SearchResult>
            <Name>string</Name>
            <StartTime>dateTime</StartTime>
            <Street>string</Street>
            <Title>string</Title>
            <Keywords>string</Keywords>
            <ReferenceUrl>string</ReferenceUrl>
            <DatabaseSupplier>string</DatabaseSupplier>
            <DatabaseSupplierURL>string</DatabaseSupplierURL>
            <TrainingSupplier>string</TrainingSupplier>
            <TrainingSupplierUrl>string</TrainingSupplierUrl>
            <Rank>double</Rank>
            <Zip>string</Zip>
            <City>string</City>
            <Type>int</Type>
          </SearchResult>
        </SearchResults>
      </GetFullResultResult>
    </GetFullResultResponse>
  </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 /Searcher.asmx/GetFullResult?query=string&zip=string&city=string&startDate=string&endDate=string&type=string&page=string&resultPerPage=string&maxResult=string&sort=string&sort=string HTTP/1.1
Host: index.iwwb.de
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Result xmlns="http://engine.de/">
  <SumResult>int</SumResult>
  <SearchResultPageCount>int</SearchResultPageCount>
  <PotentialSearchResult>int</PotentialSearchResult>
  <MaxRank>double</MaxRank>
  <SearchDuration>double</SearchDuration>
  <SearchResults>
    <SearchResult>
      <Name>string</Name>
      <StartTime>dateTime</StartTime>
      <Street>string</Street>
      <Title>string</Title>
      <Keywords>string</Keywords>
      <ReferenceUrl>string</ReferenceUrl>
      <DatabaseSupplier>string</DatabaseSupplier>
      <DatabaseSupplierURL>string</DatabaseSupplierURL>
      <TrainingSupplier>string</TrainingSupplier>
      <TrainingSupplierUrl>string</TrainingSupplierUrl>
      <Rank>double</Rank>
      <Zip>string</Zip>
      <City>string</City>
      <Type>int</Type>
    </SearchResult>
    <SearchResult>
      <Name>string</Name>
      <StartTime>dateTime</StartTime>
      <Street>string</Street>
      <Title>string</Title>
      <Keywords>string</Keywords>
      <ReferenceUrl>string</ReferenceUrl>
      <DatabaseSupplier>string</DatabaseSupplier>
      <DatabaseSupplierURL>string</DatabaseSupplierURL>
      <TrainingSupplier>string</TrainingSupplier>
      <TrainingSupplierUrl>string</TrainingSupplierUrl>
      <Rank>double</Rank>
      <Zip>string</Zip>
      <City>string</City>
      <Type>int</Type>
    </SearchResult>
  </SearchResults>
</Result>

HTTP POST

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

POST /Searcher.asmx/GetFullResult HTTP/1.1
Host: index.iwwb.de
Content-Type: application/x-www-form-urlencoded
Content-Length: length

query=string&zip=string&city=string&startDate=string&endDate=string&type=string&page=string&resultPerPage=string&maxResult=string&sort=string&sort=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Result xmlns="http://engine.de/">
  <SumResult>int</SumResult>
  <SearchResultPageCount>int</SearchResultPageCount>
  <PotentialSearchResult>int</PotentialSearchResult>
  <MaxRank>double</MaxRank>
  <SearchDuration>double</SearchDuration>
  <SearchResults>
    <SearchResult>
      <Name>string</Name>
      <StartTime>dateTime</StartTime>
      <Street>string</Street>
      <Title>string</Title>
      <Keywords>string</Keywords>
      <ReferenceUrl>string</ReferenceUrl>
      <DatabaseSupplier>string</DatabaseSupplier>
      <DatabaseSupplierURL>string</DatabaseSupplierURL>
      <TrainingSupplier>string</TrainingSupplier>
      <TrainingSupplierUrl>string</TrainingSupplierUrl>
      <Rank>double</Rank>
      <Zip>string</Zip>
      <City>string</City>
      <Type>int</Type>
    </SearchResult>
    <SearchResult>
      <Name>string</Name>
      <StartTime>dateTime</StartTime>
      <Street>string</Street>
      <Title>string</Title>
      <Keywords>string</Keywords>
      <ReferenceUrl>string</ReferenceUrl>
      <DatabaseSupplier>string</DatabaseSupplier>
      <DatabaseSupplierURL>string</DatabaseSupplierURL>
      <TrainingSupplier>string</TrainingSupplier>
      <TrainingSupplierUrl>string</TrainingSupplierUrl>
      <Rank>double</Rank>
      <Zip>string</Zip>
      <City>string</City>
      <Type>int</Type>
    </SearchResult>
  </SearchResults>
</Result>