|
XML String, representing the Blog Entry record 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:
<Entry Entry_ID="1" Date_Created="2004-04-28T06:25:00">
<Title>The Title would go here.</Title>
<URL>http://www.xwebservices.com/announcement.aspx?
aid=1</URL>
<Author>John Smith</Author>
<Body>The body would go here.</Body>
</Entry>
If the Blog Entry record requested was never entered or is no longer in the system, the SOAP method will return
the <Entry>
root node with only the Entry_ID identifier. An example is provided below:
<Entry Entry_ID="47" />
All non-XML strings returned by this SOAP method should be considered errors.
|