Blog
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/.
-
LoadBlogByDateRangePaged
Returns 'paginated' Blog Entry records created within a specific date range, in the reverse chronological order the records were entered into the system. -
AddEntry
Adds a new Blog Entry. -
UpdateEntry
Updates Blog Entry. -
DeleteReply
Deletes a Blog Reply. -
LoadBlog
Returns all Blog Entries, in the reverse chronological order the records were entered into the system. -
ProcessEntry
Performs data manipulation on individual Blog Entry records. -
LoadEntry
Returns a specific Blog Entry. -
GetNewEntryID
Returns a new Blog Entry record identifier. -
AddReply
Adds a new Blog Reply. -
GetNewReplyID
Returns a new Blog Reply record identifier. -
LoadBlogPaged
Returns 'paginated' Blog Entry records, 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. -
UpdateReply
Updates Blog Reply. -
DeleteEntry
Deletes a Blog Entry. -
ProcessReply
Performs data manipulation on individual Blog Reply records. -
LoadReply
Returns a specific Blog Reply.