Dynamic web-refrence, code generation, compilation and invocation of web services.
July 8, 2008
Ever thought of getting dynamic web reference from a WSDL? Then making dynamic proxies, and invoking the methods dynamically.
I had some requirement which includes all of the above topics. So after completing my test code I thought of publishing it here for educational purposes.
check it out if you need to do something similar or if you are stuck with some intermediate part:
http://vaibhavgaikwad.wordpress.com/web-services-with-reflection-in-net/
-Bugs!
Advertisement