Hi all,
I have two applications (A , B) exposing both one web service.
Application A needs to call th webservice exposed by application B and application B needs to expose the web service exposed by application A.
Do you know any good patter (i.e. dispatcher) to implement this?

Many thanks