Soaplab is a set of Web Services. As with any Web services, their clients are programs, not just web pages waiting to be clicked on and filled in. This chapter will guide you through the clients provided with Soaplab, accessible from elsewhere, and it will show you how to code your own clients (in Java and in Perl). The Soaplab and its documentation uses two similar but not the same entities (terms): an analysis and a service. An analysis is a program that has to be executed and controlled (such as Blast), while service is a Web Service that allows to execute and to control such analysis. Roughly speaking, a service is a SOAP-based wrapper around an analysis. However, there would be no clients unless there are some services deployed. Therefore, most examples (and even some default pointers and values) below will use an existing set of Soaplab services running at The European Bioinformatics Institute (EBI). Of course, all the clients should work with your (and other) services as well (you will just need to specify their endpoint). The Soaplab service collection at EBI runs on top of more than hundred bioinformatics analysis tools from the package EMBOSS. These services are accessible using the following endpoint (but not the WSDL files, for them see the next paragraph): http://www.ebi.ac.uk/soaplab/services For some time, the same or similar services may be running also at an experimental endpoint: http://www.ebi.ac.uk/collab/mygrid/service4/soap/services Each Web Service, including Soaplab Web Services, has a description written in an XML-based WSDL language. Such description is complete but hardly human readable. However, there are tools allowing to generate various stubs from WSDL that make writing Web services clients easier. There are two small issues with the WSDLs for Soaplab services (if you are not familiar with concepts behind WSDL you can skip this, you will not need it for most of the clients described below):
The WSDL files for Soaplab services running at EBI were pre-generated and are available at http://www.ebi.ac.uk/soaplab/wsdl/. If you see just a blank page your browser is not configured to display XML files - try to see the "Page source".
Martin Senger
Last modified: Sun Oct 7 15:10:32 2007 |