I have inhherited a vs2010 c# web project (asp.net). It has a web reference to a web service. There’s been a slight change to the service – a new operation has been added. I’d like to update the proxy class so that i can call the new operation but i can’t find the class. I seem to remember there used to be a “show all files” button in solution explorer that would reveal the proxy class but i can see no sign of that. Unfortunately, i’m not able to refresh the proxy by pointing it at the web service metadata wsdl because vs is no longer installed on any pc that can reach the web service. Anyone know where i can find the proxy class?
Share
Problem was, the app was running – doh!