CONSENSUS of protein secondary structure prediction (CNRS IBCP)

PASSED

The service make a consensus of the several secondary structure predictions submitted by the user. The Consensus service should be used pipelined with the protein secondary structure prediction services of CNRS IBCP.

A description of the WSDL service:

Consensus_Service

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

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


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

Operations

submitConsensus

Submit a sequence an get a jobID

  • SOAP Action: urn:ConsensusWS.wsdl#submitConsensus
  • Input Message: submitConsensusRequest
    • SecStructure1
      • string
    • SecStructure2
      • string
    • SecStructure3
      • string
    • SecStructure4
      • string
    • SecStructure5
      • string
    • SecStructure6
      • string
  • Output Message: submitConsensusResponse
    • JobId
      • string

checkStatusConsensus

Submit a jobID and get the status

  • SOAP Action: urn:ConsensusWS.wsdl#checkStatusConsensus
  • Input Message: checkStatusConsensusRequest
    • JobId
      • string
  • Output Message: checkStatusConsensusResponse
    • Status
      • string

getResultsConsensus

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

  • SOAP Action: urn:ConsensusWS.wsdl#getResultsConsensus
  • Input Message: getResultsConsensusRequest
    • JobId
      • string
  • Output Message: getResultsConsensusResponse
    • SecConsensus
      • string

cancelConsensus

When some thing is wrong, cancel your job

  • SOAP Action: urn:ConsensusWS.wsdl#cancelConsensus
  • Input Message: cancelConsensusRequest
    • JobId
      • string
  • Output Message: cancelConsensusResponse
    • Status
      • string

WSDL Changes

DateDescription of Changes
8th April 2009First Snapshot