Expand Minimize
This topic has not yet been rated - Rate this topic

GetPostingURLReply Element

Contains the URL of a specified conference center to which messages can be posted during a session.

<GetPostingURLReply
    url = "string"
    release = "string">
</GetPostingURLReply>

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

Name

Description

url

string type. Length range 10-1023 characters.

Specifies the URL to use for all other API requests during this session.

release

string type.

Returns the release version of the Web client that is serving the API request, for example 8.0.REL.1821.0.

Parent Element

Element

Occurrences

PlaceWareConfCenter

1

Child Element

Element

Occurrences

none

Not applicable

This is a reply from a conference center when it successfully processed a request to get the API posting URL by a client calling HTTPS GET against the special URL: https://www.livemeeting.com/cc/<your-conf-center>/xml/4.0/GetPostingURLRequest.

In the URL above, "<your-conf-center>" is the name of your Live Meeting conference center with "4.0" specifying the version of the Live Meeting service API.

<PlaceWareConfCenter>
    <GetPostingURLReply url="https://www.livemeeting.com/cc/_XML/contoso/xml/4.0"
Release="8.0.REL.1821.0."
    </GetPostingURLReply>
</PlaceWareConfCenter>
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.