MRS Text Search and Sequence Retrieval

PASSED

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


  • Port: mrsws_search
  • Location: http://mrs.cmbi.ru.nl/mrsws/search
  • Protocol: http://schemas.xmlsoap.org/soap/http
  • Default Style: document

Operations

GetDatabankInfo

  • SOAP Action:
  • Input Message: GetDatabankInfoRequestMessage
    • parameters
      • GetDatabankInfo type
        • db type string
    • 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
                                      • links type string

                                GetMetaData

                                • SOAP Action:
                                • Input Message: GetMetaDataRequestMessage
                                  • parameters
                                    • GetMetaData type
                                      • db type string
                                        • id type string
                                          • meta type string
                                      • Output Message: GetMetaDataResponseMessage
                                        • parameters
                                          • GetMetaDataResponse type
                                            • data type string

                                        Find

                                        • SOAP Action:
                                        • Input Message: FindRequestMessage
                                          • parameters
                                            • Find type
                                              • db type string
                                                • queryterms type string
                                                  • algorithm type Algorithm
                                                    • restriction type string
                                                    • alltermsrequired type boolean
                                                      • booleanfilter type string
                                                        • resultoffset type int
                                                          • maxresultcount type int
                                                      • 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

                                                                FindSimilar

                                                                • SOAP Action:
                                                                • Input Message: FindSimilarRequestMessage
                                                                  • parameters
                                                                    • FindSimilar type
                                                                      • db type string
                                                                        • id type string
                                                                          • algorithm type Algorithm
                                                                            • restriction type string
                                                                            • resultoffset type int
                                                                              • maxresultcount type int
                                                                          • 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

                                                                                    Count

                                                                                    • SOAP Action:
                                                                                    • Input Message: CountRequestMessage
                                                                                      • parameters
                                                                                        • Count type
                                                                                          • db type string
                                                                                            • booleanquery type string
                                                                                        • Output Message: CountResponseMessage
                                                                                          • parameters
                                                                                            • CountResponse type
                                                                                              • response type unsignedInt

                                                                                          SpellCheck

                                                                                          • SOAP Action:
                                                                                          • Input Message: SpellCheckRequestMessage
                                                                                            • parameters
                                                                                              • SpellCheck type
                                                                                                • db type string
                                                                                                  • queryterm type string
                                                                                              • Output Message: SpellCheckResponseMessage
                                                                                                • parameters
                                                                                                  • SpellCheckResponse type
                                                                                                    • suggestions type string

                                                                                                CompareDocuments

                                                                                                • SOAP Action:
                                                                                                • Input Message: CompareDocumentsRequestMessage
                                                                                                  • parameters
                                                                                                    • CompareDocuments type
                                                                                                      • db type string
                                                                                                        • doc_a type string
                                                                                                          • doc_b type string
                                                                                                      • Output Message: CompareDocumentsResponseMessage
                                                                                                        • parameters
                                                                                                          • CompareDocumentsResponse type
                                                                                                            • similarity type float

                                                                                                        WSDL Changes

                                                                                                        DateDescription of Changes
                                                                                                        8th April 2009First Snapshot
                                                                                                        9th July 2009An operation named CompareDocuments has been added.
                                                                                                        PASSED

                                                                                                        Test #1: test the simplest call: count (II)

                                                                                                        Run the Count command which does a simple boolean search on a well known databank.