|
I
modified my client to use the static apis and it seems to work. Can anyone tell
me what wrong with my dynamic calls?
The
code that worked:
OAMPServiceManagerService sms = new
OAMPServiceManagerServiceLocator();
OAMPServiceManager smgr = sms.getoamp();
FindDeviceRequest fdr = new
FindDeviceRequest();
fdr.setExternalDeviceId("IMSI1");
FindDeviceResponse fdresp =
smgr.findDevice(fdr);
System.out.println( "---->IMSI1: " + fdresp.getDeviceModelName()); Ramesh.
|
Title: EJB Authentication
- EJB Authentication Bobba, Ramesh
- RE: EJB Authentication Keith Hatton
- RE: EJB Authentication Bobba, Ramesh
- RE: EJB Authentication Keith Hatton
- RE: EJB Authentication Bobba, Ramesh
- RE: EJB Authentication Hari Lakshmanan
- RE: EJB Authentication Bobba, Ramesh
- RE: EJB Authentication Bobba, Ramesh
- RE: EJB Authentication Hari Lakshmanan
