Changing web service URL while windows app running

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a windows forms application that I use to connect
to a web service and perform transaction. The app is
reading the web service URL from my app.exe.config file.
How do I change the URL of the web service while the app
is still running ? Is it possible ?

Thanks
Sudeep
 
Do you want to write a new url in place of one you are getting from an
<appsettings>? section. If so, just use the XmlDocument class.
 
Back
Top