Hi,
There
are 4 ways :
1st : from your application
--> you have to send in parameters
login/password
2nd : Include login/password in Basic HTTP authentication
and use
the flow handler for basic
authentication
3rd : Include something in the header part of soap message
and
write
your own handler and include it in requestFlow
4th : Use Certificate and use signing classes in the
requestFlow
There's a lot of samples in security folder from axis
distribution.
Regards
|
- authenticating a web service Neha Srivastava
- Re: authenticating a web service Jean-Louis Vila
- Re: authenticating a web service Jonathan Roberts