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 call Call.setMaintainSession(true) on the client side. > > And look at the session example in the samples dir. > > Can you tell exactly what example i need? > grep "Session" * -r in the samples dir doesn't return anything > interesting. Sorry, it is only in the source distribution: test.session.* See also: http://xml.apache.org/axis/faq.html#faq9 -- 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
