Consuming Webservice
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I would like to consume a wevbserice with VB.NET, but I would like to set the URL dynamically because the host for the service might change. I can set the URL be editing the webrefrence but I can not seem to change it programmatically. I have created a reference to MyService private service = new MyService.Service I have tried service.Url = userInputUrl but when I try to compile I get a lot of errors like This is not a member of MyService. Any ideas.