Hi Ramesh
You need to implement your WCF service with Duplex behavior with "wsDualHttpBinding" as binding type.
& you need to specify "CallbackContract" attribute to your defined interface.
More help please refer
MSDN
Let me know if you need any help for implementation