zoukankan      html  css  js  c++  java
  • Dynamics CRM 2011 Web Service

    Data Services:

      SOAP Endpoint REST Endpoint
    Capabilities

    Assign Records

    Retrieve Metadata

    Execute Messages

    Create, Retrieve, Update and Delete records.

    Associate and Disassociate records

     Service URL  [Organization URL]/xrmservices/2011/organization.svc  [Organization URL]/xrmservices/2011/organizationdata.svc
     Limitations

     

    Messages that require the Execute method cannot be performed.

    Associate and disassociate actions can be performed by using navigation properties.

    Authentication is only possible within the application

    The OData protocol is not fully implemented. Some system query options are not available.

    cannot use late binding with managed code with Silverlight.

     Messages  http://msdn.microsoft.com/en-us/library/gg309482.aspx  

    Discovery Service:

         
    Capabilities

    The IDiscoveryService Web service returns a list of organizations that the specified user belongs to

    and the URL endpoint address for each organization.

     
    Service URL  [Server URL]/xrmservices/2011/discovery.svc  
    Method IDiscoveryService.Execute DiscoveryRequest, DiscoveryResponse
    Messages RetrieveUserIdByExternalIdRequest, RetrieveOrganizationRequest, RetrieveOrganizationsRequest  

    Deployment Service

         
    Capabilities Deployment service allows you to create solutions to take advantage of support for multiple organizations—also called multi-tenant support.  
    Service URL [Server URL]/xrmdeployment/2011/deployment.svc  
    Method Delete, Execute, Retrieve, RetieveAll, Update  
    Messages http://msdn.microsoft.com/en-us/library/gg334312.aspx  
  • 相关阅读:
    2018牛客网暑期ACM多校训练营(第九场)A -Circulant Matrix(FWT)
    ZOJ
    BZOJ 4318 OSU!(概率DP)
    POJ
    POJ
    Linux安装及管理程序
    Linux目录及文件管理
    linux账号管理操作
    linux系统命令总结
    linux目录及文件管理操作
  • 原文地址:https://www.cnblogs.com/LeoTang/p/3363468.html
Copyright © 2011-2022 走看看