|
Browse to the EBI WebServices page ( http://www.ebi.ac.uk/Tools/webservices/).
Have a look at the WebServices (menu:development->webservices) offered by EBI.
Our first sample using a SOAP based WebService was WSDbfetch
for accessing EMBL and other databases. Let's have a more detailed look at WSDL
file :
- Which methods are supported by this service ?
- What is the input / output format for each methods?
- Where is the location (URI) of the service?
|
|