RE: JNDI Lookup does not work with Tomcat/Axis

2004-09-06 Thread Sushil Sureka
Thanks Tony. I am concerned with client running in J2EE environment only. When you say that I should be able to specify a JNDI resource that defines a stub class, can you please explain this in more detail on how to go about it.   Also the book says that JNDI name of the web service shou

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