|
XML String, representing all Forum Messages records in an account. To
view the validating XSD Schema, please click
here (opens in a new window). An example is provided
here (opens in a new window) or below:
<Forum>
<Message Message_ID="10" Date_Created="2004-08-10T07:11:00">
<Topic_ID>10</Topic_ID>
<Source_Identifier>suzan</Source_Identifier>
<Author>Suzan Someone</Author>
<Subject>Demo Forum Topic 10</Subject>
<Body>Body would go here.</Body>
</Message>
...
</Forum>
If the account does not contain any records, the <Forum>
root node will not contain any child elements. An example is provided below:
<Forum />
All non-XML strings returned by this SOAP method should be considered errors.
|