This webservice enables you to remotely create a new topic on the forum.
user : Pseudo of a forum administrator
pwd : password of a forum administrator
author : Pseudo of the topic author
idforum : ID of the forum where the topic should be created
idcat : ID of the category where the topic should be created
idsubcat : ID of the subcategory where the topic should be created, it can be equal to zero if no sub category needs to be specified.
title : Title of the topic during the creation
text :Text of the first topic message
Here is a script example based on the topic creation webservice. This is done in PHP
If everything goes right, the topic should be created after the webservice has been executed. If the creation process was successful, the webservice will return a table containing 2 parameters.
idtopic : returns the ID of the created topic
idpost : returns the ID of the first message of the topic