Wednesday, October 05, 2005

CRM Web Services

Hi,

After writing this http://microsoftcrm3.blogspot.com/2005/10/microsoft-crm-30-architecture.html


I was happy to see the webservices model introduced by microsoft in new version of Microsoft CRM 3.0

MS CRM -Webservices

CRM Webservices provides Access to all the Business Entities data (including custom entities and properties) . In Webservices you can Execute Business Operations (business logic and specialized operations) . There is Metadata Webservices to access the CRM Metadata.

  • Generate Webservices WSDL from customization
  • Reference CRM Web services in Visual Studio .NET
  • Setup Web service proxies
  • Use CRM Web services to Query data
  • Build complex Queries
  • Get CRM data into a Sharepoint site
  • Add requests to CRM from Sharepoint
  • Get Quotes owned by a user
  • Get Quote products
  • Get related data (customer, current and past cases, etc).

There are more coming... Review the Blog daily..... or mail me on mscrmexpert@gmail.com

Thanks,

MS CRM Expert