XWebBlog
XWebBlog is an XML/SOAP based Web Service which provides integration and management of a Weblog (Blog) to client applications. For complete documentation please visit http://www.xwebservices.com/Web_Services/XWebBlog/.
The following operations are supported. For a formal definition, please review the Service Description.
-
LoadBlogByDateRangePaged
Returns 'paginated' Blog Entry records created within a specific date range, in the reverse chronological order the records were entered into the system. -
LoadEntry
Returns a specific Blog Entry. -
GetNewEntryID
Returns a new Blog Entry record identifier. -
LoadBlog
Returns all Blog Entries, in the reverse chronological order the records were entered into the system. -
LoadBlogByDateRange
Returns all Blog Entries created within a specific date range, in the reverse chronological order the records were entered into the system. -
ProcessEntry
Performs data manipulation on individual Blog Entry records. -
LoadBlogPaged
Returns 'paginated' Blog Entry records, in the reverse chronological order the records were entered into the system.