Question

I'm trying to secure a data service using SOAP headers in Silverlight.
I thought i had found the answer in IClientMessageInspector. Unfortunately by default it seems this isn't supported, as creating a SL project adds a reference to System.ServiceModel v.2, and this interface wasn't added until v.3.

Looking around online, every blog says that IClientMessageInspector will not work with Silverlight 2.0. But none of them mention anything about SL 3.0.

So the question becomes, is there any way to use the IClientMessageInspector as of SL v 3.0? Or is this functionality still MIA?

Was it helpful?

Solution

Hmmm... I think i have found a workaround to this, in this blog posting.

IClientMessageInspector implementation for Silverlight

I'm still in the process of porting it into my project, but it looks awfully promising...
Will post back.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top