RE: EJB Authentication

2004-03-04 Thread Hari Lakshmanan
PROTECTED] Sent: Thursday, March 04, 2004 11:35 AMTo: '[EMAIL PROTECTED]'Subject: RE: EJB Authentication I use the default BeanDeserializer. I am attaching the Client code and also the generated code for this bean.   Thanks,   Ramesh. -Original Message-

RE: EJB Authentication

2004-03-04 Thread Bobba, Ramesh
Title: EJB Authentication 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

RE: EJB Authentication

2004-03-04 Thread Bobba, Ramesh
Title: EJB Authentication I use the default BeanDeserializer. I am attaching the Client code and also the generated code for this bean.   Thanks,   Ramesh. -Original Message-From: Hari Lakshmanan [mailto:[EMAIL PROTECTED]Sent: Thursday, March 04, 2004 11:26 AMTo: [EMAIL

RE: EJB Authentication

2004-03-04 Thread Hari Lakshmanan
can you post your client code and deserializer code? -Original Message- From: Bobba, Ramesh [mailto:[EMAIL PROTECTED] Sent: Thu 3/4/2004 11:01 AM To: '[EMAIL PROTECTED]' Cc: Subject: RE: EJB Auth

RE: EJB Authentication

2004-03-04 Thread Bobba, Ramesh
Title: EJB Authentication Hi,   I got this working (kinda) in the sense that the server works fine. It executes the ejb methods and returns a soap message (according to what I see in the logs), but on the client side I get an AxisFault saying: Dose anyone know why? I have all the generated

RE: EJB Authentication

2004-03-04 Thread Keith Hatton
rom: Bobba, Ramesh [mailto:[EMAIL PROTECTED] Sent: Thu 04/03/2004 16:59 To: '[EMAIL PROTECTED]' Cc: Subject: RE: EJB Authentication Hi Keith, I am using Weblogic right now (we also plan to support websphere). I am a

RE: EJB Authentication

2004-03-04 Thread Bobba, Ramesh
Title: EJB Authentication Hi Keith,   I am using Weblogic right now (we also plan to support websphere). I am a bit confused about what you mean by - replicating EJB security constraints on the Axis servlet. Are you talking about adding the somerole elements?   Thanks,   Ramesh

RE: EJB Authentication

2004-03-04 Thread Keith Hatton
cally presents the right username/password settings to the EJB container. Hope this helps Keith -Original Message- From: Bobba, Ramesh [mailto:[EMAIL PROTECTED] Sent: Thu 04/03/2004 00:49 To: Axis-User (E-mail) Cc: Subject: EJB Authentic

EJB Authentication

2004-03-03 Thread Bobba, Ramesh
Hi, I get an java.rmi.AccessException exception because the EJBs that the WebService implementation class is trying to use are username/password protected. We were using weblogic and with that, the client was able to authenticate by making call: call.setProperty("javax.xml.rpc.security.auth.usern