SOAP Stock Quote Example 1 String symbol = request.getParameter("symbol"); if (symbol == null || symbol.equals("")) { This page demonstrates the SOAP logicsheet for Cocoon2. It accesses a SOAP service that provides stock quotes and displays the result. The SOAP result is placed in the generated page, and the stock price is extracted from it using an external XSLT stylesheet. Compare this approach with the one used in soap-getquote2.xsp, which uses an internal XScript stylesheet to extract the stock price. Please enter the stock ticker:
} else { The stock price for symbol is
}