public bool LogonRoleAccess(string sLogonID, string sKey, long lRoleID, string sApplication)
 {
     WSTestClientFileImport.Authentication.LogonRoleAccessRequest inValue = new WSTestClientFileImport.Authentication.LogonRoleAccessRequest();
     inValue.Body              = new WSTestClientFileImport.Authentication.LogonRoleAccessRequestBody();
     inValue.Body.sLogonID     = sLogonID;
     inValue.Body.sKey         = sKey;
     inValue.Body.lRoleID      = lRoleID;
     inValue.Body.sApplication = sApplication;
     WSTestClientFileImport.Authentication.LogonRoleAccessResponse retVal = ((WSTestClientFileImport.Authentication.AuthenticationSoap)(this)).LogonRoleAccess(inValue);
     return(retVal.Body.LogonRoleAccessResult);
 }
 WSTestClientFileImport.Authentication.LogonRoleAccessResponse WSTestClientFileImport.Authentication.AuthenticationSoap.LogonRoleAccess(WSTestClientFileImport.Authentication.LogonRoleAccessRequest request)
 {
     return(base.Channel.LogonRoleAccess(request));
 }