Re: Problem with services

2001-08-15 Thread Richard Boehme
If you are running Tomcat, undeploy the service, restart Tomcat, and redeploy it. The changes should then be visible. Tomcat doesn't refresh it's copy of the classes, even if you undeploy and redeploy the service without restarting Tomcat. --Richard On Wed, 15 Aug 2001, Ravi Natarajan wrote:

Problem with services

2001-08-15 Thread Ravi Natarajan
Hello, I am using apache soap server for developing soap/corba interface. I am trying some examples on my own. I tried to write simple server/client example. Please find the server / client / deployemnt descriptor.file lisiting below package samples.Tes