BLAST (DDBJ)

FAILED

Uses the DDBJ's UniProt BLAST service that forms part of its Web API for Bioinformatics pages.

A description of the WSDL service:

Blast

Namespace: http://www.themindelectric.com/wsdl/Blast/


  • Port: Blast
  • Location: http://xml.nig.ac.jp/xddbj/Blast
  • Protocol: http://schemas.xmlsoap.org/soap/http
  • Default Style: rpc

Operations

searchParam

Execute Blast with parameter

  • SOAP Action: searchParam
  • Input Message: searchParam0In
    • program
      • string
    • database
      • string
    • query
      • string
    • param
      • string
  • Output Message: searchParam0Out
    • Result
      • string

searchSimple

Execute Blast

  • SOAP Action: searchSimple
  • Input Message: searchSimple1In
    • program
      • string
    • database
      • string
    • query
      • string
  • Output Message: searchSimple1Out
    • Result
      • string

extractPosition

get position information from BLAST

  • SOAP Action: extractPosition
  • Input Message: extractPosition2In
    • result
      • string
  • Output Message: extractPosition2Out
    • Result
      • string

getSupportDatabaseList

get a list of support databases

  • SOAP Action: getSupportDatabaseList
  • Input Message: getSupportDatabaseList3In
    • Output Message: getSupportDatabaseList3Out
      • Result
        • string

    searchParamAsync

    Execute Blast with parameter

    • SOAP Action: searchParamAsync
    • Input Message: searchParamAsync4In
      • program
        • string
      • database
        • string
      • query
        • string
      • param
        • string
    • Output Message: searchParamAsync4Out
      • Result
        • string

    searchSimpleAsync

    Execute Blast

    • SOAP Action: searchSimpleAsync
    • Input Message: searchSimpleAsync5In
      • program
        • string
      • database
        • string
      • query
        • string
    • Output Message: searchSimpleAsync5Out
      • Result
        • string

    searchParallel

    • SOAP Action: searchParallel
    • Input Message: searchParallel6In
      • arg0
        • string
      • arg1
        • string
      • arg2
        • string
      • arg3
        • string
    • Output Message: searchParallel6Out
      • Result
        • string

    searchParallelAsync

    • SOAP Action: searchParallelAsync
    • Input Message: searchParallelAsync7In
      • arg0
        • string
      • arg1
        • string
      • arg2
        • string
      • arg3
        • string
    • Output Message: searchParallelAsync7Out
      • Result
        • string

    WSDL Changes

    DateDescription of Changes
    8th April 2009First Snapshot
    11th August 2009An operation named searchParallel has been added.
    An operation named searchParallelAsync has been added.
    FAILED

    Test #1: Utopia

    Tests the BLAST search using the Utopia plugin.