P.S. The work around I've found for this is get use Class.getResource() to
retrieve the URL of a
class file within the package instead of trying to retrieve the URL of the
package itself. When I
do this I get the correct URL. From there I just strip the class file from it.
_
Suppose I have a jar file called "myClasses.jar" containing a class file
"MyClass.class" in the
package "package.of.files". The jar file is in the directory
$AXIS_HOME/webapps/axis/WEB-INF/lib/. Whenever I try to get the URL of the
package via
Class.getResources() I get the URL:
file:$CATA
Hi Folks,
I developed a WebService with Axis on Serverside.
For the client I used J2ME and kSOAP.
On some mobile phones the WS works,
but I got an Exception (UTFDataFormatException: invalid byte 1010101)
very strange.
does anyone have an idea?!?
Thanks,
Matthias
Hi, there,
I have a question about how to implement context
persistence or context management in web service,
mainly about AXIS. in my application, sometime the
middle result is very large, so I prefer to store it
in a file or database, and then the same call can take
advantage of this session inf