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 |
---|---|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
Remarks
The attributes of the PlaceWareConfCenter element are present only in the request messages.