Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1414 by [email protected]: unable to Add and View File When
User loign through Soap method into room
http://code.google.com/p/openmeetings/issues/detail?id=1414
hello
Hi,
I am Developing .net Application there website users access open meeting
through open meeting soap method. Users successfully access all things in
room but user want to upload files their is problem. after uploading files
message shows file uploaded successfully and document converting. Users
waiting for long time but no message or no file shows on files panel.
here is my code
WebReference.UserService oUserService = new
WebReference.UserService();
WebReference.RoomService oRoomService = new
WebReference.RoomService();
WebReference.getSessionResponse oResponse =
default(WebReference.getSessionResponse);
oResponse = oUserService.getSession();
long returnVal_l = 0;
long returnVal_u = 0;
bool returnSpecified_l = false;
bool returnSpecified_u = false;
string SessionID = [email protected]_id;
string strURL = Server.MapPath("");
oUserService.loginUser(SessionID, "telecorp", "telecorp", out
returnVal_l, out returnSpecified_l);
oUserService.setUserObject(SessionID, strUserName,
strUserFirstName, strUserLastName, strURL, strUserEmail, out returnVal_u,
out returnSpecified_u);
string strSecureCode =
oUserService.setUserObjectAndGenerateRoomHash(SessionID, strUserName,
strUserFirstName, strUserLastName, strURL, strUserEmail,0,true, "",
intRoomID, true, 1, true, 1, true);
i am unable to solve this ,pls help me out of this.
thanks
nagesh nalge
Attachments:
error.GIF 33.8 KB
--
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.