com.calcxml.webservice
Interface SavingWSInterface
public interface SavingWSInterface
Savings calculators - prefix = "sav".
WSDL file location: http://www.calcxml.com/services/SavingWS?wsdl
- Author:
- brian
Method Summary |
java.lang.String |
sav01(java.lang.String xmlInput)
Becoming A Millionaire |
java.lang.String |
sav02(java.lang.String xmlInput)
Income Generated By A Savings Plan |
java.lang.String |
sav03(java.lang.String xmlInput)
How Long Will It Take To Double My Savings? |
java.lang.String |
sav04(java.lang.String xmlInput)
How Long Until My Savings Reach My Goal? |
java.lang.String |
sav05(java.lang.String xmlInput)
Save Now vs. |
java.lang.String |
sav06(java.lang.String xmlInput)
How Much Should I Save to Reach My Goal? |
java.lang.String |
sav07(java.lang.String xmlInput)
What Could My Current Savings Grow To? |
java.lang.String |
sav08(java.lang.String xmlInput)
Calculate Rate Of Return |
java.lang.String |
sav09(java.lang.String xmlInput)
How Do Taxes and Inflation Impact My Investment Return? |
java.lang.String |
sav10(java.lang.String xmlInput)
What Is The Effective Annual Yield On My Investment? |
java.lang.String |
sav30(java.lang.String xmlInput)
How Much Do I Need to Save to Buy a House? |
java.lang.String |
sav31(java.lang.String xmlInput)
How Much Should I Save to Reach My Goal? |
java.lang.String |
sav32(java.lang.String xmlInput)
What Could My Current Savings Grow To? |
java.lang.String |
sav33(java.lang.String xmlInput)
How Do Taxes and Inflation Impact My Investment Return? |
sav33
java.lang.String sav33(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Do Taxes and Inflation Impact My Investment Return?
- 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->sav33
calcxmlRequest Schema
sav33 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
sav33 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav32
java.lang.String sav32(java.lang.String xmlInput)
throws java.rmi.RemoteException
- What Could My Current Savings Grow To?
- 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->sav32
calcxmlRequest Schema
sav32 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
sav32 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav31
java.lang.String sav31(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Much Should I Save to Reach My Goal?
- 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->sav31
calcxmlRequest Schema
sav31 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
sav31 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav30
java.lang.String sav30(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Much Do I Need to Save to Buy a House?
- 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->sav30
calcxmlRequest Schema
sav30 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
sav30 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav10
java.lang.String sav10(java.lang.String xmlInput)
throws java.rmi.RemoteException
- What Is The Effective Annual Yield On My Investment?
- 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->sav10
calcxmlRequest Schema
sav10 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
sav10 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav09
java.lang.String sav09(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Do Taxes and Inflation Impact My Investment Return?
- 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->sav09
calcxmlRequest Schema
sav09 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
sav09 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav08
java.lang.String sav08(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Calculate Rate Of Return
- 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->sav08
calcxmlRequest Schema
sav08 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
sav08 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav07
java.lang.String sav07(java.lang.String xmlInput)
throws java.rmi.RemoteException
- What Could My Current Savings Grow To?
- 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->sav07
calcxmlRequest Schema
sav07 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
sav07 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav06
java.lang.String sav06(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Much Should I Save to Reach My Goal?
- 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->sav06
calcxmlRequest Schema
sav06 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
sav06 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav05
java.lang.String sav05(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Save Now vs. Save Later
- 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->sav05
calcxmlRequest Schema
sav05 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
sav05 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav04
java.lang.String sav04(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Long Until My Savings Reach My Goal?
- 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->sav04
calcxmlRequest Schema
sav04 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
sav04 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav03
java.lang.String sav03(java.lang.String xmlInput)
throws java.rmi.RemoteException
- How Long Will It Take To Double My Savings?
- 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->sav03
calcxmlRequest Schema
sav03 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
sav03 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav02
java.lang.String sav02(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Income Generated By A Savings Plan
- 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->sav02
calcxmlRequest Schema
sav02 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
sav02 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException
sav01
java.lang.String sav01(java.lang.String xmlInput)
throws java.rmi.RemoteException
- Becoming A Millionaire
- 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->sav01
calcxmlRequest Schema
sav01 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
sav01 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException