i created the C Console project in .Net framework (VS 2003) and added the web reference to .Net webservice.

This has created a "Service" namespace, and using which i'm able to invoke the webservice from C project.

All is fine now, but i need to change the webservice address URL dynamically - so how do i do it?

any input will be appreciated.

Thanks
Venu