I'd say that this would be a matter of design.  Personally, I'd opt for the
company to have a username and password, which you'd verify through some
sort of login call through SOAP.  Maintain the valid username (or a boolean,
or whatever you choose) on your side, checking for a valid value as needed.

-----Original Message-----
From: Oleg Timofeyev [mailto:[EMAIL PROTECTED]]
Sent: Saturday, October 06, 2001 11:13 AM
To: [EMAIL PROTECTED]
Subject: RE: sessions


Thank you for this helpful information. However, will the session be
established for the server that is accessing services or the client that
comes to that server and using services provided by me. If a bit confusing,
here is an example. Lets say I compiled a largest database of DVDs and
established web services to access this information. Now here comes, lets
say dvdnow.com and signs up with me to offer information access to his
clients. What will happened now? There will be one session for dvdnow.com or
each time a client comes to their site and uses services there will be a
session opened for him? Thank you for taking the time to answer my post.

Sincerely,
Oleg

-----Original Message-----
From: Naresh Agarwal [mailto:[EMAIL PROTECTED]]
Sent: Saturday, October 06, 2001 5:28 AM
To: [EMAIL PROTECTED]
Subject: Re: sessions


Hi

Apache Soap supports session maintenace. It uses underlying HTTP mechanism
(cookie based) for session maintenace.

You can find more details on it at the following link.

http://xml.apache.org/soap/docs/guide/migration.html

Hope it will help u..

Regards,
Naresh Agarwal

----- Original Message -----
From: "Oleg Timofeyev" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 06, 2001 1:23 PM
Subject: sessions


> Hi,
>
> I already asked similar question and got no response, I will try to
> re-phrase it. My situation is that I would like to have client login
before
> calling methods on my server. How can I implement it? Probably,
establishing
> a session first and than allowing to call all the other methods. How can
it
> be done with Tomcat and Apache SOAP. Thank you.
>
> Oleg


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to