<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://techlabcpq/axis/services/paymentcalculator" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://techlabcpq/axis/services/paymentcalculator" xmlns:intf="http://techlabcpq/axis/services/paymentcalculator" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <wsdl:message name="getTotalPaymentResponse">
    <wsdl:part name="getTotalPaymentReturn" type="xsd:double"/>
  </wsdl:message>
  <wsdl:message name="getMonthlyPaymentRequest">
    <wsdl:part name="in0" type="xsd:double"/>
    <wsdl:part name="in1" type="xsd:double"/>
    <wsdl:part name="in2" type="xsd:double"/>
  </wsdl:message>
  <wsdl:message name="getMonthlyPaymentResponse">
    <wsdl:part name="getMonthlyPaymentReturn" type="xsd:double"/>
  </wsdl:message>
  <wsdl:message name="getTotalPaymentRequest">
    <wsdl:part name="in0" type="xsd:double"/>
    <wsdl:part name="in1" type="xsd:double"/>
    <wsdl:part name="in2" type="xsd:double"/>
  </wsdl:message>
  <wsdl:portType name="PaymentCalculator">
    <wsdl:operation name="getMonthlyPayment" parameterOrder="in0 in1 in2">
      <wsdl:input message="impl:getMonthlyPaymentRequest" name="getMonthlyPaymentRequest"/>
      <wsdl:output message="impl:getMonthlyPaymentResponse" name="getMonthlyPaymentResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getTotalPayment" parameterOrder="in0 in1 in2">
      <wsdl:input message="impl:getTotalPaymentRequest" name="getTotalPaymentRequest"/>
      <wsdl:output message="impl:getTotalPaymentResponse" name="getTotalPaymentResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="paymentcalculatorSoapBinding" type="impl:PaymentCalculator">
    <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getMonthlyPayment">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="getMonthlyPaymentRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="getMonthlyPaymentResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://techlabcpq/axis/services/paymentcalculator" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getTotalPayment">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="getTotalPaymentRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="getTotalPaymentResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://techlabcpq/axis/services/paymentcalculator" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="PaymentCalculatorService">
    <wsdl:port binding="impl:paymentcalculatorSoapBinding" name="paymentcalculator">
      <wsdlsoap:address location="http://localhost/axis/services/paymentcalculator"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>