<?xml version="1.0"?>
<wsdl:definitions name="MOBY_Central_Generated_WSDL"
                targetNamespace="http://biomoby.org/Central.wsdl"
                xmlns:tns="http://biomoby.org/Central.wsdl"
                xmlns:xsd1="http://biomoby.org/CentralXSDs.xsd"
                xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns="http://schemas.xmlsoap.org/wsdl/"
                xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/">

                 
  <wsdl:message name="runNCBITblastnInput">
          <wsdl:part name="data" type="xsd:string"/>
  </wsdl:message>

  <wsdl:message name="runNCBITblastnOutput">
          <wsdl:part name="body" type="xsd:string"/>
  </wsdl:message>

  <wsdl:portType name="runNCBITblastnPortType">
          <wsdl:operation name="runNCBITblastn">
                 <wsdl:input message="tns:runNCBITblastnInput"/>
                 <wsdl:output message="tns:runNCBITblastnOutput"/>
          </wsdl:operation>
  </wsdl:portType>
                
  <wsdl:binding name="runNCBITblastnBinding" type="tns:runNCBITblastnPortType">
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
          <wsdl:operation name="runNCBITblastn"><!-- in essense, this is the name of the subroutine that is called -->
                 <wsdlsoap:operation soapAction='http://biomoby.org/#runNCBITblastn' style='rpc'/>
                 <wsdl:input>
                         <wsdlsoap:body use="encoded" namespace="http://biomoby.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
                 </wsdl:input>
                 <wsdl:output>
                         <wsdlsoap:body use="encoded" namespace="http://biomoby.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
                 </wsdl:output>
          </wsdl:operation>
  </wsdl:binding>
                
  <wsdl:service name="runNCBITblastnService">
          <wsdl:documentation>Authority: moby.ucalgary.ca  -  Compares a protein sequence to the NCBI public EST database at the amino acid level, translating the EST database in all six frames automatically. This service should really be called tblastp, but is called tblastn for historical compatability</wsdl:documentation>  <!-- service description goes here -->
          <wsdl:port name="runNCBITblastnPort" binding="tns:runNCBITblastnBinding">
                 <wsdlsoap:address location="http://www.visualgenomics.ca:8080/runNCBITblastn/"/>    <!-- URL to service scriptname -->
          </wsdl:port>
  </wsdl:service>

</wsdl:definitions>



