![]() |
Table of Contents
WSDbfetch (RPC/encoded SOAP) ClientsDescriptionThe WSDbfetch service allows you to retrieve entries from various up-to-date biological databases using entry identifiers or accession numbers. This is equivalent to the CGI based dbfetch service. WSDbfetch currently supports the following databases:
Data can be retrieved in range of formats. For more information see:
Web ServiceFor details of the service used by these clients see WSDbfetch Web Service. C# .NET Client.NET runtimeThe Microsoft .NET runtime is already installed on most MS Windows systems. The Microsoft .NET runtime is available via Microsoft Update or as a download (see http://msdn.microsoft.com/netframework/). For MacOS X, Linux and other non-Windows systems see Mono or DotGNU. Get the clientDownload the C# client:
Run without arguments to get a usage summary: wsdbfetch.exe
Java ClientDependencies
Download and unzip the library files Get the clientDownload the Java client:
To get usage information run the client without arguments: java -Djava.ext.dirs=lib -jar WSDbfetch.jar
Perl ClientInstall SOAP::LiteTo run the Perl client you need to install SOAP::Lite. SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to SOAP both on client and server side. This client requires SOAP::Lite version 0.60. Get the client
Download the Perl client: To get usage information run without arguments: perl dbfetch.pl
Other ClientsA number of example clients are available in a range of languages:
WorkflowsWorkflow engines such as Taverna and Triana offer a simple way of combining individual web services into complex applications. TavernaA basic workflow showing how to use WSDbfetch can be found on myExperiment. ![]() |