Announcements
No record found.
Hello All,
I would like to understand the usage of proxy class when consuming web service in dynamics crm. Would appreciate the response in details to have a clear understanding.
*This post is locked for comments
Hi Sumit
OrganizationService is a higher level class that provides richer client side functionality and actually uses OrganizationServiceProxy inside it.
The Microsoft.Xrm.Client assembly that holds this higher level API cannot be used in Plugins etc but is intended for rich clients and ASP.NET.
It's worth noting that the Microsoft.Xrm.Client assembly has been removed from the CRM2016 SDK. For 2016 projects you might consider using the XRM Toolking assemblies.
It has similar functionality that you mention around the connection manager
Hope this answers your question!
Best Regards
Purushotham Boomireddy
Thanks for the response. Though i need to know that why do we use OrganizationServiceProxy class and not the organizationservice.
organizationservice is part of the OrganizationServiceProxy there is no difference in that
You did not understand. My question is that why do we use proxy class ?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.