Click here to Skip to main content
15,885,130 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,
I want to get data from external content type thru web service and those data want to display in share point 2010 external list: To do this I have followed the below steps:
Step: I have opened that website from share point 2010 designer and created external content type. While creating external content type in the dropdown list as we can see the below option
.NET Type
WCF Web Service
SQL Server
I don’t know how to use .NET Type from share point 2010 designer option so I chosen the WCF Web Service option. I have created web service using Visual Studio 2008 to get the customer information. While placing the normal web service URL in WCF web service. Its displaying error like can not create xml document.
Below is my query:
1) What is the mistake I am making or how can I use normal .net web service as WCF web service in share point 2010 designer.
2) Or any other alternate way to get the external data in share point list I mean can we call the web service from share point list itself instead of going for designer.
3) How can I use .NET Type (as I mentioned above) as data source from SP2010 designer with a simple example in this case.
Your help is always heartily appreciated. Thanks in advance.
Posted

1 solution

You need to create a Data Connection between your SharePoint application and the external data. The data connection can be used inside SharePoint to connect external content

http://msdn.microsoft.com/en-us/library/ms772101.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900