locked
select a method from wcf service and get the available requests in it and further the available parameters of requests RRS feed

  • Question

  • 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

    Wednesday, October 23, 2013 10:44 AM

All replies

  • User-519136805 posted

    check this out:

    http://blogs.msdn.com/b/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx

    Thursday, October 24, 2013 1:30 AM