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

Re: Changing web service URL while windows app running by TheGrudge

TheGrudge
Tue Dec 16 23:24:12 CST 2003

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.



<sudeep.saxena@ngc.com> wrote in message
news:080c01c3c3d2$0b9c7fa0$a501280a@phx.gbl...
> 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