SearchWS
Click here for a complete list of operations.
Search
Test
The test form is only available for requests from the local machine.SOAP
The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.
POST /SearchWS.asmx HTTP/1.1
Host: www.lawreports.newsint-archive.co.uk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://SearchWS/Search"
<?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>
<Search xmlns="http://SearchWS/">
<objSearchRequest />
</Search>
</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>
<SearchResponse xmlns="http://SearchWS/">
<SearchResult>
<Documents>
<Document>
<VdkVgwKey>string</VdkVgwKey>
<Txt>string</Txt>
<Photographer>string</Photographer>
<K2DocKey>string</K2DocKey>
<Score>string</Score>
<Wordcount>string</Wordcount>
<Vdksummary>string</Vdksummary>
<Pub>string</Pub>
<Edn>string</Edn>
<Page>string</Page>
<Ldate>string</Ldate>
<SDate>string</SDate>
<Lpub>string</Lpub>
<Section>string</Section>
<Head>string</Head>
<Byline>string</Byline>
<Source>string</Source>
<Illus>string</Illus>
<IllusBy>string</IllusBy>
<Library>string</Library>
<Keywords>string</Keywords>
<Keywrds>string</Keywrds>
<Biog>string</Biog>
<Column>string</Column>
<Type>string</Type>
<Internal3>string</Internal3>
<Price>string</Price>
<Height>string</Height>
<Width>string</Width>
<Site>string</Site>
</Document>
<Document>
<VdkVgwKey>string</VdkVgwKey>
<Txt>string</Txt>
<Photographer>string</Photographer>
<K2DocKey>string</K2DocKey>
<Score>string</Score>
<Wordcount>string</Wordcount>
<Vdksummary>string</Vdksummary>
<Pub>string</Pub>
<Edn>string</Edn>
<Page>string</Page>
<Ldate>string</Ldate>
<SDate>string</SDate>
<Lpub>string</Lpub>
<Section>string</Section>
<Head>string</Head>
<Byline>string</Byline>
<Source>string</Source>
<Illus>string</Illus>
<IllusBy>string</IllusBy>
<Library>string</Library>
<Keywords>string</Keywords>
<Keywrds>string</Keywrds>
<Biog>string</Biog>
<Column>string</Column>
<Type>string</Type>
<Internal3>string</Internal3>
<Price>string</Price>
<Height>string</Height>
<Width>string</Width>
<Site>string</Site>
</Document>
</Documents>
<DocsSearched>int</DocsSearched>
<DocsFound>int</DocsFound>
<FirstPage>int</FirstPage>
<LastPage>int</LastPage>
<CurrentPage>int</CurrentPage>
<NumTotalPages>int</NumTotalPages>
<ErrorMessage>string</ErrorMessage>
<ErrorMessageFriendly>string</ErrorMessageFriendly>
</SearchResult>
</SearchResponse>
</soap:Body>
</soap:Envelope>