My requirement is, i have one WCF service with a method returning some integer value, this value i want to be used by another WCF service, but do not know how like as we used to pass value from one page to another page using sessions or query strings etc.
Thanks in advance