Question

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 to connect the external content type to a service that uses message level security. The SOAP is on HTTP but the body and headers are encrypted and signed.

Is it possible to use message security to connect to the service from SharePoint or only transport security is a solution?

Était-ce utile?

La solution

From what I could figure out: NO :(

But, you can create an external content type from a .NET Type connection (Type="DotNetAssembly") and write your client programmatically in there and your stereotyped operations from the assembly will delegate to the WCF service.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top