Advanced Forum Search Results
-
Turns out I was wrong. You can use a client message inspector to inject a SOAP header to every outgoing message that a Silverlight WCF client sends. This thread covers how to do it.
When I first tried it, it didn't work. Then, I came across this thread, which provides more specific details on the attributes that need to be placed on ...
-
David, your solution works very well except for one thing: what if the asmx web service is deployed on a production machine and you are not able to upgrade the server code to retrieve the headers from the httpcontext?
-
Forget about it. You can't do it. I've already tried