com.calcxml.webservice
Interface BusinessWSInterface
public interface BusinessWSInterface
Business calculators - prefix = "bus".
WSDL file location: http://www.calcxml.com/services/BusinessWS?wsdl
- Author:
- brian
Method Summary |
java.lang.String |
bus01(java.lang.String xmlInput)
What are the tax savings of a qualified retirement/cafeteria plan? |
bus01
java.lang.String bus01(java.lang.String xmlInput)
throws java.rmi.RemoteException
- What are the tax savings of a qualified retirement/cafeteria 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->bus01
calcxmlRequest Schema
bus01 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
bus01 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
- Throws:
java.rmi.RemoteException