Forum
XWebForum is an XML/SOAP based Web Service which provides integration and management of an Online Forum (Message Boards) to client applications. For complete documentation please visit http://www.xwebservices.com/Web_Services/XWebForum/.
-
LoadTopicsPaged
Returns 'paginated' Topics, in the reverse chronological order the records were entered into the system. -
UpdateMessage
Updates a Message record. -
LoadTopics
Returns all Topics, in the reverse chronological order the records were entered into the system. -
ProcessMessage
Performs data manipulation on individual Message (Topic or Reply) records. -
GetNewMessageID
Returns a new Message record identifier. -
LoadTopic
Returns a specific Topic and its Replies. -
LoadMessages
Returns all Messages (Topics and Replies) posted in the Forum in the reverse chronological order they were entered into the system. -
DeleteMessage
Deletes a Message record. -
LoadMessagesPaged
Returns 'paginated' Message records (Topics and Replies) posted in the Forum in the reverse chronological order the records were entered into the system. -
LoadPersonalizedMessages
Returns the Personalized Topics for a specific Source Identifier from the Personalization system, in the reverse chronological order the records were entered into the system. -
LoadMessagesBySource
Returns all Messages (Topics and Replies) by a specific Source Identifier, in the reverse chronological order the records were entered into the system. -
LoadMessage
Returns a specific Message (Topic or Reply). -
AddMessage
Adds a new Message record. -
LoadMessagesBySourcePaged
Returns 'paginated' Message records (Topics and Replies) by a specific Source Identifier, in the reverse chronological order the records were entered into the system. -
Personalize
Either adds or removes a Message (Topic or Reply) to/from the Personalization system.