Re: init() and destroy()

2003-02-06 Thread Matthias Brunner
not called. This works for me. -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: Howto enable sessions with axis

2002-12-04 Thread Matthias Brunner
simple > java-console-application as a client. > So, what do I have to do to, for example, store authentication > data inside a session? Have a look at the session test in the source distribution of axis. -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 50

Re: "View the list of depolyed Web serviecs" shows blank page

2002-12-04 Thread Matthias Brunner
vide tomcat with all jars necessary. Search the logs for errors. Best regards! -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: Authentification & session

2002-11-15 Thread Matthias Brunner
er (e.g. tomcat) and use HTTP authentication. Just protect the URL(s) of your service(s): http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html So you don't have to write any additional code in your service. -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75

Re: Session client problem...

2002-10-30 Thread Matthias Brunner
sdd file)? I've studied the example in the > test.session package, and while I think I understand it, I can't > get it to work over http. > Just a guess: Do you do Call.setMaintainSession(true) on the client side? Best regards! -- Matthias Brunner <[EMAIL PROTECTED]> PGP F

Attachments: MSSOAP interoperability

2002-10-29 Thread Matthias Brunner
I get DIME attachments working with MSSOAP and Axis (has any one managed it)? Could it be that MSSOAP does not like chunked encoding? How do it turn it off? Server Software: latest axis cvs, jdk 1.4.1, linux Client Software: Win2k, MS Soap Toolkit 3.0, VB 6.0 SP5 Greets! -- Matthias Brunn

Re: Session question

2002-10-23 Thread Matthias Brunner
ssion to be persistent, you should not do this AFAIK. Best approach then is changing the value in the Session object whenever it changes, but reading it from a member variable. -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: Session question

2002-10-23 Thread Matthias Brunner
y mistake possibly be? Well, what exactly do you want? You increment a session variable by one, but your function does not return anything. What do you expect to get back from the server? -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: Session question

2002-10-23 Thread Matthias Brunner
On Tuesday 22 October 2002 22:03, Timofey Korolyov wrote: > On Mon, 2002-10-21 at 22:26, Matthias Brunner wrote: > > First of all, set scope to "session" in your deployment > > descriptor (WSDD file). > > I've done that, but still nothing happens. You have to c

Re: Session question

2002-10-22 Thread Matthias Brunner
RVLETREQUEST); HttpSession httpSession = srq.getSession(false); currentSession = new AxisHttpSession(httpSession); } public logout() { currentSession.setTimeout(1); } } -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: problem in deploy webservice

2002-10-18 Thread Matthias Brunner
minClient > -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd > > Exception in thread "main" java.lang.UnsupportedClassVersionError: are you sure that you compiled your classes binary compatible to jre 1.3? (javac -target 1.3) Best regards! -- Matthias Brunner <[EMAI

Re: Created attachments unreadable

2002-10-14 Thread Matthias Brunner
ava:1777) at org.apache.axis.client.Call.invoke(Call.java:1315) at test.TestClient.main(TestClient.java:123) -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Created attachments unreadable

2002-10-14 Thread Matthias Brunner
Client.main(TestClient.java:123) Cheers! -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: Attachments sample not working in 1.0?

2002-10-14 Thread Matthias Brunner
On Monday 14 October 2002 18:15, Matthias Brunner wrote: > Hello, > > when trying to start the attachment sample ("sh testit.sh MYFILE") > I get the following error: > > java.io.IOException: No support for attachments > AxisFault > faultCode: {http://xml.apa

Attachments sample not working in 1.0?

2002-10-14 Thread Matthias Brunner
rt.writeTo(SOAPPart.java:273) ... 16 more -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: NoClassDefFound: javax/servlet/ServletContext

2002-10-08 Thread Matthias Brunner
See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13149 -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: NoClassDefFound: javax/servlet/ServletContext

2002-10-08 Thread Matthias Brunner
spath. This bug has already been re-opened. Best regards! -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: MessageContext.setMaintainSession

2002-10-01 Thread Matthias Brunner
> > Thanks for your quick replies btw, I really appreciate it. I am > quite new to AXIS (only read the book last night), so please > forgive me if some of my questions are not precise. Not at all. -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A

Re: MessageContext.setMaintainSession

2002-10-01 Thread Matthias Brunner
files to define type mappings, for example. -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: MessageContext.setMaintainSession

2002-09-30 Thread Matthias Brunner
Session currentSession = new AxisHttpSession(httpSession); Session.set("DidTheFirstCallHappen", true) Cheers! -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: MessageContext.setMaintainSession

2002-09-30 Thread Matthias Brunner
not session-enabled will fail to make the second call within the same session and will start a new session with the second call, which can be detected. Thus a soap fault can be returned. -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check

Re: MessageContext.setMaintainSession

2002-09-30 Thread Matthias Brunner
ow but I think they will do the same. -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Error reporting

2002-07-19 Thread Matthias Brunner
be able to throw MyException on server side and catch the exception on client side. How could this be achieved? What other possibilities are there to distinguish between errors? -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D50

Forbidden methods still visible in AxisServlet

2002-07-18 Thread Matthias Brunner
can I do to get these methods removed from the WSDL files? Used version: Axis 1.0b3 -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Sessions

2002-07-18 Thread Matthias Brunner
is ignored) instead of allowing access to the old session data? -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc