Elvis

Elvis

  • NA
  • 2
  • 6.6k

OperationContract - IsOneWay: service contract is not supported

Aug 24 2010 6:31 AM
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)