<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://tips.mm" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://tips.mm" xmlns:intf="http://tips.mm" 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://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="CFCInvocationException">
    <sequence/>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="getTipByProductRequest">

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

   </wsdl:message>

   <wsdl:message name="CFCInvocationException">

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

   </wsdl:message>

   <wsdl:message name="getTipByProductResponse">

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

   </wsdl:message>

   <wsdl:portType name="tips">

      <wsdl:operation name="getTipByProduct" parameterOrder="product">

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

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

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

      </wsdl:operation>

   </wsdl:portType>

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

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

      <wsdl:operation name="getTipByProduct">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getTipByProductRequest">

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

         </wsdl:input>

         <wsdl:output name="getTipByProductResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="tipsService">

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

         <wsdlsoap:address location="http://www.flash-mx.com/mm/tips/tips.cfc"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
