
Hello Every one ,
I need help in knowing how WCF or web services works In between CRM and External Websites
I gone through lot of MSDN and private articles but i didn't any clarity how the WCF services creates a record from Website data
For Example, There is a ASP.net website for creating a member and when i submit the button the data i enter in the webpage needs to create a record in CRM entity
in the same way i need some information to update ,retrieve and delete the data through WCF services
Please Help me
Thanks,
*This post is locked for comments
I have the same question (0)Hi
You do not have to directly deal with the WCF service, the SDK DLLs will do that for you.
Please download the SDK from this URL
www.microsoft.com/.../details.aspx
The SDK folder has a lot of examples for different languages as well, please have a look at those to see how you can do CRUD and other operations using OrganizationService
And also have a look at these examples to learn how you can do CRUD
docs.microsoft.com/.../sample-create-retrieve-update-delete-late-bound
docs.microsoft.com/.../sample-create-retrieve-update-delete-records-early-bound