<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.FitnessWizard.com/Services/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.FitnessWizard.com/Services/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.FitnessWizard.com/Services/">
      <s:element name="GetBodyCompositionFormulas">
        <s:complexType />
      </s:element>
      <s:element name="GetBodyCompositionFormulasResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetBodyCompositionFormulasResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetActivityLevels">
        <s:complexType />
      </s:element>
      <s:element name="GetActivityLevelsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetActivityLevelsResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetEmptyCalculation">
        <s:complexType />
      </s:element>
      <s:element name="GetEmptyCalculationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetEmptyCalculationResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Calculate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="calculation">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CalculateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CalculateResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetBodyCompositionFormulasSoapIn">
    <wsdl:part name="parameters" element="tns:GetBodyCompositionFormulas" />
  </wsdl:message>
  <wsdl:message name="GetBodyCompositionFormulasSoapOut">
    <wsdl:part name="parameters" element="tns:GetBodyCompositionFormulasResponse" />
  </wsdl:message>
  <wsdl:message name="GetActivityLevelsSoapIn">
    <wsdl:part name="parameters" element="tns:GetActivityLevels" />
  </wsdl:message>
  <wsdl:message name="GetActivityLevelsSoapOut">
    <wsdl:part name="parameters" element="tns:GetActivityLevelsResponse" />
  </wsdl:message>
  <wsdl:message name="GetEmptyCalculationSoapIn">
    <wsdl:part name="parameters" element="tns:GetEmptyCalculation" />
  </wsdl:message>
  <wsdl:message name="GetEmptyCalculationSoapOut">
    <wsdl:part name="parameters" element="tns:GetEmptyCalculationResponse" />
  </wsdl:message>
  <wsdl:message name="CalculateSoapIn">
    <wsdl:part name="parameters" element="tns:Calculate" />
  </wsdl:message>
  <wsdl:message name="CalculateSoapOut">
    <wsdl:part name="parameters" element="tns:CalculateResponse" />
  </wsdl:message>
  <wsdl:message name="GetBodyCompositionFormulasHttpGetIn" />
  <wsdl:message name="GetBodyCompositionFormulasHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetActivityLevelsHttpGetIn" />
  <wsdl:message name="GetActivityLevelsHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetEmptyCalculationHttpGetIn" />
  <wsdl:message name="GetEmptyCalculationHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetBodyCompositionFormulasHttpPostIn" />
  <wsdl:message name="GetBodyCompositionFormulasHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetActivityLevelsHttpPostIn" />
  <wsdl:message name="GetActivityLevelsHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetEmptyCalculationHttpPostIn" />
  <wsdl:message name="GetEmptyCalculationHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:portType name="CalculationServiceSoap">
    <wsdl:operation name="GetBodyCompositionFormulas">
      <wsdl:input message="tns:GetBodyCompositionFormulasSoapIn" />
      <wsdl:output message="tns:GetBodyCompositionFormulasSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetActivityLevels">
      <wsdl:input message="tns:GetActivityLevelsSoapIn" />
      <wsdl:output message="tns:GetActivityLevelsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetEmptyCalculation">
      <wsdl:input message="tns:GetEmptyCalculationSoapIn" />
      <wsdl:output message="tns:GetEmptyCalculationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Calculate">
      <wsdl:input message="tns:CalculateSoapIn" />
      <wsdl:output message="tns:CalculateSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CalculationServiceHttpGet">
    <wsdl:operation name="GetBodyCompositionFormulas">
      <wsdl:input message="tns:GetBodyCompositionFormulasHttpGetIn" />
      <wsdl:output message="tns:GetBodyCompositionFormulasHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetActivityLevels">
      <wsdl:input message="tns:GetActivityLevelsHttpGetIn" />
      <wsdl:output message="tns:GetActivityLevelsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetEmptyCalculation">
      <wsdl:input message="tns:GetEmptyCalculationHttpGetIn" />
      <wsdl:output message="tns:GetEmptyCalculationHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CalculationServiceHttpPost">
    <wsdl:operation name="GetBodyCompositionFormulas">
      <wsdl:input message="tns:GetBodyCompositionFormulasHttpPostIn" />
      <wsdl:output message="tns:GetBodyCompositionFormulasHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetActivityLevels">
      <wsdl:input message="tns:GetActivityLevelsHttpPostIn" />
      <wsdl:output message="tns:GetActivityLevelsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetEmptyCalculation">
      <wsdl:input message="tns:GetEmptyCalculationHttpPostIn" />
      <wsdl:output message="tns:GetEmptyCalculationHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CalculationServiceSoap" type="tns:CalculationServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="GetBodyCompositionFormulas">
      <soap:operation soapAction="http://www.FitnessWizard.com/Services/GetBodyCompositionFormulas" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetActivityLevels">
      <soap:operation soapAction="http://www.FitnessWizard.com/Services/GetActivityLevels" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetEmptyCalculation">
      <soap:operation soapAction="http://www.FitnessWizard.com/Services/GetEmptyCalculation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Calculate">
      <soap:operation soapAction="http://www.FitnessWizard.com/Services/Calculate" 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="CalculationServiceHttpGet" type="tns:CalculationServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetBodyCompositionFormulas">
      <http:operation location="/GetBodyCompositionFormulas" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetActivityLevels">
      <http:operation location="/GetActivityLevels" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetEmptyCalculation">
      <http:operation location="/GetEmptyCalculation" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CalculationServiceHttpPost" type="tns:CalculationServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetBodyCompositionFormulas">
      <http:operation location="/GetBodyCompositionFormulas" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetActivityLevels">
      <http:operation location="/GetActivityLevels" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetEmptyCalculation">
      <http:operation location="/GetEmptyCalculation" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="CalculationService">
    <wsdl:port name="CalculationServiceSoap" binding="tns:CalculationServiceSoap">
      <soap:address location="http://www.fitnesswizard.com/Services/CalculationService.asmx" />
    </wsdl:port>
    <wsdl:port name="CalculationServiceHttpGet" binding="tns:CalculationServiceHttpGet">
      <http:address location="http://www.fitnesswizard.com/Services/CalculationService.asmx" />
    </wsdl:port>
    <wsdl:port name="CalculationServiceHttpPost" binding="tns:CalculationServiceHttpPost">
      <http:address location="http://www.fitnesswizard.com/Services/CalculationService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>