WSMaxsprout

As yet this is untested.

Generate protein backbone and side chain co-ordinates from a C(alpha) trace in PDB format using the MaxSprout program.

A description of the WSDL service:

WSMaxsproutService

Namespace: http://www.ebi.ac.uk/WSMaxsprout


  • Port: WSMaxsprout
  • Location: http://www.ebi.ac.uk/Tools/es/ws-servers/WSMaxsprout
  • Protocol: http://schemas.xmlsoap.org/soap/http
  • Default Style: rpc

Operations

poll

Get the results of a job (see http://www.ebi.ac.uk/Tools/webservices/services/maxsprout#poll_jobid_type)

  • SOAP Action: http://www.ebi.ac.uk/WSMaxsprout#poll
  • Input Message: pollRequest
    • jobid
      • string
    • type
      • string
  • Output Message: pollResponse
    • output
      • base64Binary

runMaxsprout

Submit a MaxSprout job (see http://www.ebi.ac.uk/Tools/webservices/services/maxsprout#runmaxsprout_params_content)

  • SOAP Action: http://www.ebi.ac.uk/WSMaxsprout#runMaxsprout
  • Input Message: runMaxsproutRequest
    • params
      • inputParams
    • content
      • WSArrayofData
  • Output Message: runMaxsproutResponse
    • jobid
      • string

getIds

Not used.

  • SOAP Action: http://www.ebi.ac.uk/WSMaxsprout#getIds
  • Input Message: getIdsRequest
    • jobid
      • string
  • Output Message: getIdsResponse
    • result
      • ArrayOf_xsd_string

checkStatus

Get the status of a submited job (see http://www.ebi.ac.uk/Tools/webservices/services/maxsprout#checkstatus_jobid)

  • SOAP Action: http://www.ebi.ac.uk/WSMaxsprout#checkStatus
  • Input Message: statusRequest
    • jobid
      • string
  • Output Message: statusResponse
    • status
      • string

getResults

Get the available result types for a completed job (see http://www.ebi.ac.uk/Tools/webservices/services/maxsprout#getresults_jobid)

  • SOAP Action: http://www.ebi.ac.uk/WSMaxsprout#getResults
  • Input Message: resultsRequest
    • jobid
      • string
  • Output Message: resultsResponse
    • results
      • WSArrayofFile

polljob

Deprecated

  • SOAP Action: http://www.ebi.ac.uk/WSMaxsprout#polljob
  • Input Message: polljobRequest
    • jobid
      • string
    • outformat
      • string
  • Output Message: polljobResponse
    • result
      • base64Binary

doMaxsprout

  • SOAP Action: http://www.ebi.ac.uk/WSMaxsprout#doMaxsprout
  • Input Message: doMaxsproutRequest
    • params
      • inputParams
    • content
      • base64Binary
  • Output Message: doMaxsproutResponse
    • result
      • base64Binary

WSDL Changes

DateDescription of Changes
8th April 2009First Snapshot