One of our ASP.Net projects has some dependencies on Microsoft WSE 3.0 However, we're migrating the project to Windows Server 2008, which does not support WS E3.0.
So I need to refactor the code to remove the dependency to WSE 3.0 but still maintain its functionalit. The code is simply adding a security token to the web context and then invoking the web service. I'm not sure where to start though. I suspect I switch to WCF, and if so, is there any tutorial available online to help make the switch from WSE3.0 to WCF?