0

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

http://[主机]:[端口]/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() 方法。

提前致谢。

4

1 回答 1

-1

API 已在最新的 OpenMeetings 中更改

请检查这个 REST 示例: http: //openmeetings.apache.org/RestAPISample.html

SOAP 将需要类似的调用

于 2017-08-15T06:18:33.283 回答