P
Prabhakar
Hi,
How do i set the namspace attribute of a webservice from a key in web.config
file.Say, for example something like :
[WebService(Namespace=ConfigurationSettings.AppSettings.Get("NameSpace"))]
Do i have to go for a Custom Attribute?
Thanks
Prabhakar
How do i set the namspace attribute of a webservice from a key in web.config
file.Say, for example something like :
[WebService(Namespace=ConfigurationSettings.AppSettings.Get("NameSpace"))]
Do i have to go for a Custom Attribute?
Thanks
Prabhakar