public StockQuoteFacadeDelegate() throws InternalErrorException {
try {
/* Get an instance of the web service stub */
XigniteQuotes xIgniteQuotes = new XigniteQuotesLocator();
quotesSoapStub = xIgniteQuotes.getXigniteQuotesSoap();
} catch (Exception e) {
throw new InternalErrorException(e);
}
}