D
Derek Hart
I have a the same web service that sits on multiple servers. All I want to
do is change the URL that the client app points to. I found this code in
the Reference.vb file under the web reference:
Public Sub New()
MyBase.New
Me.Url = "http://abccompany.tam.net/tam/tam.asmx"
End Sub
How can I dynamically change this when the client app loads. What VB.NET
code would I use?
Derek
do is change the URL that the client app points to. I found this code in
the Reference.vb file under the web reference:
Public Sub New()
MyBase.New
Me.Url = "http://abccompany.tam.net/tam/tam.asmx"
End Sub
How can I dynamically change this when the client app loads. What VB.NET
code would I use?
Derek