XWebForum
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/.
The following operations are supported. For a formal definition, please review the Service Description.
-
LoadTopicsPaged
Returns 'paginated' Topics, 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. -
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. -
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. -
LoadMessages
Returns all Messages (Topics and Replies) posted in the Forum in the reverse chronological order they were entered into the system. -
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. -
GetNewMessageID
Returns a new Message record identifier. -
LoadTopic
Returns a specific Topic and its Replies. -
LoadMessage
Returns a specific Message (Topic or Reply).