Hello all, 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?