PlaceWareConfCenter Element

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.

Represents the root element of all XML-based messages.

Syntax

<PlaceWareConfCenter
    authUser="string"
    authPassword="string"
    clientAppId="ABC123">
</PlaceWareConfCenter>

- or -

<PlaceWareConfCenter
    authTicket = "string">
</PlaceWareConfCenter>

Reply

<PlaceWareConfCenter>
    ...
</PlaceWareConfCenter>

The following sections describe attributes, parent elements, and child elements.

Attributes

Name

Description

authUser

string type. Length range 1-64 characters.

Specifies the user ID of the requestor, one who makes the request.

authPassword

string type. Length range 1-64 characters.

Specifies the password of the requestor.

authTicket

string type. Length range 1-64 characters.

The authentication ticket that the requestor obtained using the CreateTicket message. If authTicket is specified, authUser and authPassword must not be specified.

clientAppID

string type. Length rage 1-64 characters.

Client app-id is used on all calls to identify the calling application. Applications should pick a string to identify themselves. When multiple versions of a client application exist, append version information. For example: "MyApp-1-45". This will allow service operators to troubleshoot aplication related issues.

Element Information

Parent Element

Element

Occurrence

none

Not applicable

Child Elements

Element

Occurrence

CreateGroupRequest

1

CreateGroupReply

1

CreateMeetingRequest

1

CreateMeetingReply

1

CreateTicketRequest

1

CreateTicketReply

1

CreateUserRequest

1

CreateUserReply

1

DeleteGroupRequest

1

DeleteGroupReply

1

DeleteMeetingRequest

1

DeleteMeetingReply

1

DeleteRecordingRequest

1

DeleteRecordingReply

1

DeleteUserRequest

1

DeleteUserReply

1

DisconnectVisitorsRequest

1

DisconnectVisitorsReply

1

Fault

1

GetConferencingServiceDataRequest

1

GetConferencingServiceDataReply

1

GetConferencingServiceData7Request

1

GetConferencingServiceData7Reply

1

GetGroupRequest

1

GetGroupReply

1

GetPostingURLReply

1

GetSeatsReservedRequest

1

GetSeatsReservedReply

1

GetServiceUnavailableTimesRequest

1

GetServiceUnavailableTimesReply

1

GetURLRequest

1

GetURLReply

1

GetUserRequest

1

GetUserReply

1

GetUser7Request

1

GetUser7Reply

1

GetUserProfileRequest

1

GetUserProfileReply

1

GetUserProfile7Request

1

GetUserProfile7Reply

1

InfoWarn

1

ListConnectedVisitorsRequest

1

ListConnectedVisitorsReply

1

ListGroupsRequest

1

ListGroupsReply

1

ListLocalesRequest

1

ListLocalesReply

1

ListMeetingsRequest

1

ListMeetingsReply

1

ListPollsRequest

1

ListPollsReply

1

ListRecordings4Request

1

ListRecordings4Reply

1

ListTimeZonesRequest

1

ListTimeZonesReply

1

ListUsersRequest

1

ListUsersReply

1

ListVisitorsRequest

1

ListVisitorsReply

1

MassTransferReply

1

ModifyGroupRequest

1

ModifyGroupReply

1

ModifyMeetingRequest

1

ModifyMeetingReply

1

ModifyRecordingRequest

1

ModifyRecordingReply

1

ModifyUserRequest

1

ModifyUserReply

1

ModifyUserProfileRequest

1

ModifyUserProfileReply

1

RestoreMeetingRequest

1

RestoreMeetingReply

1

RestoreRecordingRequest

1

RestoreRecordingReply

1

SetConferencingServiceDataRequest

1

SetConferencingServiceDataReply

1

Remarks

The attributes of the PlaceWareConfCenter element are present only in the request messages.

See Also

Concepts

CreateTicket Message