} // testGetQuote
public void testDelayedStockQuote() throws Exception {
try {
log.info("Testing JAXM DelayedStockQuote sample.");
DelayedStockQuote stockQuote = new DelayedStockQuote();
System.out.print("The last price for SUNW is " + stockQuote.getStockQuote("SUNW"));
log.info("Test complete.");
} catch (javax.xml.soap.SOAPException e) {
Throwable t = e.getCause();
if (t != null) {
t.printStackTrace();