Hi Mike,
It depends on the Classloading you've got setup for the EAR in Websphere (I'm no Websphere expert). I know in
Jboss I can have both WARs share the same Classloader, so they can locally call each other. Otherwise I think you'd have to use a std remote lookup call (e.g. Find the name of the service/servlet/bean what ever through JNDI)