Hi.
I want to implement some simple security for my webservice.

From the client I want to set the username and password in the call (modify the 
generated stub files so that I have a createcall method which uses 
_call.setUsername("username") and _call.setPassword("password")).

Then I want to retrieve the username and password on the server side (in the 
method that is published as a webservice). How can this be done?

The security is only for checking some filtersettings, and will not be used to 
authenticate the user to see if the user has priveleges to access the service 
(this might be implemented later, so I don't want to send the username and 
password as input arguments in the method).

Any help is appreciated

Regards,
Espen





__________________________________________________
Bruker du Yahoo!?
Lei av spam?  Yahoo! Mail har den beste spambeskyttelsen 
http://no.mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to