CONSENSUS of protein secondary structure prediction (CNRS IBCP)

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)
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
- SecStructure1
- Output Message: submitConsensusResponse
- JobId
- string
- JobId
checkStatusConsensus
Submit a jobID and get the status
- SOAP Action: urn:ConsensusWS.wsdl#checkStatusConsensus
- Input Message: checkStatusConsensusRequest
- JobId
- string
- JobId
- Output Message: checkStatusConsensusResponse
- Status
- string
- Status
getResultsConsensus
When job is finish, submit a jobid and get the results
- SOAP Action: urn:ConsensusWS.wsdl#getResultsConsensus
- Input Message: getResultsConsensusRequest
- JobId
- string
- JobId
- Output Message: getResultsConsensusResponse
- SecConsensus
- string
- SecConsensus
cancelConsensus
When some thing is wrong, cancel your job
- SOAP Action: urn:ConsensusWS.wsdl#cancelConsensus
- Input Message: cancelConsensusRequest
- JobId
- string
- JobId
- Output Message: cancelConsensusResponse
- Status
- string
- Status
WSDL Changes
| Date | Description of Changes |
| 8th April 2009 | First Snapshot |

Test #1: Functional test
»
- Login to post comments