Tagged Questions

0
votes
0answers
44 views

Is it possible to return System.Messaging.Message in a serviceContract?

Hej, I am using the httpBinding / netTcpBinding in my WCF service, I am trying to replace some .Net remoting code with WCF. This was my first test when translating the methods of my .Net remoting to ...