I am trying to develop a system that has multiple services say ServiceA and ServiceB and they are both part of different esb packages say ESB1 and ESB2.
I have developed these two services and the esb wrapper around them and deployed them to jboss server.
What i would like to do is have service A in ESB1 invoke Service B in ESB2 and get the response back from serviceB.
I found that the general approach is to have both services published to a common registry and make the service calls. Can some one give me more information on how this can be done. Thanks..