Luis, I had a similar problem with a web service. The external executable turned out not to be able to open files. I used Java 1.4's policytool to grant file permissions and that solved the problem.
Mark --- Luis Rodrigo <[EMAIL PROTECTED]> wrote: > Hi everyone out there!!! > > I'm a newbie and I'm having some problems > developing a web service. I > have a working Java program. Using the Java2WSDL and > WSDL2Java tools > I've got the corresponding files to deploy the web > service, but when I > do it, it just does not answer anything. > > The deployment is working fine, because if I > simplify the Java classes > to do nothing but just return an string, it works. > Besides, the complete > Java program on its own (not as a web service) also > works fine. > > I suspect that the problem may come from the fact > that in my Java > classes I try to call an executable, is this somehow > restricted when > running a web service? > > I hope I explained myself clearly :S > > Thank you very much. > > Luis. > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
