DSSP

As yet this is untested.

Assigns secondary structural information to PDB entries.

A description of the WSDL service:

DSSPAnnotationService

Namespace: http://utopia.cs.manchester.ac.uk/


  • Port: DSSPAnnotationPort
  • Location: http://utopia.cs.manchester.ac.uk/cgi-bin/dssp.cgi
  • Protocol: http://schemas.xmlsoap.org/soap/http
  • Default Style: document

Operations

runDSSP

Takes a PDB file as input; calculates and returns a DSSP file

  • SOAP Action: http://utopia.cs.manchester.ac.uk/runDSSP
  • Input Message: DSSPAnnotationRequestMsg
    • inputWrapper
      • runDSSP type
        • PDBStream type string
    • Output Message: DSSPAnnotationResponseMsg
      • outputWrapper
        • runDSSPResponse type
          • DSSPStream type string

      runDSSPByID

      Takes a PDB code as input; calculates and returns a DSSP file

      • SOAP Action: http://utopia.cs.manchester.ac.uk/runDSSPByID
      • Input Message: DSSPAnnotationByIDRequestMsg
        • inputWrapper
          • runDSSPByID type
            • PDBCode type string
        • Output Message: DSSPAnnotationByIDResponseMsg
          • outputWrapper
            • runDSSPByIDResponse type
              • DSSPStream type string

          WSDL Changes

          DateDescription of Changes
          8th April 2009First Snapshot