User-1958101651 posted
I am trying to select a method from a windows form and get the available requests in it dynamically at runtime. Once we get the request further get the available parameters in the request. I am using dynamic proxy to get the methods from the wcf service
url at runtime and trying to use reflection for the doing the above requirement. Please help me with some ideas or code snippets