Dynamic URL for Service Reference in visual Studio 2010
Posted
by Zee99
on Stack Overflow
See other posts from Stack Overflow
or by Zee99
Published on 2010-06-14T11:38:02Z
Indexed on
2010/06/14
11:42 UTC
Read the original article
Hit count: 277
visual-studio-2010
|visual
I am writing a Silverlight 3 application, this app uses a service reference to connect to a SharePoint site by using Sharepoint Lists.asmx web service
Now i want to install my app on different servers, and i want my app to use the weBservice of the server on which it is installed (without me specifying it). In Vs2005, we used to specify "dynamic" for the webservice. How can i do this in Visual Studio 2010 (service reference)? there is no "dynamic" property for a service reference.
Thanks,
© Stack Overflow or respective owner