0

I want to use Dynamics CRM services as a data source for SharePoint 2010. I'm using SharePoint Designer 2010 for work with SharePoint server. I tried to follow this instructions. And I'm planning to use links shown in Dynamics CRM -> Settings -> Customizations -> Developer Resources. But every time I try to connect
to the service it says that my link "did not return a valid description of an XML web service".

Maybe I'm missing something? And generally: is it possible? Will be appreciated for any idea :)

Nozim
  • 139
  • 5

2 Answers2

1

If you know, you can go to MSSQL server and write your SQL query to fetch data from CRM database. After this, you can use Sharepint designer, and use Business data connectivity service

Hrvoje Kusulja
  • 264
  • 1
  • 11
0

If you are ok to reference SQL views, then you can access via BCS SQL type.

If you really want to use web services then you will need to use Visual Studio 2010 or later, references below:

http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/OSP309

http://www.lightningtools.com/blog/archive/2012/02/20/crm-2011-online-and-sharepoint-2010-integration-through-business-connectivity.aspx

morleyc
  • 1,150
  • 13
  • 47
  • 89