WCF roundtripping and message relay
In some cases you may need to pass a message to a client, have the client enrich some of it’s data and then return the enriched message back. Alternatively you may have a relay scenario, where a message is passed from A to B, it is enriched and then B is passing the enriched message to C.
Read the original here:
WCF roundtripping and message relay


