Web Services

Web service reference changed when upgrading project from VS2008 to VS2010

Posted Thursday, June 10, 2010 3:00 PM | Feedback (0), Filed Under .NET Web Visual Studio Buggs Visual Studio 2010 Web Services

When we recently upgraded our project from VS 2008 to VS 2010 everything went just fine. The project was converted and the conversion log didn't report any errors. Two days ago we deployed our web application to the production servers, that's when the problems started to show up. The application couldn't connect to several services. The error was that the Web Reference URL to the services had been changed from https to http. We hadn’t caught this error in our test environment because the https restriction was not there in that environment. ...