package testapp; import javax.ejb.Remote; @Remote public interface ssBean1Remote { void Test(); }