Показать страницуИстория страницыСсылки сюдаЭкспорт в PDFНаверх Эта страница только для чтения. Вы можете посмотреть её исходный текст, но не можете его изменить. Сообщите администратору, если считаете, что это неправильно. ====== Открытие закрытой дискуссии ====== Метод: **OpenExistingTopic** =====Передаваемые параметры===== ^Параметр^Описание^ |ASPNETSessionId|Идентификатор сессии| |topicId|Идентификатор дискуссии| <code xml> <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <OpenExistingTopic xmlns="http://tempuri.org/"> <ASPNETSessionId>string</ASPNETSessionId> <topicId>string</topicId> </OpenExistingTopic> </soap:Body> </soap:Envelope> </code> =====Возвращаемые параметры===== ^Параметр^Описание^ |OpenExistingTopicResult|Результат выполнения запроса| <code xml> <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <OpenExistingTopicResponse xmlns="http://tempuri.org/"> <OpenExistingTopicResult>string</OpenExistingTopicResult> </OpenExistingTopicResponse> </soap:Body> </soap:Envelope> </code>