<?xml version ='1.0' encoding ='UTF-8' ?>
<definitions name='UTQuote'
  targetNamespace='http://toadwarrior.org/UTQuote'
  xmlns:tns=' http://toadwarrior.org/UTQuote '
  xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
  xmlns:xsd='http://www.w3.org/2001/XMLSchema'
  xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'
  xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
  xmlns='http://schemas.xmlsoap.org/wsdl/'>

<message name='getQuoteRequest'>
</message>
<message name='getQuoteResponse'>
  <part name='utquote' type='xsd:string'/>
</message>

<portType name='UTQuotePortType'>
  <operation name='getUTQuote'>
    <input message='tns:getQuoteRequest'/>
    <output message='tns:getQuoteResponse'/>
  </operation>
</portType>

<binding name='UTQuoteBinding' type='tns:UTQuotePortType'>
  <soap:binding style='rpc'
    transport='http://schemas.xmlsoap.org/soap/http'/>
  <operation name='getUTQuote'>
    <soap:operation soapAction='urn:xmethods-delayed-quotes#getUTQuote'/>
    <input>
      <soap:body use='encoded' namespace='urn:xmethods-delayed-quotes'
        encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
    </input>
    <output>
      <soap:body use='encoded' namespace='urn:xmethods-delayed-quotes'
        encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
    </output>
  </operation>
</binding>

<service name='UTQuoteService'>
  <port name='UTQuotePort' binding='UTQuoteBinding'>
    <soap:address location='http://www.thegtf.com/utquoteservice.php5'/>
  </port>
</service>
</definitions>