Entrez PubMed Nucleotide Protein Genome Structure OMIM PMC Journals Books

Entrez Utilities Web Service
Updated: January 28, 2008

The NCBI Web service is a web program that enables developers to access Entrez Utilities via the Simple Object Access Protocol (SOAP). Programmers may write software applications that access the E-Utilities using any SOAP development tool.

The service has been tested with

The service has not been tested with clients in other languages but it should work with any language with Web services support.

Version 1.6 TEST

You can test the release candidate here: http://web.ncbi.nlm.nih.gov/entrez/eutils/soap/STATIC/esoap_help.html

Version 1.5b(current)

Changes in update 1.5b:
- There are two additional fields IsHidden and FullName in the FieldType in einfo.xsd.

Changes in update 1.5a:
- QueryTranslation field is added to eSerachResult; this field contains an actual query executed by the search engine. QueryTranslation is recommended for use instead of TranslationStack.
- TranslationStackType is changed to follow eSearch DTD.

Version 1.5 provides access to EGQuery, EFetch, EInfo, ELink, ESearch, ESpell, and ESummary utilities.

The input parameters for the SOAP version of the E-Utilities are the same as described in the documentation for each individual utility except no retmode parameter is available as the SOAP implementation only returns XML.

Known issues

How to Use E-Utilities Web Service

See also:

Previous versions

Version 1.3

Version 1.2

Version 1.1

Version 1.0