Windows Communication Foundation is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.
2
votes
1answer
70 views
+150
Different SOAP Headers in request/response using Message Contracts
I'm building some services which have a common header. This header has a certain layout in the request, and a different one in the response (i.e., there are two classes).
However, when I add a ...
2
votes
4answers
120 views
+400
“Invalid or expired security context token” when running after a debugging restart
I have a WCF App that I am coding. I start and stop it several times as I change things and then run the service call again.
Since I need session info I am using wsHttpBinding.
Before I moved to ...
5
votes
2answers
109 views
+200
Setting up WCF TCP service in a web application
I've been battling with this for days, literally going through a hundred articles giving partial guidelines on how to set up a WCF TCP based service. If someone can help me, I will make this question ...