Tagged Questions
0
votes
1answer
285 views
Is it possible to create an external content type from WCF service with message security?
I have an external content type that consumes a WCF service. So far it's something simple, over HTTP, no security, just for tests. Here is a sample to get an idea.
Now I'm stepping up a gear and want ...
3
votes
2answers
788 views
BDC Entity with TypeDescriptor System.String[] gives errors when crawling
Is it possible to crawl a BDC content source with an entity that has a property of type string array (System.String[])?
At one point I had this working successfully in my dev environment but it ...
0
votes
1answer
66 views
Which stereotyped operations are mandatory in my web service
I'm trying to connect to an external resource using Sharepoint 2010 and connect to a WCF web service.
I want to know which stereotyped operations are mandatory for me to create in the web service to ...