SOAP Stock Quote Example 3 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
}