V
Vagif Abilov
Hello,
I have a Web service client that needs to call several Web services using
dynamic discovery. It is suggested to modify application config file by
adding an entry:
<add key="name of the service" value="http://someurl.asmx"/>
In addition in VS.NET it is necessary to set "URL Behavior" to dynamic.
I am trying to bypass this step by setting the URL dynamically in my code
(just setting URL property does not seem to be enough).
Is there any way to intercept this step of retrieving entries from the
registry and instead assign my own (that come from the database)?
Thanks in advance
Vagif Abilov
vagif @ online.no
I have a Web service client that needs to call several Web services using
dynamic discovery. It is suggested to modify application config file by
adding an entry:
<add key="name of the service" value="http://someurl.asmx"/>
In addition in VS.NET it is necessary to set "URL Behavior" to dynamic.
I am trying to bypass this step by setting the URL dynamically in my code
(just setting URL property does not seem to be enough).
Is there any way to intercept this step of retrieving entries from the
registry and instead assign my own (that come from the database)?
Thanks in advance
Vagif Abilov
vagif @ online.no