I want to call an EJB from another EJB. Both the EJBs are in different WebSphere Application Server.
Basically I have a project running on one server & I want to interact with another project on a different Server. How do I do it without taking the JAR file of the other project ? I just want to lookup the other EJB & then make a call on it. But I don't know how do I map the value objects & signature without having the JAR file of other project.
I hope I'm making my point clear. Pls suggest.
Thanks in advamce.
Basically I have a project running on one server & I want to interact with another project on a different Server. How do I do it without taking the JAR file of the other project ? I just want to lookup the other EJB & then make a call on it. But I don't know how do I map the value objects & signature without having the JAR file of other project.
I hope I'm making my point clear. Pls suggest.
Thanks in advamce.