Getting an application path from a web service
Is it possible to access a web service from inside a windows form and somehow get the path of the web service?
If not, is it possible to map the physical path from an http address in a web service that is accessed from a windows form (not an ASP.NET page)? I know you can use MapPath if you are accessing from a web page, but how about a windows form?
-Mike