creating WCF client proxy dynamically

Posted by taher chhabra on Stack Overflow See other posts from Stack Overflow or by taher chhabra
Published on 2010-04-19T08:11:10Z Indexed on 2010/04/19 8:13 UTC
Read the original article Hit count: 284

Filed under:
|
|

I need to be able to call and arbitrary web service. The user will supply the URI / endpoint information at configuration time, and I need to be able to handle calling that service. As a result, I don't have service contract at compile-time

© Stack Overflow or respective owner

Related posts about wcf

Related posts about programmatically