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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
> 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
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
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
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
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
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
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
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
25 matches
Mail list logo