Hello
I have a WebService project in VS2005 and a Mobile Device .NET CF project. I add web reference to the WebService and thus I have a Reference.cs generated with proxy class. My problem is that I'd also like to have the pure interface generated and the proxy class to implement this interface. I want to use this interface to provide a custom implementation as a fall back when WebService is not available. Is it possible with VS2005 and WSDL generator?
Thanks