RE: JNDI Lookup does not work with Tomcat/Axis

2004-09-06 Thread tony . q . weddle
xis. Tony "Sushil Sureka" <[EMAIL PROTECTED]> 07-Sep-2004 00:53 Please respond to [EMAIL PROTECTED]         To [EMAIL PROTECTED] cc Subject RE: JNDI Lookup does not work with Tomcat/Axis Thanks Tony. I am concerned with client running in J2EE environme

RE: JNDI Lookup does not work with Tomcat/Axis

2004-09-06 Thread Sushil Sureka
:26 AM To: [EMAIL PROTECTED] Subject: Re: JNDI Lookup does not work with Tomcat/Axis   I'm not too sure about using JNDI on the client side. If you are using client code in a J2EE application, running on Tomcat, then you should be able to specify a JNDI resource, in the Tomcat configuration,

Re: JNDI Lookup does not work with Tomcat/Axis

2004-09-06 Thread tony . q . weddle
I'm not too sure about using JNDI on the client side. If you are using client code in a J2EE application, running on Tomcat, then you should be able to specify a JNDI resource, in the Tomcat configuration, that defines a stub class (or factory class) for your web service stub. But if your client i

JNDI Lookup does not work with Tomcat/Axis

2004-09-06 Thread Sushil Sureka
Hi,   I was wondering if any of you had any success with JNDI lookup of the Web Service deployed using Axis on Tomcat. The java spec (JSR 109) says that the web services should be looked up using JNDI in a J2EE environment rather than directly calling the stub classes. But I have not had