Hi,
I am creating an iView using .Net PDK and will be accessing methods of a WebService using a proxy class.
I don't want to hardcode URL of the WebService in my proxy class.
Is there any solution by which I can read URL from some config file, so that if I want to change URL of web service, I just have to change the content of the config file instead of recompiling proxy class and deploying new PAR file.
Regards,
Ajay