I have a .NET SOAP WebService that is retrieving data from an old dataset.
With database connections you setup the database connection, database name, tables, etc.
The .NET projects only lists the AddressSearch and Web.Services.
- I do not see any reference to the database/Tables, Locator, csv, etc???
AddressSearch.cs lists
[System.Web.Services.WebServiceBindingAttribute(Name="AddressSearchSoap", Namespace="http://webservices.localgov.gov.uk/nlpgv1webservice")]
I cannot find the database or data file reference in the ASPX project???
I would appreciate any assistance in resolving this issue.
Thanks,
Clive
Clive