|
XML String, representing all Blog Entry 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:
<Blog>
<Entry Entry_ID="3" Date_Created="2004-04-30T11:15:00">
<Title>The Title for Blog Entry #3</Title>
<URL>http://www.xwebservices.com/announcement.aspx?
aid=3</URL>
<Author>Emily Smith</Author>
<Body>The Body for Blog Entry #3.</Body>
</Entry>
<Entry Entry_ID="2" Date_Created="2004-03-30T08:03:00">
<Title>The Title for Blog Entry #2</Title>
<URL>http://www.xwebservices.com/announcement.aspx?
aid=2</URL>
<Author>John Smith</Author>
<Body>The Body for Blog Entry #2.</Body>
</Entry>
...
</Blog>
If the account does not contain any records, the <Blog>
root node will not contain any child elements. An example is provided below:
<Blog />
All non-XML strings returned by this SOAP method should be considered errors.
|