<?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="ObjectIntersectionInput">
          <wsdl:part name="data" type="xsd:string"/>
  </wsdl:message>

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

  <wsdl:portType name="ObjectIntersectionPortType">
          <wsdl:operation name="ObjectIntersection">
                 <wsdl:input message="tns:ObjectIntersectionInput"/>
                 <wsdl:output message="tns:ObjectIntersectionOutput"/>
          </wsdl:operation>
  </wsdl:portType>
                
  <wsdl:binding name="ObjectIntersectionBinding" type="tns:ObjectIntersectionPortType">
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
          <wsdl:operation name="ObjectIntersection"><!-- in essense, this is the name of the subroutine that is called -->
                 <wsdlsoap:operation soapAction='http://biomoby.org/#ObjectIntersection' 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="ObjectIntersectionService">
          <wsdl:documentation>Authority: bioinfo.icapture.ubc.ca  -  
takes two collections of input objects and returns a collection of output objects representing the non-redundant intersection of those two collections.  Objects 
are determined to be similar or dissimilar based on their namespace/id pairs, regardless of Object Class; in cases where two identical objects have different Class instantiations, the Class of 
the object in Collection1 is preferred
	</wsdl:documentation>  <!-- service description goes here -->
          <wsdl:port name="ObjectIntersectionPort" binding="tns:ObjectIntersectionBinding">
                 <wsdlsoap:address location="http://moby.ucalgary.ca/moby_services/Services.cgi"/>    <!-- URL to service scriptname -->
          </wsdl:port>
  </wsdl:service>

</wsdl:definitions>



