I have created a console application in which I have exposed interface having [OperationContract(IsOneWay = true)] attribute.
If yes how can Java application call methods exposed in WCF application?
Note: its not a WCF sevice so we not having Service refence.