com.calcxml.webservice
Interface HomeMortgageWSInterface
public interface HomeMortgageWSInterface
Home & mortgage calculators - prefix = "hom".
WSDL file location: http://www.calcxml.com/services/HomeMortgageWS?wsdl
- Author:
- brian
Method Summary |
java.lang.String |
hom01(java.lang.String xmlInput)
How Much Home Can I Afford? |
java.lang.String |
hom02(java.lang.String xmlInput)
Should I Refinance My Mortgage? |
java.lang.String |
hom03(java.lang.String xmlInput)
Mortgage Calculator |
java.lang.String |
hom04(java.lang.String xmlInput)
Comparing Mortgage Terms (i.e. |
java.lang.String |
hom05(java.lang.String xmlInput)
Should I Pay Discount Points For A Lower Interest Rate? |
java.lang.String |
hom06(java.lang.String xmlInput)
Should I Rent or Buy A Home? |
java.lang.String |
hom07(java.lang.String xmlInput)
Should I Convert to a Bi-Weekly Payment Schedule? |
java.lang.String |
hom08(java.lang.String xmlInput)
Compare A 'No-Cost' Versus Traditional Mortgage |
java.lang.String |
hom09(java.lang.String xmlInput)
What Are The Tax Savings Generated By My Mortgage? |
java.lang.String |
hom10(java.lang.String xmlInput)
Which is Better: Fixed or Adjustable-Rate Mortgage? |
java.lang.String |
hom11(java.lang.String xmlInput)
Adjustable Rate Mortgage Calculator |
java.lang.String |
hom12(java.lang.String xmlInput)
How Do Closing Costs Impact The Interest Rate? |
java.lang.String |
hom13(java.lang.String xmlInput)
Compare An Interest-Only Versus Traditional Mortgage |
java.lang.String |
hom14(java.lang.String xmlInput)
How much can I borrow from my home equity (HELOC)? |
java.lang.String |
hom30(java.lang.String xmlInput)
How Much Home Can I Afford? (Ireland / UK) |
java.lang.String |
hom31(java.lang.String xmlInput)
Mortgage Calculator |
java.lang.String |
hom32(java.lang.String xmlInput)
Should I Rent or Buy A Home? |
java.lang.String |
hom33(java.lang.String xmlInput)
Mortgage Qualifier |
java.lang.String |
hom34(java.lang.String xmlInput)
Should I Rent or Buy A Home? |
java.lang.String |
hom35(java.lang.String xmlInput)
Which is Better: Fixed or Adjustable-Rate Mortgage? |
java.lang.String |
hom36(java.lang.String xmlInput)
Comparing Mortgage Terms (i.e. |
hom36
java.lang.String hom36(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Comparing Mortgage Terms (i.e. 15, 20, 30 year)
- 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->hom36
calcxmlRequest Schema
hom36 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
hom36 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom35
java.lang.String hom35(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Which is Better: Fixed or Adjustable-Rate Mortgage?
- 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->hom35
calcxmlRequest Schema
hom35 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
hom35 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom34
java.lang.String hom34(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Rent or Buy A Home?
- 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->hom34
calcxmlRequest Schema
hom34 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
hom34 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom33
java.lang.String hom33(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Mortgage Qualifier
- 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->hom33
calcxmlRequest Schema
hom33 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
hom33 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom32
java.lang.String hom32(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Rent or Buy A Home?
- 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->hom32
calcxmlRequest Schema
hom32 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
hom32 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom31
java.lang.String hom31(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Mortgage Calculator
- 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->hom31
calcxmlRequest Schema
hom31 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
hom31 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom14
java.lang.String hom14(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How much can I borrow from my home equity (HELOC)?
- 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->hom14
calcxmlRequest Schema
hom14 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
hom14 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom30
java.lang.String hom30(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Much Home Can I Afford? (Ireland / UK)
- 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->hom30
calcxmlRequest Schema
hom30 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
hom30 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom13
java.lang.String hom13(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Compare An Interest-Only Versus Traditional Mortgage
- 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->hom13
calcxmlRequest Schema
hom13 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
hom13 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom12
java.lang.String hom12(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Do Closing Costs Impact The Interest Rate?
- 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->hom12
calcxmlRequest Schema
hom12 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
hom12 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom11
java.lang.String hom11(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Adjustable Rate Mortgage Calculator
- 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->hom11
calcxmlRequest Schema
hom11 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
hom11 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom10
java.lang.String hom10(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Which is Better: Fixed or Adjustable-Rate Mortgage?
- 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->hom10
calcxmlRequest Schema
hom10 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
hom10 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom09
java.lang.String hom09(java.lang.String xmlInput)
throws java.rmi.RemoteException
- What Are The Tax Savings Generated By My Mortgage?
- 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->hom09
calcxmlRequest Schema
hom09 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
hom09 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom08
java.lang.String hom08(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Compare A 'No-Cost' Versus Traditional Mortgage
- 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->hom08
calcxmlRequest Schema
hom08 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
hom08 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom07
java.lang.String hom07(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Convert to a Bi-Weekly Payment Schedule?
- 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->hom07
calcxmlRequest Schema
hom07 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
hom07 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom06
java.lang.String hom06(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Rent or Buy A Home?
- 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->hom06
calcxmlRequest Schema
hom06 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
hom06 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom05
java.lang.String hom05(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Pay Discount Points For A Lower Interest Rate?
- 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->hom05
calcxmlRequest Schema
hom05 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
hom05 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom04
java.lang.String hom04(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Comparing Mortgage Terms (i.e. 15, 20, 30 year)
- 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->hom04
calcxmlRequest Schema
hom04 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
hom04 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom03
java.lang.String hom03(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Mortgage Calculator
- 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->hom03
calcxmlRequest Schema
hom03 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
hom03 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom02
java.lang.String hom02(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Should I Refinance My Mortgage?
- 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->hom02
calcxmlRequest Schema
hom02 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
hom02 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
hom01
java.lang.String hom01(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Much Home 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->hom01
calcxmlRequest Schema
hom01 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
hom01 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException