1
Reply

OperationContract - IsOneWay: service contract is not supported

Elvis

Elvis

Aug 24 2010 6:31 AM
4.1k
Hello.

In my server side, there is an Interface which I assigned:
[OperationContract(IsOneWay = true)]

When I add this and running the app, I get error that service contract is not supported (by "WCF test client").
If I remove this line - all is fine.

Why is this?

Thanks.

Answers (1)