Hi, I was trying to do a tutorial for WSAD 5.0 but when I started tesing using IBM Universal
Test Client, I got this
EJB References
HelloWorldSession
HelloWorldSessionHome
HelloWorldSession 1
Method Visibility
No visible methods
instead of this :
EJB References
HelloWorldSession
HelloWorldSessionHome
HelloWorldSession 1
Method Visibility
String getFirstName(int)
String getLastName(int)
void setFirstName(int, String)
void setLastName(int, String)
Could you please help me, I appreciate your help.
Mark