<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://tap" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://tap" xmlns:intf="http://tap" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://rpc.xml.coldfusion" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by ColdFusion version 8,0,1,195765-->
 <wsdl:types>
  <schema targetNamespace="http://rpc.xml.coldfusion" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="CFCInvocationException">
    <sequence/>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="CFCInvocationException">

      <wsdl:part name="fault" type="tns1:CFCInvocationException"/>

   </wsdl:message>

   <wsdl:message name="getPluginResponse">

      <wsdl:part name="getPluginReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="SearchResponse">

      <wsdl:part name="SearchReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="getAllResponse">

      <wsdl:part name="getAllReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="getAllRequest">

   </wsdl:message>

   <wsdl:message name="getPluginRequest">

      <wsdl:part name="pluginid" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="getFileRequest">

   </wsdl:message>

   <wsdl:message name="SearchRequest">

      <wsdl:part name="phrase" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="getFileResponse">

      <wsdl:part name="getFileReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:portType name="Pluginstore">

      <wsdl:operation name="getFile">

         <wsdl:input message="impl:getFileRequest" name="getFileRequest"/>

         <wsdl:output message="impl:getFileResponse" name="getFileResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

      <wsdl:operation name="getAll">

         <wsdl:input message="impl:getAllRequest" name="getAllRequest"/>

         <wsdl:output message="impl:getAllResponse" name="getAllResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

      <wsdl:operation name="Search" parameterOrder="phrase">

         <wsdl:input message="impl:SearchRequest" name="SearchRequest"/>

         <wsdl:output message="impl:SearchResponse" name="SearchResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

      <wsdl:operation name="getPlugin" parameterOrder="pluginid">

         <wsdl:input message="impl:getPluginRequest" name="getPluginRequest"/>

         <wsdl:output message="impl:getPluginResponse" name="getPluginResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="pluginstore.cfcSoapBinding" type="impl:Pluginstore">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="getFile">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getFileRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tap" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getFileResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tap" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://tap" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getAll">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getAllRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tap" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getAllResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tap" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://tap" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="Search">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="SearchRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tap" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="SearchResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tap" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://tap" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getPlugin">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getPluginRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tap" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getPluginResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tap" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://tap" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="PluginstoreService">

  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
provides access to an assortment of onTap framework plugins for immediate installation  </wsdl:documentation>

      <wsdl:port binding="impl:pluginstore.cfcSoapBinding" name="pluginstore.cfc">

         <wsdlsoap:address location="http://on.tapogee.com/pluginstore.cfc"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
