
COB-INF.soap.pages.xscript.getquote3.xsp Maven / Gradle / Ivy
The newest version!
<span class="http"><span class="http"><span class="coffeescript">SOAP Stock Quote Example <span class="hljs-number">3</span></span></span></span>
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.
This is yet another example of the XScript and SOAP
logicsheets. This sample is very similar with
soap-getquote2.xsp
, except that the stylesheet is
defined in an external file.
Please enter the stock ticker:
} else {
The stock price for symbol is
}