CreateTicketReply 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 a reply from the conference center when the ticket is created.

Syntax

<CreateTicketReply
    url = "string"
    ticket = "string">
</CreateTicketReply>

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

Attributes

Name

Description

url

string type. Length range 20-1023 characters.

Specifies a valid URL, including the ticket as a parameter that can be used to log on to the conference center.

ticket

string type. Length range 1-16 characters.

The value of ticket is used for the value of authTicket when using other API messages.

Element Information

Parent Element

Element

Occurrence

PlaceWareConfCenter

1

Child Element

Element

Occurrence

None

Not applicable

Remarks

When the ticket is created, CreateTicketReply is returned. If the request fails, a Fault element is returned.

Example

<PlaceWareConfCenter>
  <CreateTicketReply url="http://www3.livemeeting.com/cc/contoso?ticket=z46tc3gvfwvo" ticket="z46tc3gvfwvo"/>
</PlaceWareConfCenter>

See Also

Concepts

CreateTicketRequest Element

CreateTicket Message