<p>I am getting the logon failed error when I try to access the web service hosting my report. The report displays information from a typed dataset that loads the XML from the local directory. The report runs fine from a windows console application where I must instantiate a dataset, read the XML, and bind to the report. The typed dataset is in the web service project and the XML file is in the base virtual directory and bin directories.</p><p>To create the web service, I followed an example from a .NET Programming book, but it did not include all of the steps above. Where do I tell the web service to instantiate the dataset and load the data?</p><p>Thanks. Greg <br /></p>