M
mohanaranga
Hi all,
I got the exception "AuthenticationException: User not
authenticated" , when i call the web service method. Before I call the
method I have set the credentials also.here is the sample code.
Web_Service.CustomerManagerService custManger = new
Web_Service.CustomerManagerService();
// set the credentials
custManger.Credentials = new
System.Net.NetworkCredential("xxx","xxx");
//Calling Web Service method
int nId= custManger.GetCustomer();
Please help me asap.
Regards,
Mohan
I got the exception "AuthenticationException: User not
authenticated" , when i call the web service method. Before I call the
method I have set the credentials also.here is the sample code.
Web_Service.CustomerManagerService custManger = new
Web_Service.CustomerManagerService();
// set the credentials
custManger.Credentials = new
System.Net.NetworkCredential("xxx","xxx");
//Calling Web Service method
int nId= custManger.GetCustomer();
Please help me asap.
Regards,
Mohan