Can anyone please tell me how to use authentication (and authorization) on a per webservice and method basis on an Axis web server when the client uses the MS Soap Client low level API.
 
I've tried to set the following in the MS Soap client:
 
Connector.Property("AuthUser") = "username"
Connector.Property("AuthPassword") = "password"
 
But I cannot figure out how to get or use this information on the server side. I would prefer to write my own code inside the web service to validate the username and password.
 
ps. As a side issue, I assume we must use the MS Soap low level API with Axis in order to set the SoapAction..?
 
Thanks in advance
Xander

 

Reply via email to