单击按钮时更新Web服务URL

时间:2011-08-13 08:13:39

标签: c# .net winforms web-services uri

我的c#应用程序上有一个Web服务。我想点击按钮时更新webservice网址。我怎么能这样做。

2 个答案:

答案 0 :(得分:1)

Web服务端点地址通常在应用程序的配置文件中定义,但您也可以在客户端的构造函数中指定URL:

MyClient client = new MyClient("http://95.9.5.151/SabisOdemeWS/Service1.asmx");

答案 1 :(得分:0)

要使Ref​​erence.cs地图类代码中的URL在web.config文件中查找Web服务URL,我们需要将此设置更改为Dynamic。请参阅文章hereenter image description here enter image description here