com.calcxml.webservice
Interface AutoWSInterface
public interface AutoWSInterface
Automobile calculators - prefix = "aut".
WSDL file location: http://www.calcxml.com/services/AutoWS?wsdl
- Author:
- brian
Method Summary |
java.lang.String |
aut01(java.lang.String xmlInput)
Should I Lease or Purchase An Auto? |
java.lang.String |
aut02(java.lang.String xmlInput)
Auto Purchase: Loan Versus 0% Dealer Financing? |
java.lang.String |
aut03(java.lang.String xmlInput)
What Would My Auto Payments Be? |
java.lang.String |
aut04(java.lang.String xmlInput)
Should I Upgrade To A More Fuel Efficient Vehicle? |
java.lang.String |
aut05(java.lang.String xmlInput)
Auto Loan: Accelerated Payoff |
java.lang.String |
aut06(java.lang.String xmlInput)
How much vehicle can I afford? |
java.lang.String |
aut30(java.lang.String xmlInput)
Should I Lease or Purchase An Auto? |
aut30
java.lang.String aut30(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Lease or Purchase An Auto?
- Parameters:
xmlInput
- An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.
See the schema for full details regarding the XML document.
Relevant input is at this element in the schema: calcxmlRequest->calcInput->aut30
calcxmlRequest Schema
aut30 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
- Returns:
- An XML document
Sample xml response where responseType of the incoming request is set to "html".
See the schema for full details regarding the XML document.
calcxmlResponse Schema
aut30 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
aut06
java.lang.String aut06(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How much vehicle can I afford?
- Parameters:
xmlInput
- An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.
See the schema for full details regarding the XML document.
Relevant input is at this element in the schema: calcxmlRequest->calcInput->aut06
calcxmlRequest Schema
aut06 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
- Returns:
- An XML document
Sample xml response where responseType of the incoming request is set to "html".
See the schema for full details regarding the XML document.
calcxmlResponse Schema
aut06 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
aut05
java.lang.String aut05(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Auto Loan: Accelerated Payoff
- Parameters:
xmlInput
- An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.
See the schema for full details regarding the XML document.
Relevant input is at this element in the schema: calcxmlRequest->calcInput->aut05
calcxmlRequest Schema
aut05 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
- Returns:
- An XML document
Sample xml response where responseType of the incoming request is set to "html".
See the schema for full details regarding the XML document.
calcxmlResponse Schema
aut05 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
aut04
java.lang.String aut04(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Upgrade To A More Fuel Efficient Vehicle?
- Parameters:
xmlInput
- An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.
See the schema for full details regarding the XML document.
Relevant input is at this element in the schema: calcxmlRequest->calcInput->aut04
calcxmlRequest Schema
aut04 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
- Returns:
- An XML document
Sample xml response where responseType of the incoming request is set to "html".
See the schema for full details regarding the XML document.
calcxmlResponse Schema
aut04 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
aut03
java.lang.String aut03(java.lang.String xmlInput)
throws java.rmi.RemoteException
- What Would My Auto Payments Be?
- Parameters:
xmlInput
- An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.
See the schema for full details regarding the XML document.
Relevant input is at this element in the schema: calcxmlRequest->calcInput->aut03
calcxmlRequest Schema
aut03 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
- Returns:
- An XML document
Sample xml response where responseType of the incoming request is set to "html".
See the schema for full details regarding the XML document.
calcxmlResponse Schema
aut03 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
aut02
java.lang.String aut02(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Auto Purchase: Loan Versus 0% Dealer Financing?
- Parameters:
xmlInput
- An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.
See the schema for full details regarding the XML document.
Relevant input is at this element in the schema: calcxmlRequest->calcInput->aut02
calcxmlRequest Schema
aut02 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
- Returns:
- An XML document
Sample xml response where responseType of the incoming request is set to "html".
See the schema for full details regarding the XML document.
calcxmlResponse Schema
aut02 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
aut01
java.lang.String aut01(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Lease or Purchase An Auto?
- Parameters:
xmlInput
- An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.
See the schema for full details regarding the XML document.
Relevant input is at this element in the schema: calcxmlRequest->calcInput->aut01
calcxmlRequest Schema
aut01 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
- Returns:
- An XML document
Sample xml response where responseType of the incoming request is set to "html".
See the schema for full details regarding the XML document.
calcxmlResponse Schema
aut01 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException