public StockNewsFacadeDelegate() throws InternalErrorException {
try {
/* Get an instance of the web service stub */
XigniteNews xIgniteNews = new XigniteNewsLocator();
newsSoapStub = xIgniteNews.getXigniteNewsSoap();
} catch (Exception e) {
throw new InternalErrorException(e);
}
}