locked
wcf webservices RRS feed

  • Question

  • Hi I am new to wcf web services. Can anyone guide me how to create web service to get data from client portal and create record in ms crm 2013. Please guide me.  
    Friday, June 27, 2014 9:44 AM

All replies

  • Hello,

    You can lear creating wcf service from below posts

    http://www.codeproject.com/Articles/576820/Basic-Step-by-Step-WCF-WebService

    http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/four-steps-to-create-first-wcf-service-for-beginners/

    Once done you can consume ms crm SDK in wcf service to create data in ms crm application.


    Our Website| Our Blog | Follow US | My Facebook Page | Microsoft Dynamics CRM 2011 Application Design
    Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.

    Friday, June 27, 2014 10:05 AM
    Moderator
  • Pavandh

    1º Download CRM SDK (http://www.microsoft.com/en-us/download/details.aspx?id=40321)

    2º Install

    3º Open the instalation folder and the file CrmSdk2013.chm

    4º Type "Sample: Create"

    Regards!

    Friday, June 27, 2014 1:32 PM