you can also take a look at 
http://marc.theaimsgroup.com/?t=100448686200001&w=3&r=1

that explains it well....

Thanks
Jitender
**************

-----Original Message-----
From: Oleg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 1:45 PM
To: [EMAIL PROTECTED]
Subject: RE: maintaining sessions


Sure thing, take a look here
http://xml.apache.org/soap/docs/guide/migration.html

Bascially if you deploy service with session scope and you set
setMaintainSession(true) like

Call call = new Call ();
SOAPHTTPConnection shc = new SOAPHTTPConnection ();
shc.setMaintainSession (false);
call.setSOAPTransport (shc);

than everything done with this one particular call will belong to one
session. Hope it helps. But my questions is how can I maintain same session
over more than just one call :)

Sincerely,
Oleg


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 8:40 AM
To: [EMAIL PROTECTED]
Subject: RE: maintaining sessions


Oleg and all,

Maybe I missed something but I didn't realize there was the concept
of session using SOAP. That is unless you wrote something in house.
Could you please elaborate on the statement'I am aware that session
can be maintained for a call object if application deployed with
session scope'.

Thanks,

Chuck

-----Original Message-----
From: lists
Sent: Wednesday, November 28, 2001 8:03 PM
To: soap-user
Cc: lists
Subject: maintaining sessions


Hey everyone,

I know this question was asked before, and I am aware that session
can be
maintained for a call object if application deployed with session
scope.
However, I wanted to check if any of you guys found good tricks to
maintain
session over different call objects. Thank you

Oleg



Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.

Reply via email to