[
https://issues.apache.org/jira/browse/OPENMEETINGS-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109300#comment-17109300
]
Maxim Solodovnik commented on OPENMEETINGS-2353:
------------------------------------------------
Hello [~murali.botta],
it seems redundant to specify {{id, type}} (since you are creating user {{id}}
will be assigned automatically, as well as type
{{rights}} should be array, and most probably it MUST contains at least
{{LOGIN, ROOM}}, not sure why it has {{SOAP}}
I guess you are trying to implement:
# create user
# login with this user
# somehow add it to the room
What you **really** need:
# generate room secure hash
# open it for user in separate window (iframe)
here is REST example: https://openmeetings.apache.org/RestAPISample.html
here is PHP API you can use
https://github.com/openmeetings/openmeetings-api-plugin/blob/master/src/main/scripts/OmGateway.php
....
> unable to add User from SOAP API
> --------------------------------
>
> Key: OPENMEETINGS-2353
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2353
> Project: Openmeetings
> Issue Type: Bug
> Components: SOAP/REST API
> Affects Versions: 5.0.0-M4
> Reporter: Murali
> Assignee: Maxim Solodovnik
> Priority: Major
>
> Hi
> When i am trying to add a new user using SOAP, i am getting following error.
> local.ERROR: Marshalling Error: class
> org.apache.openmeetings.webservice.error.ServiceException nor any of its
> super class is known to this context. {"exception":"[object]
> (mongosoft\\soapclient\\Exception(code: 0): Marshalling Error: class
> org.apache.openmeetings.webservice.error.ServiceException nor any of its
> super class is known to this context. at
> C:\\xampp\\htdocs\\school\\vendor\\mongosoft\\yii2-soap-client\\Client.php:66,
> SoapFault(code: 0): Marshalling Error: class
> org.apache.openmeetings.webservice.error.ServiceException nor any of its
> super class is known to this context. at
> C:\\xampp\\htdocs\\school\\vendor\\mongosoft\\yii2-soap-client\\Client.php:64)
>
> Please help me.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)