The WIDL Specification by Lynn Monson Listing One Listing Two Listing Three Listing Four Listing Five // This is a code fragment showing the use of the StockPriceService. try { QuoteStockPriceService o = new QuoteStockPriceService( StockSymbol ); System.out.println("StockPrice = " + o.StockPrice); } catch (Exception e) { System.err.println(e); } 2