locked
Webservices for Dynamic CRM 2015 RRS feed

  • Question

  • Hi,

    We have Window application that connect with MS Dynamics CRM2011 using Webservices(mscrmservice/2007/)and metadataservices.

    Now we migrated from CRM 11 to CRM 2015 on-prem , those services are not working in CRM 2015 Environment,

    please suggest webservices for CRM 2015.

    Thanks

    Ashokraj R


    • Edited by Ashokraj R Wednesday, June 3, 2015 10:56 AM
    Wednesday, June 3, 2015 10:55 AM

All replies

  • The main thing is that the 2007 service is no longer available and is replaced by 2011.

    In your CRM 2015, navigate to Settings -> Customizations -> Developer Resources

    On that page you should see all the links  to the available web services for your instance.

    Wednesday, June 3, 2015 12:31 PM
  • The 2007 services are from the days of crm 4.0, they are no longer available after crm 2011, I have included a link to a webpage where you can see the links that work from crm 2015, this is for crm 2011 but the same links are used in 2015.

    There is more information if you follow the link.

    http://crmbm.blogspot.com/2013/01/crm-webservices.html

    Service Platform Protocol Description Tasks
    Discovery WCF SOAP 1.2 information about the organizations availables RetrieveUser, RetrieveOrganization
    Endpoint:<Discovery Server URL>/XRMServices/2011/Discovery.svc
    Organization WCF SOAP 1.2 access to the business data and metadata CRUD, Associate, Dissociate, Metadata, Execute
    Endpoint: <organization URL>/XRMServices/2011/Organization.svc
    Organization Data WCF REST
    Open data (JSON/Atom)
    access to the business data (only for web ressources/no authentication) CRUD,Associate,Dissociate
    Endpoint: <organization URL>/XRMServices/2011/OrganizationData.svc
    Web Ressource WCF SOAP 1.2 access to the business data and metadata (only for web ressources/no authentication) CRUD Associate, Dissociate, Metadata, Execute
    Endpoint: <organization URL>/XRMServices/2011/Organization.svc/web
    Deployment WCF SOAP 1.2 access to the deployment properties RUD, Execute
    Endpoint: <servername>/xrmdeployment/2011/deployment.svc


    Halldór Jóhannsson

    Wednesday, June 3, 2015 12:32 PM