problem solved

when I tryed to open a file in the same directory of the .class files ; I
made 

File f=new File("TestConf");

(that's work with the console)


that's wrong in axis, because the current path of tomcat application is
<TomcatDir>/bin


so I tryed to open a file that does not existed in <TomcatDir>/bin 
directory.

(I don't know why, none of exception was raised....)

so the problem is solved:


File f=new File("<the whole path>/TestConf");


:clap:
-- 
View this message in context: 
http://www.nabble.com/WS-package-methods-returns-empty-strings-tp20291859p20445521.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to