The following webservice enables you to retrieve the number of messages of a topic and/or the URL. The parameters are
user : Pseudo of a forum administrator
pwd : Password of a forum administrator
idforum : ID of the forum where the topic is located
idcat : ID of the category where the topic is located
idtopic : ID of the topic that interests us to get the number of replies and the URL.
A PHP example
The webservice returns two parameters
pageurl :the URL of the topic
nbanswer : Number of replies in the topic (add 1 to get the total number of messages in the topic).