GetURLReply 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.

Returns the URL of a meeting resource to be uploaded or downloaded.

Syntax

<GetURLReply
    url = "string">
</GetURLReply>

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

Attributes

Name

Description

url

string type. Length range 1–1023 characters.

Specifies the URL corresponding to the requested resource.

Element Information

Parent Element

Element

Occurrences

PlaceWareConfCenter Element

1

Child Element

Element

Occurrences

None

Not applicable

Remarks

The URL in the reply is valid for a short time and should be used immediately. For uploads, Mass Transfer specifies how the URL is used.

Live Meeting returns URLs that can contain query strings including questions marks and ampersand symbols, as in the following example.

<PlaceWareConfCenter>
  <GetURLReply url="https://www112.livemeeting.com/cc/_XML/contoso/view?id=8G2G4J&amp;fmt=wmm&amp;pw=&amp;cn=john&amp;email=john@contoso.com&amp;company=Contoso Corporation">
  </GetURLReply>
</PlaceWareConfCenter>

The URL returned by GetURL is ready for consumption by an XML parser. However, you cannot copy and paste the URL into the browser address bar because the URL contains escape sequences such as &amp; or &quot; which have to be changed to an ampersand (&) or a quotation mark (") in a browser.

See Also

Concepts

GetURLRequest Element

GetURL Message