<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://tipoftheday.ws" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://tipoftheday.ws" xmlns:intf="http://tipoftheday.ws" 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 Macromedia ColdFusion MX version 7,0,2,142559-->
 <wsdl:types>
  <schema targetNamespace="http://rpc.xml.coldfusion" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://tipoftheday.ws"/>
   <import namespace="http://xml.apache.org/xml-soap"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="CFCInvocationException">
    <sequence/>
   </complexType>
   <complexType name="QueryBean">
    <sequence>
     <element name="columnList" nillable="true" type="impl:ArrayOf_xsd_string"/>
     <element name="data" nillable="true" type="impl:ArrayOfArrayOf_xsd_anyType"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://tipoftheday.ws"/>
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="mapItem">
    <sequence>
     <element name="key" nillable="true" type="xsd:anyType"/>
     <element name="value" nillable="true" type="xsd:anyType"/>
    </sequence>
   </complexType>
   <complexType name="Map">
    <sequence>
     <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://tipoftheday.ws" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://xml.apache.org/xml-soap"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_xsd_string">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="ArrayOfArrayOf_xsd_anyType">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[][]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="getCurrentTipRequest">

   </wsdl:message>

   <wsdl:message name="CFCInvocationException">

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

   </wsdl:message>

   <wsdl:message name="getCurrentTipResponse">

      <wsdl:part name="getCurrentTipReturn" type="apachesoap:Map"/>

   </wsdl:message>

   <wsdl:message name="submitTipResponse">

   </wsdl:message>

   <wsdl:message name="getTipsByKeywordResponse">

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

   </wsdl:message>

   <wsdl:message name="getTipByDateResponse">

      <wsdl:part name="getTipByDateReturn" type="apachesoap:Map"/>

   </wsdl:message>

   <wsdl:message name="getTipByDateRequest">

      <wsdl:part name="tipDate" type="xsd:dateTime"/>

   </wsdl:message>

   <wsdl:message name="getTipsByKeywordRequest">

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

   </wsdl:message>

   <wsdl:message name="submitTipRequest">

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

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

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

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

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

   </wsdl:message>

   <wsdl:portType name="tip">

      <wsdl:operation name="getTipsByKeyword" parameterOrder="Keyword">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="submitTip" parameterOrder="AuthorName AuthorEmail AuthorURL TipTitle TipText">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getCurrentTip">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getTipByDate" parameterOrder="tipDate">

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

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

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

      </wsdl:operation>

   </wsdl:portType>

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

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

      <wsdl:operation name="getTipsByKeyword">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getTipsByKeywordRequest">

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

         </wsdl:input>

         <wsdl:output name="getTipsByKeywordResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="submitTip">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="submitTipRequest">

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

         </wsdl:input>

         <wsdl:output name="submitTipResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getCurrentTip">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getCurrentTipRequest">

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

         </wsdl:input>

         <wsdl:output name="getCurrentTipResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getTipByDate">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getTipByDateRequest">

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

         </wsdl:input>

         <wsdl:output name="getTipByDateResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="tipService">

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

         <wsdlsoap:address location="http://www.flash-mx.com/ws/tipoftheday/tip.cfc"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
