In axis2c user manual and API documentation, user-id and password
authentication appears to be provided only for HTTP protocol as shown in
the call below

axis2_options_set_http_auth_info( axis2_options_t * options, 

const axutil_env_t * env, 

const axis2_char_t * username, 

const axis2_char_t * password, 

const axis2_char_t * auth_type);

 

Could you let me know how to do similar validation on https transport?

 

Thanks,

Raghu

Reply via email to