Hello!
My Axis client hangs up at the very first line:
Service service = new Service();
The problem is that the resource.properties file from the location
org.apache.axis.i18n cannot be loaded.
The weird thing is that the code on an other machine with same config
(JVM 1.5.0_04, Tomcat 5.5, Axis 1.2.1, WinXP) is working perfectly.
Does someone know why?
Thx for the answers.
PS:
Exception trace:
java.util.MissingResourceException: Cannot find resource
'org.apache.axis.i18n.resource'
at
org.apache.axis.i18n.ProjectResourceBundle.getBundle(ProjectResourceBundle.java:288)
at
org.apache.axis.i18n.MessagesConstants.<clinit>(MessagesConstants.java:32)