Consume a WebService with Integrated authentication from WPF windows application
- by Tr1stan
I have written a WPF windows application that consumes a .net WebService. This works fine when the web service in hosted to allow anonymous connections, however the WebService I need to consume when we go live will be held within a website that has Integrated Authentication enabled.
The person running the WPF application will be logged onto a…