Deployment with Axis

2004-12-14 Thread Matthias Wessendorf
Hi, I have all my classes (needed by my webservice) and the webservice itself inside of axis/WEB-INF/lib/matze.jar after that I call "org.apache.axis.client.AdminClient" via commandline for deployment, all is fine. but is it posible to *deploy* all needed jars (in this case matze.jar) with "org.

session-timeout

2004-11-13 Thread Matthias Wessendorf
Hi folks, I would like to have no sessions for Axis-Servlet. My WebService uses a connection to a C++-application-server. Connecting to this server is expensive. How do I realize, that ALL request are served by the same session? Is there something to configure session-timeout, that I only have o

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

logging and Axis

2004-10-19 Thread Matthias Wessendorf
hi, i have a class, using Axis' LogFactory.getLog(): Logger log = LogFactory.getLog(Foo.clazz.getName()); If I log via log.info("bar"); the output comes to console of my tomcat. now my quesion, can I config the logging of Axis? is axis using the logging of the used ServletContainer (e.g. Tomcat

solved (was RE: static constructor)

2004-10-15 Thread Matthias Wessendorf
ok... If you use third party libs... I guess you have to deploy them as well... ;-) sorry for bothering you all, Regards, Matthias > -Original Message- > From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 14, 2004 7:01 PM > To: [EMAIL PROTECTE

static constructor

2004-10-14 Thread Matthias Wessendorf
hi all, I am playing with WebServices in Axis. I have developed some plain old java clazzes and used them successfully. however, now I have a problem. my class generates no WSDL, if I use a static constructor... here the class: package de.w3l.webservice; import java.util.Vector; /** * @auth

[solved] RE: [Axis error] No serializer found for class

2004-09-28 Thread Matthias Wessendorf
ple for > this in \samples\userguide\example5 in the Client.java. > > Hope this of help, > Paul > > > -Original Message- > > From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] > > Sent: Montag, 27. September 2004 19:47 > > To: [EMAIL PROT