Sample Request
The following example requests seven records from the dataset by accession number. In addition, it specifies that the optional field citationsPerYear be included in the output.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bean="http://beans.incitesws.thomsonreuters.com"> <soapenv:Header/> <soapenv:Body> <bean:getIncitesDatasetByUT> <datasetCode>0097AP01</datasetCode> <bean:utList> <!--Zero or more repetitions:--> <ut>A1991MG66700006</ut> <ut>A1991MG66700007</ut> <ut>A1991MG66700008</ut> <ut>A1991MG66700009</ut> <ut>A1991MG667000010</ut> <ut>A1991MG667000011</ut> <ut>A1991MG667000012</ut> </bean:utList> <format>TR</format> <!--Optional:--> <bean:fieldsList> <!--Zero or more repetitions:--> <fieldName>citationsPerYear</fieldName> </bean:fieldsList> </bean:getIncitesDatasetByUT> </soapenv:Body> </soapenv:Envelope>
product | InCites / ICWS |
There are no comments.