0
votes
votes
1 answers
proxy for Web Services
I have defined a web service and I can access it via a browser. Now I am trying to compile an app to make a request to that service. The book I have (Beginning XML with C# 2008) says to use Service Service proxy = new Service(); D ...
