Share via


Web Method Call Return Values

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

All Web methods return one of the following Status enumeration values.

public enum Status
{
    Undefined,
    Success,
    NotInDirectory,
    HasAccount_Entitled,
    HasAccount_NotEntitled,
    NoAccount_Entitled,
    NoAccount_NotEntitled,
    Failure_InvalidPassword,
    WebMethodCallsDisabled,
    LoginDisabled,
    Unauthorized,
    DirectoryService_Unavailable,
    Failure_UserIdInUse,
    MaintenanceWindow
}

Remarks

The following table describes the meaning of each of the possible values.

Members

Status

Meaning

Undefined

Unexpected result. This may be returned when the result condition does not match any of the other possible results.

Success

The call was successful.

NotInDirectory

The Windows user specified in the call could not be found in the directory service. Because the Portal could not find the Windows user in the Microsoft Active Directory directory service, it could not determine the user's Live Meeting account identifier, and it could not determine whether the user has a Live Meeting account.

HasAccount_Entitled

The Windows user specified in the call has a Live Meeting account and is entitled to have it.

HasAccount_NotEntitled

The Windows user specified in the call has a Live Meeting account but is no longer entitled to have it based on that user's current Active Directory group membership.

NoAccount_Entitled

The Windows user specified in the call does not have a Live Meeting account but is entitled to have one.

NoAccount_NotEntitled

The Windows user specified in the call does not have a Live Meeting account and is not entitled to have one.

Failure_InvalidPassword

The password is invalid. It does not meet the password length, password character set, or password complexity requirements.

WebMethodCallsDisabled

The Portal administrator has disabled all Web method calls.

LoginDisabled

The Portal administrator has disabled Live Meeting login. This outcome is only returned by the GetTicket Web method.

Unauthorized

The caller is not authorized to invoke Portal Web methods because that caller is not a member of the Portal WebMethodCallers directory group.

DirectoryService_Unavailable

The Portal is unable to communicate with Active Directory.

Failure_UserIdInUse

The user ID is already in use in the Live Meeting service.

MaintenanceWindow

The response from the Live Meeting service was not a valid XML response. This can occur when the service is unavailable during a maintenance window.

See Also

Concepts

Using the Live Meeting Service Portal API