Monthly Archives: October 2012
How to consume WCF Service using Channel Factory
A Channel Factory is implemented by the IChannelFactory Interface and their associated channels are used by the initiators of a communication pattern. The Channel Factory class is useful when you want to share a common service contract DLL between the … Continue reading
New Xrm.Utility Functions in Update Rollup 8 for Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online.
Xrm.Utility Reference The Xrm.Utility object provides a container for useful functions not directly related to the current page. These functions are available in every application page that supports scripting. You can use them in form scripts or in ribbon commands. … Continue reading
How to call External WCF Service within CRM 2011 Plugins
Step 1: Build and Publish the WCF Service Step 2: Deploy the WCF Service Step 3: Create WCF client Create a WCF client using ServiceModel Metadata Utility Tool (Svcutil.exe) by using following steps: On the Start menu click All Programs, … Continue reading