Created
August 28, 2012 13:51
-
-
Save robertberry-zz/3498170 to your computer and use it in GitHub Desktop.
Example citedBy request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST http://cdc315-services.elsevier.com/EWSXAbstractsMetadataWebSvc/XAbstractsMetadataServiceV10 HTTP/1.1 | |
Accept: text/xml | |
Accept: multipart/* | |
Accept: application/soap | |
Content-Length: 1033 | |
Content-Type: text/xml; charset=utf-8 | |
SOAPAction: | |
<?xml version="1.0" encoding="UTF-8"?> | |
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | |
<soap:Header> | |
<EASIReq xmlns="http://webservices.elsevier.com/schemas/easi/headers/types/v1"> | |
<TransId xmlns=""> </TransId> | |
<ReqId xmlns=""> </ReqId> | |
<Ver xmlns=""> </Ver> | |
<Consumer xmlns="">ULRA</Consumer> | |
<ConsumerClient xmlns=""> </ConsumerClient> | |
<OpaqueInfo xmlns=""> </OpaqueInfo> | |
<LogLevel xmlns="">Default</LogLevel> | |
</EASIReq> | |
</soap:Header> | |
<soap:Body> | |
<getCitedByCount xmlns="http://webservices.elsevier.com/schemas/metadata/abstracts/types/v10"> | |
<getCitedByCountReqPayload> | |
<dataResponseStyle>MESSAGE</dataResponseStyle> | |
<absMetSource>all</absMetSource> | |
<responseStyle>wellDefined</responseStyle> | |
<inputKey> | |
<doi xmlns="">10.1371/journal.pmed.0020336</doi> | |
<clientCRF xmlns="">1</clientCRF> | |
</inputKey> | |
</getCitedByCountReqPayload> | |
</getCitedByCount> | |
</soap:Body> | |
</soap:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment