<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.progressive.com/webservices/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.progressive.com/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This is a webservice to retrieve data for the rate ticker.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.progressive.com/webservices/">
      <s:element name="GetTickerData_Generic">
        <s:complexType />
      </s:element>
      <s:element name="GetTickerData_GenericResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetTickerData_GenericResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTickerData_StateCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="stateCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTickerData_StateCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetTickerData_StateCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTickerData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="stateCode" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Gender" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Married" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Age" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="VehicleStyle" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="Violations" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="Accidents" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Credit" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInsurance" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTickerDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetTickerDataResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSuperCREData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="stateCode" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Gender" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Married" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Age" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="VehicleStyle" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="Violations" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="Accidents" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Credit" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInsurance" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSuperCREDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSuperCREDataResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSuperCREData_Generic">
        <s:complexType />
      </s:element>
      <s:element name="GetSuperCREData_GenericResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSuperCREData_GenericResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetTickerData_GenericSoapIn">
    <wsdl:part name="parameters" element="tns:GetTickerData_Generic" />
  </wsdl:message>
  <wsdl:message name="GetTickerData_GenericSoapOut">
    <wsdl:part name="parameters" element="tns:GetTickerData_GenericResponse" />
  </wsdl:message>
  <wsdl:message name="GetTickerData_StateCodeSoapIn">
    <wsdl:part name="parameters" element="tns:GetTickerData_StateCode" />
  </wsdl:message>
  <wsdl:message name="GetTickerData_StateCodeSoapOut">
    <wsdl:part name="parameters" element="tns:GetTickerData_StateCodeResponse" />
  </wsdl:message>
  <wsdl:message name="GetTickerDataSoapIn">
    <wsdl:part name="parameters" element="tns:GetTickerData" />
  </wsdl:message>
  <wsdl:message name="GetTickerDataSoapOut">
    <wsdl:part name="parameters" element="tns:GetTickerDataResponse" />
  </wsdl:message>
  <wsdl:message name="GetSuperCREDataSoapIn">
    <wsdl:part name="parameters" element="tns:GetSuperCREData" />
  </wsdl:message>
  <wsdl:message name="GetSuperCREDataSoapOut">
    <wsdl:part name="parameters" element="tns:GetSuperCREDataResponse" />
  </wsdl:message>
  <wsdl:message name="GetSuperCREData_GenericSoapIn">
    <wsdl:part name="parameters" element="tns:GetSuperCREData_Generic" />
  </wsdl:message>
  <wsdl:message name="GetSuperCREData_GenericSoapOut">
    <wsdl:part name="parameters" element="tns:GetSuperCREData_GenericResponse" />
  </wsdl:message>
  <wsdl:message name="GetTickerData_GenericHttpGetIn" />
  <wsdl:message name="GetTickerData_GenericHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetTickerData_StateCodeHttpGetIn">
    <wsdl:part name="stateCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetTickerData_StateCodeHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetTickerDataHttpGetIn">
    <wsdl:part name="stateCode" type="s:string" />
    <wsdl:part name="Gender" type="s:string" />
    <wsdl:part name="Married" type="s:string" />
    <wsdl:part name="Age" type="s:string" />
    <wsdl:part name="VehicleStyle" type="s:string" />
    <wsdl:part name="Violations" type="s:string" />
    <wsdl:part name="Accidents" type="s:string" />
    <wsdl:part name="Credit" type="s:string" />
    <wsdl:part name="CurrentInsurance" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetTickerDataHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetSuperCREDataHttpGetIn">
    <wsdl:part name="stateCode" type="s:string" />
    <wsdl:part name="Gender" type="s:string" />
    <wsdl:part name="Married" type="s:string" />
    <wsdl:part name="Age" type="s:string" />
    <wsdl:part name="VehicleStyle" type="s:string" />
    <wsdl:part name="Violations" type="s:string" />
    <wsdl:part name="Accidents" type="s:string" />
    <wsdl:part name="Credit" type="s:string" />
    <wsdl:part name="CurrentInsurance" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSuperCREDataHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetSuperCREData_GenericHttpGetIn" />
  <wsdl:message name="GetSuperCREData_GenericHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetTickerData_GenericHttpPostIn" />
  <wsdl:message name="GetTickerData_GenericHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetTickerData_StateCodeHttpPostIn">
    <wsdl:part name="stateCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetTickerData_StateCodeHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetTickerDataHttpPostIn">
    <wsdl:part name="stateCode" type="s:string" />
    <wsdl:part name="Gender" type="s:string" />
    <wsdl:part name="Married" type="s:string" />
    <wsdl:part name="Age" type="s:string" />
    <wsdl:part name="VehicleStyle" type="s:string" />
    <wsdl:part name="Violations" type="s:string" />
    <wsdl:part name="Accidents" type="s:string" />
    <wsdl:part name="Credit" type="s:string" />
    <wsdl:part name="CurrentInsurance" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetTickerDataHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetSuperCREDataHttpPostIn">
    <wsdl:part name="stateCode" type="s:string" />
    <wsdl:part name="Gender" type="s:string" />
    <wsdl:part name="Married" type="s:string" />
    <wsdl:part name="Age" type="s:string" />
    <wsdl:part name="VehicleStyle" type="s:string" />
    <wsdl:part name="Violations" type="s:string" />
    <wsdl:part name="Accidents" type="s:string" />
    <wsdl:part name="Credit" type="s:string" />
    <wsdl:part name="CurrentInsurance" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSuperCREDataHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetSuperCREData_GenericHttpPostIn" />
  <wsdl:message name="GetSuperCREData_GenericHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="SuperCREWSSoap">
    <wsdl:operation name="GetTickerData_Generic">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML string of Ticker Data.</wsdl:documentation>
      <wsdl:input message="tns:GetTickerData_GenericSoapIn" />
      <wsdl:output message="tns:GetTickerData_GenericSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTickerData_StateCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML string of state specific Ticker Data.</wsdl:documentation>
      <wsdl:input message="tns:GetTickerData_StateCodeSoapIn" />
      <wsdl:output message="tns:GetTickerData_StateCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTickerData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML string of Ticker Data based on input criteria.</wsdl:documentation>
      <wsdl:input message="tns:GetTickerDataSoapIn" />
      <wsdl:output message="tns:GetTickerDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns XML string containing SuperCRE data.</wsdl:documentation>
      <wsdl:input message="tns:GetSuperCREDataSoapIn" />
      <wsdl:output message="tns:GetSuperCREDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData_Generic">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns XML string containing SuperCRE data.</wsdl:documentation>
      <wsdl:input message="tns:GetSuperCREData_GenericSoapIn" />
      <wsdl:output message="tns:GetSuperCREData_GenericSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="SuperCREWSHttpGet">
    <wsdl:operation name="GetTickerData_Generic">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML string of Ticker Data.</wsdl:documentation>
      <wsdl:input message="tns:GetTickerData_GenericHttpGetIn" />
      <wsdl:output message="tns:GetTickerData_GenericHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTickerData_StateCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML string of state specific Ticker Data.</wsdl:documentation>
      <wsdl:input message="tns:GetTickerData_StateCodeHttpGetIn" />
      <wsdl:output message="tns:GetTickerData_StateCodeHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTickerData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML string of Ticker Data based on input criteria.</wsdl:documentation>
      <wsdl:input message="tns:GetTickerDataHttpGetIn" />
      <wsdl:output message="tns:GetTickerDataHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns XML string containing SuperCRE data.</wsdl:documentation>
      <wsdl:input message="tns:GetSuperCREDataHttpGetIn" />
      <wsdl:output message="tns:GetSuperCREDataHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData_Generic">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns XML string containing SuperCRE data.</wsdl:documentation>
      <wsdl:input message="tns:GetSuperCREData_GenericHttpGetIn" />
      <wsdl:output message="tns:GetSuperCREData_GenericHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="SuperCREWSHttpPost">
    <wsdl:operation name="GetTickerData_Generic">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML string of Ticker Data.</wsdl:documentation>
      <wsdl:input message="tns:GetTickerData_GenericHttpPostIn" />
      <wsdl:output message="tns:GetTickerData_GenericHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTickerData_StateCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML string of state specific Ticker Data.</wsdl:documentation>
      <wsdl:input message="tns:GetTickerData_StateCodeHttpPostIn" />
      <wsdl:output message="tns:GetTickerData_StateCodeHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTickerData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML string of Ticker Data based on input criteria.</wsdl:documentation>
      <wsdl:input message="tns:GetTickerDataHttpPostIn" />
      <wsdl:output message="tns:GetTickerDataHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns XML string containing SuperCRE data.</wsdl:documentation>
      <wsdl:input message="tns:GetSuperCREDataHttpPostIn" />
      <wsdl:output message="tns:GetSuperCREDataHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData_Generic">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns XML string containing SuperCRE data.</wsdl:documentation>
      <wsdl:input message="tns:GetSuperCREData_GenericHttpPostIn" />
      <wsdl:output message="tns:GetSuperCREData_GenericHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SuperCREWSSoap" type="tns:SuperCREWSSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetTickerData_Generic">
      <soap:operation soapAction="http://www.progressive.com/webservices/GetTickerData_Generic" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTickerData_StateCode">
      <soap:operation soapAction="http://www.progressive.com/webservices/GetTickerData_StateCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTickerData">
      <soap:operation soapAction="http://www.progressive.com/webservices/GetTickerData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData">
      <soap:operation soapAction="http://www.progressive.com/webservices/GetSuperCREData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData_Generic">
      <soap:operation soapAction="http://www.progressive.com/webservices/GetSuperCREData_Generic" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="SuperCREWSSoap12" type="tns:SuperCREWSSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetTickerData_Generic">
      <soap12:operation soapAction="http://www.progressive.com/webservices/GetTickerData_Generic" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTickerData_StateCode">
      <soap12:operation soapAction="http://www.progressive.com/webservices/GetTickerData_StateCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTickerData">
      <soap12:operation soapAction="http://www.progressive.com/webservices/GetTickerData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData">
      <soap12:operation soapAction="http://www.progressive.com/webservices/GetSuperCREData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData_Generic">
      <soap12:operation soapAction="http://www.progressive.com/webservices/GetSuperCREData_Generic" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="SuperCREWSHttpGet" type="tns:SuperCREWSHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetTickerData_Generic">
      <http:operation location="/GetTickerData_Generic" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTickerData_StateCode">
      <http:operation location="/GetTickerData_StateCode" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTickerData">
      <http:operation location="/GetTickerData" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData">
      <http:operation location="/GetSuperCREData" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData_Generic">
      <http:operation location="/GetSuperCREData_Generic" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="SuperCREWSHttpPost" type="tns:SuperCREWSHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetTickerData_Generic">
      <http:operation location="/GetTickerData_Generic" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTickerData_StateCode">
      <http:operation location="/GetTickerData_StateCode" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTickerData">
      <http:operation location="/GetTickerData" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData">
      <http:operation location="/GetSuperCREData" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSuperCREData_Generic">
      <http:operation location="/GetSuperCREData_Generic" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="SuperCREWS">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This is a webservice to retrieve data for the rate ticker.</wsdl:documentation>
    <wsdl:port name="SuperCREWSSoap" binding="tns:SuperCREWSSoap">
      <soap:address location="http://rateticker.progressive.com/SuperCREWS.asmx" />
    </wsdl:port>
    <wsdl:port name="SuperCREWSSoap12" binding="tns:SuperCREWSSoap12">
      <soap12:address location="http://rateticker.progressive.com/SuperCREWS.asmx" />
    </wsdl:port>
    <wsdl:port name="SuperCREWSHttpGet" binding="tns:SuperCREWSHttpGet">
      <http:address location="http://rateticker.progressive.com/SuperCREWS.asmx" />
    </wsdl:port>
    <wsdl:port name="SuperCREWSHttpPost" binding="tns:SuperCREWSHttpPost">
      <http:address location="http://rateticker.progressive.com/SuperCREWS.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>