Lately I've been working on a DotNetNuke (open source CMS) module that shall call a WCF service to retrieve data.
The problem I've been struggling with is that I don't want to make any changes in the web.config for the WCF call.
As far as I've know a call to a WCF service requires some settings in the applications web.config and since I develop a plugg-able module I can't insert any settings in the web.config. To avoid making changes I made the call to the WCF service by creating a proxy class using the old wsdl tool, intended for web services, and using that proxy class for the WCF call.
I've to look further into the possibility to set all the settings for the WCF proxy in code.
Thursday, October 25, 2007
Subscribe to:
Post Comments (Atom)
1 comment:
I would like to say that this blog really convinced me, you give me best information! Thanks, very good post. Dotnetnuke Web Services
Post a Comment