S
Simon Tamman {Uchiha Jax}
Wondering how difficult this will be to do.
The principle being that the application will load a URL from a
configuration file at runtime and then add a reference to the web service.
Only having ever added a Web Reference from Visual Studio at buildtime i'm
unsure of how to perform this task.
When you add a "web reference" in this way it appears as a distinct type,
i'm assuming this means that i'll have to load the type in at runtime and
use reflection to invoke the members that are required.
Is it even possible?
Please let me know if you have any information that will help me work this
out.
Thankyou
Simon
The principle being that the application will load a URL from a
configuration file at runtime and then add a reference to the web service.
Only having ever added a Web Reference from Visual Studio at buildtime i'm
unsure of how to perform this task.
When you add a "web reference" in this way it appears as a distinct type,
i'm assuming this means that i'll have to load the type in at runtime and
use reflection to invoke the members that are required.
Is it even possible?
Please let me know if you have any information that will help me work this
out.
Thankyou
Simon