SMART

As yet this is untested.

SMART (a Simple Modular Architecture Research Tool) allows the identification and annotation of genetically mobile domains and the analysis of domain architectures. More than 700 domain families found in signaling, extracellular and chromatin-associated proteins are detectable. These domains are extensively annotated with respect to phyletic distributions, functional class, tertiary structures and functionally important residues. The webservice accepts either a protein sequence or Uniprot/Ensembl protein identifiers. If both a sequence and an ID are supplied, ID will be used. Only sequences that are present in the SMART database will be accepted (Uniref100 and Ensembl proteomes).

A description of the WSDL service:

SMART

Namespace: http://smart.embl.de/webservice/SMART.wsdl

SMART webservice


  • Port: SMART
  • Location: http://smart.embl.de/webservice/handler.cgi
  • Protocol: http://schemas.xmlsoap.org/soap/http
  • Default Style: document

Operations

doSMART

  • SOAP Action: http://smart.embl.de/webservice/doSMART
  • Input Message: SMARTRequest
    • SMARTAnalysis
      • input_protein type
        • protein_sequence type string
          • protein_ID type string
      • Output Message: SMARTResponse
        • SMARTResult
          • proteinFeatures type
            • protein_id type string
              • protein_length type int
                • feature type
                  • name type string
                    • type
                    • e_value type float
                      • start type int
                        • end type int
                          • catalytic_activity
                          • SMARTannotation type anyURI
                          • name type string
                            • type
                            • e_value type float
                              • start type int
                                • end type int
                                  • catalytic_activity
                                  • SMARTannotation type anyURI
                                    • protein_schematic type anyURI
                                • Fault Message: SMARTFaultMsg
                                  • fault
                                    • SMARTFault type
                                      • faultcode type int
                                        • faultstring type string

                                    WSDL Changes

                                    DateDescription of Changes
                                    8th April 2009First Snapshot