Updates:
Status: Invalid
Comment #2 on issue 1590 by [email protected]: SOAP API SecureHash does
not work.
http://code.google.com/p/openmeetings/issues/detail?id=1590
Hello Rajesh,
According to
http://localhost:5080/openmeetings/services/UserService?wsdl
setUserObjectAndGenerateRoomHashByURL
has the following set of parameters:
<xs:element minOccurs="0" name="SID" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="firstname" nillable="true"
type="xs:string"/>
<xs:element minOccurs="0" name="lastname" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="profilePictureUrl" nillable="true"
type="xs:string"/>
<xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="externalUserId" type="xs:long"/>
<xs:element minOccurs="0" name="externalUserType" nillable="true"
type="xs:string"/>
<xs:element minOccurs="0" name="room_id" type="xs:long"/>
<xs:element minOccurs="0" name="becomeModeratorAsInt" type="xs:int"/>
<xs:element minOccurs="0" name="showAudioVideoTestAsInt" type="xs:int"/>
your call has too many parameters
could you please retest with the parameters listed above?
I have tested it using browser with the following URLs
1) http://localhost:5080/openmeetings/services/UserService/getSession
2)
http://localhost:5080/openmeetings/services/UserService/loginUser?SID=14c5752bcb7aed98b6c14f15785323a3&username=USER&userpass=PASS
3)
http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHashByURL?SID=14c5752bcb7aed98b6c14f15785323a3&username=rajesh&firstname=Rajesh&lastname=Thakur&profilePictureUrl=xx&[email protected]&externalUserId=99&externalUserType=APP&room_id=1&becomeModeratorAsInt=1&showAudioVideoTestAsInt=0
everything works as expected
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.