Hi, Since the calling of the function in web reference is done by the asp.net user, you can't get the exact user. But you can get it in the webform using the code Request.LogonUserIdentity.Name give the exact user who is accessing the page. Request.LogonUserIdentity give the system.security.principal.windowsidentity class object.