CRM 4.0 开发同 SharePoint Server 开发一样提供 Web Services 和 DLL 两种方式的开发接口。 对于 Web Services 接口,又有两种不同的引用方式:一种是在项目中直接添加 Web 引用,把 CRM 4.0 的 Web Services(如 http://localhost:5555/mscrmservices/2007/CrmService.asmx )直接 Web 引用到项目中生成代理类;另一种方式,是先在 CRM 4.0 的 Settings –>