com.calcxml.webservice
Interface RetirementWSInterface


public interface RetirementWSInterface

Retirement calculators - prefix = "ret".
WSDL file location: http://www.calcxml.com/services/RetirementWS?wsdl

Author:
brian

Method Summary
 java.lang.String ret01(java.lang.String xmlInput)
          How Will Retirement Impact My Living Expenses?
 java.lang.String ret02(java.lang.String xmlInput)
          How Much Will I Need To Save For Retirement?
 java.lang.String ret03(java.lang.String xmlInput)
          Are My Current Retirement Savings Sufficient?
 java.lang.String ret04(java.lang.String xmlInput)
          Social Security Retirement Income Estimator
 java.lang.String ret05(java.lang.String xmlInput)
          How Does Inflation Impact My Retirement Income Needs?
 java.lang.String ret06(java.lang.String xmlInput)
          I'm Retired, How Long Will My Savings Last?
 java.lang.String ret07(java.lang.String xmlInput)
          When Should I Begin Saving For Retirement?
 java.lang.String ret08(java.lang.String xmlInput)
          Should I Convert Discretionary Expenses To Savings?
 java.lang.String ret09(java.lang.String xmlInput)
          How Much Retirement Income May My 401(k) Provide?
 java.lang.String ret10(java.lang.String xmlInput)
          Compare the Roth 401(k) to a Traditional 401(k)
 java.lang.String ret30(java.lang.String xmlInput)
          How Much Will I Need To Save For Retirement?
 java.lang.String ret31(java.lang.String xmlInput)
          Are My Current Retirement Savings Sufficient?
 java.lang.String ret32(java.lang.String xmlInput)
          I'm Retired, How Long Will My Savings Last?
 java.lang.String ret33(java.lang.String xmlInput)
          Are My Current Retirement Savings Sufficient?
 java.lang.String ret34(java.lang.String xmlInput)
          When Should I Begin Saving For Retirement?
 

Method Detail

ret34

java.lang.String ret34(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
When Should I Begin Saving For Retirement?

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->ret34
calcxmlRequest Schema
ret34 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
ret34 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret33

java.lang.String ret33(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Are My Current Retirement Savings Sufficient?

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->ret33
calcxmlRequest Schema
ret33 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
ret33 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret32

java.lang.String ret32(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
I'm Retired, How Long Will My Savings Last?

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->ret32
calcxmlRequest Schema
ret32 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
ret32 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret31

java.lang.String ret31(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Are My Current Retirement Savings Sufficient?

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->ret31
calcxmlRequest Schema
ret31 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
ret31 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret30

java.lang.String ret30(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Much Will I Need To Save For Retirement?

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->ret30
calcxmlRequest Schema
ret30 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
ret30 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret10

java.lang.String ret10(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Compare the Roth 401(k) to a Traditional 401(k)

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->ret10
calcxmlRequest Schema
ret10 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
ret10 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret09

java.lang.String ret09(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Much Retirement Income May My 401(k) Provide?

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->ret09
calcxmlRequest Schema
ret09 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
ret09 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret08

java.lang.String ret08(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Should I Convert Discretionary Expenses To 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->ret08
calcxmlRequest Schema
ret08 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
ret08 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret07

java.lang.String ret07(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
When Should I Begin Saving For Retirement?

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->ret07
calcxmlRequest Schema
ret07 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
ret07 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret06

java.lang.String ret06(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
I'm Retired, How Long Will My Savings Last?

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->ret06
calcxmlRequest Schema
ret06 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
ret06 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret05

java.lang.String ret05(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Does Inflation Impact My Retirement Income Needs?

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->ret05
calcxmlRequest Schema
ret05 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
ret05 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret04

java.lang.String ret04(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Social Security Retirement Income 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->ret04
calcxmlRequest Schema
ret04 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
ret04 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret03

java.lang.String ret03(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Are My Current Retirement Savings Sufficient?

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->ret03
calcxmlRequest Schema
ret03 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
ret03 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret02

java.lang.String ret02(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Much Will I Need To Save For Retirement?

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->ret02
calcxmlRequest Schema
ret02 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
ret02 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

ret01

java.lang.String ret01(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Will Retirement Impact My Living Expenses?

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->ret01
calcxmlRequest Schema
ret01 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
ret01 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException