Re: getResource() returning unexpected URL -- P.S.

2004-11-06 Thread D Sledge
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. _

getResource() returning unexpected URL

2004-11-06 Thread D Sledge
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

UTFDataFormatException

2004-11-06 Thread Matthias Wessendorf
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

how to implement "context persistent" within AXIS

2004-11-06 Thread sam wang
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