|
XML String, representing the Blog Entry records requested. 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:
<Blog Total_Record_Count="37">
<Entry Entry_ID="20" Date_Created="2004-05-02T09:45:00">
<Title>The Title for Blog Entry #20</Title>
<URL>http://www.xwebservices.com/announcement.aspx?
aid=20</URL>
<Author>Sam Watson</Author>
<Body>The Body for Blog Entry #20.</Body>
</Entry>
<Entry Entry_ID="19" Date_Created="2004-05-01T09:03:00">
<Title>The Title for Blog Entry #19</Title>
<URL>http://www.xwebservices.com/announcement.aspx?
aid=19</URL>
<Author>Barbara Watson</Author>
<Body>The Body for Blog Entry #19.</Body>
</Entry>
...
</Blog>
If the account does not contain any records, the <Blog>
root node will not contain any child elements and the Total_Record_Count attribute will have a value of 0 (zero).
An example is provided below:
<Blog Total_Record_Count="0" />
All non-XML strings returned by this SOAP method should be considered errors.
|