com.calcxml.webservice
Interface FeaturedWSInterface


public interface FeaturedWSInterface


Method Summary
 java.lang.String getFeatured(java.lang.String xmlInput)
          getFeatured - Use this method to get a small blurb on a featured calc and/or article.
 

Method Detail

getFeatured

java.lang.String getFeatured(java.lang.String xmlInput)
                             throws java.rmi.RemoteException
getFeatured - Use this method to get a small blurb on a featured calc and/or article.

Parameters:
xmlInput - An XML document, conforming to the calcxmlFeaturedRequest schema, containing all the input values for the request.

See the schema for full details regarding the XML document.
calcxmlFeaturedRequest Schema
Returns:
An XML document

See the schema for full details regarding the XML document.
calcxmlFeaturedResponse Schema
Throws:
java.rmi.RemoteException