MRS Text Search and Sequence Retrieval

MRS is a service that provides text search and retrieval services on many large databanks including UniProt and EMBL. The web service interface, which is also used by the web application at http://mrs.cmbi.ru.nl/ , offers all you need to search and access the data stored in these databanks.
A description of the WSDL service:
mrsws_search
Namespace: http://mrs.cmbi.ru.nl/mrsws/search
Operations
GetDatabankInfo
- SOAP Action:
- Input Message: GetDatabankInfoRequestMessage
- parameters
- GetDatabankInfo type
- db type string
- db type string
- GetDatabankInfo type
- parameters
- Output Message: GetDatabankInfoResponseMessage
- parameters
- GetDatabankInfoResponse type
- info type DatabankInfo
- id type string
- name type string
- url type string
- script type string
- blastable type boolean
- files type FileInfo
- id type string
- uuid type string
- version type string
- path type string
- modificationDate type string
- entries type unsignedInt
- fileSize type unsignedLong
- rawDataSize type unsignedLong
- id type string
- links type string
- id type string
- info type DatabankInfo
- GetDatabankInfoResponse type
- parameters
GetMetaData
- SOAP Action:
- Input Message: GetMetaDataRequestMessage
- parameters
- GetMetaData type
- db type string
- id type string
- meta type string
- db type string
- GetMetaData type
- parameters
- Output Message: GetMetaDataResponseMessage
- parameters
- GetMetaDataResponse type
- data type string
- data type string
- GetMetaDataResponse type
- parameters
Find
- SOAP Action:
- Input Message: FindRequestMessage
- parameters
- Find type
- db type string
- queryterms type string
- algorithm type Algorithm
- restriction type string
- restriction type string
- alltermsrequired type boolean
- booleanfilter type string
- resultoffset type int
- maxresultcount type int
- db type string
- Find type
- parameters
- Output Message: FindResponseMessage
- parameters
- FindResponse type
- response type FindResult
- db type string
- count type unsignedInt
- hits type Hit
- id type string
- title type string
- score type float
- id type string
- db type string
- response type FindResult
- FindResponse type
- parameters
FindSimilar
- SOAP Action:
- Input Message: FindSimilarRequestMessage
- parameters
- FindSimilar type
- db type string
- id type string
- algorithm type Algorithm
- restriction type string
- restriction type string
- resultoffset type int
- maxresultcount type int
- db type string
- FindSimilar type
- parameters
- Output Message: FindResponseMessage
- parameters
- FindResponse type
- response type FindResult
- db type string
- count type unsignedInt
- hits type Hit
- id type string
- title type string
- score type float
- id type string
- db type string
- response type FindResult
- FindResponse type
- parameters
Count
- SOAP Action:
- Input Message: CountRequestMessage
- parameters
- Count type
- db type string
- booleanquery type string
- db type string
- Count type
- parameters
- Output Message: CountResponseMessage
- parameters
- CountResponse type
- response type unsignedInt
- response type unsignedInt
- CountResponse type
- parameters
SpellCheck
- SOAP Action:
- Input Message: SpellCheckRequestMessage
- parameters
- SpellCheck type
- db type string
- queryterm type string
- db type string
- SpellCheck type
- parameters
- Output Message: SpellCheckResponseMessage
- parameters
- SpellCheckResponse type
- suggestions type string
- suggestions type string
- SpellCheckResponse type
- parameters
CompareDocuments
- SOAP Action:
- Input Message: CompareDocumentsRequestMessage
- parameters
- CompareDocuments type
- db type string
- doc_a type string
- doc_b type string
- db type string
- CompareDocuments type
- parameters
- Output Message: CompareDocumentsResponseMessage
- parameters
- CompareDocumentsResponse type
- similarity type float
- similarity type float
- CompareDocumentsResponse type
- parameters
WSDL Changes
| Date | Description of Changes |
| 8th April 2009 | First Snapshot |
| 9th July 2009 | An operation named CompareDocuments has been added. |

Test #1: test the simplest call: count (II)
Run the Count command which does a simple boolean search on a well known databank.
»
- Login to post comments
