SIMPA protein secondary structure prediction (CNRS IBCP)

FAILED

SIMPA96 is a nearest neighbor secondary structure prediction method. It's based on the homologue method described by Levin et al.

A description of the WSDL service:

Simpa96_Service

Namespace: http://gbio.ibcp.fr:8090/Simpa96_Service

Simpa96 @ IBCP (http://gbio-pbil.ibcp.fr)


  • Port: Simpa96Port
  • Location: http://gbio.ibcp.fr:8090/Simpa96_Service
  • Protocol: http://schemas.xmlsoap.org/soap/http
  • Default Style: rpc

Operations

submitSimpa96

Submit a sequence an get a jobID

  • SOAP Action: urn:Simpa96WS.wsdl#submitSimpa96
  • Input Message: submitSimpa96Request
    • Sequences
      • string
  • Output Message: submitSimpa96Response
    • JobId
      • string

checkStatusSimpa96

Submit a jobID and get the status

  • SOAP Action: urn:Simpa96WS.wsdl#checkStatusSimpa96
  • Input Message: checkStatusSimpa96Request
    • JobId
      • string
  • Output Message: checkStatusSimpa96Response
    • Status
      • string

getResultsSimpa96

When job is finish, submit a jobid and get the results

  • SOAP Action: urn:Simpa96WS.wsdl#getResultsSimpa96
  • Input Message: getResultsSimpa96Request
    • JobId
      • string
  • Output Message: getResultsSimpa96Response
    • SecStructure
      • string
    • Logout
      • string

cancelSimpa96

When some thing is wrong, cancel your job

  • SOAP Action: urn:Simpa96WS.wsdl#cancelSimpa96
  • Input Message: cancelSimpa96Request
    • JobId
      • string
  • Output Message: cancelSimpa96Response
    • Status
      • string

WSDL Changes

DateDescription of Changes
8th April 2009First Snapshot