GetPostingURLReply 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.
Contains the URL of a specified conference center to which messages can be posted during a session.
Syntax
<GetPostingURLReply
url = "string"
release = "string">
</GetPostingURLReply>
The following sections describe attributes, parent elements, and child elements.
Attributes
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. |
Element Information
Parent Element
Element |
Occurrences |
---|---|
1 |
Child Element
Element |
Occurrences |
---|---|
none |
Not applicable |
Remarks
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.
Example
<PlaceWareConfCenter>
<GetPostingURLReply url="https://www.livemeeting.com/cc/_XML/contoso/xml/4.0"
Release="8.0.REL.1821.0."
</GetPostingURLReply>
</PlaceWareConfCenter>