I have a Glassfish v3 server running a set of EJBs (under java 1.6 obviously).
I have another machine on top of which I have a host java 1.5 - none J2EE - process (i can't change that). The question is how to perform invocation of the EJB from the java 1.5 client?
Thanks in advance, Asaf