Skip to content

Instantly share code, notes, and snippets.

@robertberry-zz
Created August 28, 2012 13:49
Show Gist options
  • Save robertberry-zz/3498151 to your computer and use it in GitHub Desktop.
Save robertberry-zz/3498151 to your computer and use it in GitHub Desktop.
Example citedBy response
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<Q1:EASIResp xmlns:Q1="http://webservices.elsevier.com/schemas/easi/headers/types/v1">
<TransRespId>
</TransRespId>
<RespId>
</RespId>
<ServerId>22201.XAbstractsMetadata_cert_001</ServerId>
</Q1:EASIResp>
</soapenv:Header>
<soapenv:Body>
<ns2:getCitedByCountResponse xmlns:ns2="http://webservices.elsevier.com/schemas/metadata/abstracts/types/v10" xmlns:ns3="http://webservices.elsevier.com/schemas/easi/headers/types/v1">
<ns2:status>
<statusCode>OK</statusCode>
</ns2:status>
<ns2:getCitedByCountRspPayload>
<ns2:citedByCountList>
<ns2:citedByCount>
<ns2:inputKey>
<doi>10.1371/journal.pmed.0020336</doi>
<clientCRF>1</clientCRF>
</ns2:inputKey>
<ns2:linkData>
<ns2:eid>2-s2.0-28444470915</ns2:eid>
<ns2:scopusID>28444470915</ns2:scopusID>
<ns2:citedByCount>173</ns2:citedByCount>
</ns2:linkData>
</ns2:citedByCount>
</ns2:citedByCountList>
<ns2:dataResponseStyle>MESSAGE</ns2:dataResponseStyle>
</ns2:getCitedByCountRspPayload>
</ns2:getCitedByCountResponse>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment