Hi,
I'm wondering what the best practice is for handling beans that contain
methods returning java.util.Locale or java.util.TimeZone. I'm currently
using Axis 1.2RC1.
This relates to messages from Java2WSDL such as:
[WARN] Types - -The class java.util.Locale is defined in a jav
I have a problem to invoke java.util.Locale generated by axis. I
compile correctly new Locale l = Locale(); which does not exit in Sun
version, but it loads the Sun class in the runtime and I get the message
java.lang.NoSuchMethodError: java.util.Locale: method ()V not
found
at