com.calcxml.webservice
Interface TaxationWSInterface


public interface TaxationWSInterface

Tax calculators - prefix = "inc".
WSDL file location: http://www.calcxml.com/services/TaxationWS?wsdl

Author:
brian

Method Summary
 java.lang.String inc01(java.lang.String xmlInput)
          What Is My Potential Estate Tax Liability?
 java.lang.String inc02(java.lang.String xmlInput)
          Federal Income Tax Estimator
 java.lang.String inc03(java.lang.String xmlInput)
          Should I Adjust My Payroll Withholdings?
 java.lang.String inc04(java.lang.String xmlInput)
          Will My Investment Interest Be Deductible?
 java.lang.String inc05(java.lang.String xmlInput)
          How Much Self-Employment Tax Will I Pay?
 java.lang.String inc06(java.lang.String xmlInput)
          Capital Gains (Losses) Tax Estimator
 java.lang.String inc07(java.lang.String xmlInput)
          Compare Taxable, Tax-Deferred And Tax-Free Investment Growth
 java.lang.String inc08(java.lang.String xmlInput)
          How Much Of My Social Security Benefit May Be Taxed?
 java.lang.String inc09(java.lang.String xmlInput)
          What Are The Tax Implications Of Paying Interest?
 java.lang.String inc10(java.lang.String xmlInput)
          Should I Itemize Or Take The Standard Deduction?
 java.lang.String inc11(java.lang.String xmlInput)
          What Is My Tax-Equivalent Yield?
 java.lang.String inc12(java.lang.String xmlInput)
          Tax Refund Estimator
 java.lang.String inc13(java.lang.String xmlInput)
          Tax Freedom Day
 java.lang.String stateTax(java.lang.String xmlInput)
          State Tax Rate
 

Method Detail

inc13

java.lang.String inc13(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Tax Freedom Day

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

stateTax

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

inc12

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

inc11

java.lang.String inc11(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is My Tax-Equivalent Yield?

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

inc10

java.lang.String inc10(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Should I Itemize Or Take The Standard Deduction?

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

inc09

java.lang.String inc09(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Are The Tax Implications Of Paying Interest?

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

inc08

java.lang.String inc08(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Much Of My Social Security Benefit May Be Taxed?

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

inc07

java.lang.String inc07(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Compare Taxable, Tax-Deferred And Tax-Free Investment Growth

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

inc06

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

inc05

java.lang.String inc05(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Much Self-Employment Tax Will I Pay?

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

inc04

java.lang.String inc04(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Will My Investment Interest Be Deductible?

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

inc03

java.lang.String inc03(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Should I Adjust My Payroll Withholdings?

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

inc02

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

inc01

java.lang.String inc01(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is My Potential Estate Tax Liability?

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