citedReferencesRetrieve
The citedReferencesRetrieve operation submits a query returned by a previous citedReferences operation.
This operation is useful for overcoming the retrieval limit of 100 records per query. For example, a citedReferences operation may find 106 cited references, as revealed by the content of the recordsFound element, but it returns only records 1-100. You could perform a subsequent citedReferencesretrieve operation to obtain records 101-106.
WSDL Declarations
The input message is defined by the woksearch:citedReferencesRetrieve type.
The output message is defined by the woksearch:citedReferencesRetrieveResponse type.
Prerequisites
A valid queryID from a previous citedReferences operation. In addition, a valid session, identified by sessionID, must be active before the operation can be performed.
Query Parameters
For this operation, there is a single query parameter:
queryId (Type: string)
This is the query ID from a previous citedReferences operation. Cannot be null.
Example
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header/> <soap:Body> <woksearch:citedReferencesRetrieve xmlns:woksearch="http://woksearch.v3.wokmws.thomsonreuters.com"> <queryId>22</queryId> <retrieveParameters> <firstRecord>50</firstRecord> <count>10</count> </retrieveParameters> </woksearch:citedReferencesRetrieve> </soap:Body> </soap:Envelope>