michaelyin / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

unable to Add and View File When User loign through Soap method into room #1414

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 = oResponse.@return.session_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

Original issue reported on code.google.com by nagesh.n...@gtempaccount.com on 23 Jun 2011 at 10:11

Attachments:

GoogleCodeExporter commented 9 years ago
please use the mailing list for supprot questions. This is obviously no bug 
report.

Original comment by seba.wag...@gmail.com on 5 Sep 2011 at 9:28

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 31 Jan 2012 at 12:23

GoogleCodeExporter commented 9 years ago
OpenMeetings moves to Apache Foundation, update your bookmarks to the new 
project page:

http://incubator.apache.org/openmeetings/

New Issue tracker is located: https://issues.apache.org/jira/browse/OPENMEETINGS

New Mailing Lists located at: 
http://incubator.apache.org/openmeetings/mail-lists.html 

Original comment by seba.wag...@gmail.com on 31 Jan 2012 at 12:25