com.calcxml.webservice
Interface CreditWSInterface
public interface CreditWSInterface
Credit & debt calculators - prefix = "det".
WSDL file location: http://www.calcxml.com/services/CreditWS?wsdl
- Author:
- brian
Method Summary |
java.lang.String |
det01(java.lang.String xmlInput)
How Long Will It Take To Pay Off My Credit Card? |
java.lang.String |
det02(java.lang.String xmlInput)
How Long Until My Loan Is Paid Off? |
java.lang.String |
det03(java.lang.String xmlInput)
What Would My Loan Payments Be? |
java.lang.String |
det04(java.lang.String xmlInput)
Do I Have Too Much Debt? |
java.lang.String |
det05(java.lang.String xmlInput)
What Is The Balance On My Loan? |
java.lang.String |
det06(java.lang.String xmlInput)
Should I Consolidate My Personal Debt Into A New Loan? |
java.lang.String |
det07(java.lang.String xmlInput)
Restructuring Debts For Accelerated Payoff |
java.lang.String |
det08(java.lang.String xmlInput)
Which Is Better: Cash Up Front Or Payments Over Time? |
java.lang.String |
det09(java.lang.String xmlInput)
What Is The Impact Of Making Extra Payments On My Debt? |
java.lang.String |
det10(java.lang.String xmlInput)
Should I Pay Off Debt or Invest? |
java.lang.String |
det12(java.lang.String xmlInput)
Credit Score Estimator |
java.lang.String |
det30(java.lang.String xmlInput)
How Long Until My Debt Is Paid Off? |
java.lang.String |
det31(java.lang.String xmlInput)
Should I Pay Off Debt or Invest? |
det31
java.lang.String det31(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Pay Off Debt or Invest?
- 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->det31
calcxmlRequest Schema
det31 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
det31 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det30
java.lang.String det30(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Long Until My Debt Is Paid Off?
- 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->det30
calcxmlRequest Schema
det30 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
det30 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det12
java.lang.String det12(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Credit Score Estimator
- 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->det12
calcxmlRequest Schema
det12 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
det12 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det10
java.lang.String det10(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Pay Off Debt or Invest?
- 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->det10
calcxmlRequest Schema
det10 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
det10 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det09
java.lang.String det09(java.lang.String xmlInput)
throws java.rmi.RemoteException
- What Is The Impact Of Making Extra Payments On My Debt?
- 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->det09
calcxmlRequest Schema
det09 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
det09 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det08
java.lang.String det08(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Which Is Better: Cash Up Front Or Payments Over Time?
- 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->det08
calcxmlRequest Schema
det08 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
det08 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det07
java.lang.String det07(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Restructuring Debts For 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->det07
calcxmlRequest Schema
det07 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
det07 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det06
java.lang.String det06(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Consolidate My Personal Debt Into A New Loan?
- 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->det06
calcxmlRequest Schema
det06 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
det06 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det05
java.lang.String det05(java.lang.String xmlInput)
throws java.rmi.RemoteException
- What Is The Balance On My Loan?
- 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->det05
calcxmlRequest Schema
det05 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
det05 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det04
java.lang.String det04(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Do I Have Too Much Debt?
- 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->det04
calcxmlRequest Schema
det04 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
det04 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det03
java.lang.String det03(java.lang.String xmlInput)
throws java.rmi.RemoteException
- What Would My Loan 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->det03
calcxmlRequest Schema
det03 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
det03 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det02
java.lang.String det02(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Long Until My Loan Is Paid Off?
- 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->det02
calcxmlRequest Schema
det02 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
det02 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
det01
java.lang.String det01(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Long Will It Take To Pay Off My Credit Card?
- 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->det01
calcxmlRequest Schema
det01 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
det01 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException