OpenMeting API的getSession不起作用

时间:2017-04-06 08:38:26

标签: rest soap openmeetings

你好我已经创建了我的网页,并在其中创建了Web服务。我想使用Openmeeting SOAP的getSession和loginuser方法。当我使用时

http://[host]:[port]/openmeetings/services/UserService/getSession

来自教程 http://www.zyxware.com/articles/5602/how-to-create-a-new-conference-using-soap-api-in-the-openmeeting

我在浏览器中得到的回应低于此。

 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
     <soap:Body>
       <soap:Fault>
       <faultcode>soap:Server</faultcode>
          <faultstring>
          No binding operation info while invoking unknown method with params    unknown.
        </faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>

即使我使用的是java客户端,我也无法找到getSession()方法。

提前致谢。

1 个答案:

答案 0 :(得分:-1)

API已在最新的OpenMeetings中更改

请查看此REST示例:http://openmeetings.apache.org/RestAPISample.html

SOAP将需要类似的调用