Hi Daniel,

I think for 2. / 3. you are mixing things up,
the API Method in 2. should be called
*addFolderByExternalUserIdAndType* and it has different params then
*addFolderByUserId*

plese review it, I have removed one argument yesterday, there was a
duplicated param externalUserType in the previous approch from me:
http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java#244

http://code.google.com/p/openmeetings/wiki/SoapMethods#addFolderByExternalUserIdAndType

So make sure you are using the latest code with that API.

For the 3. Issue you have the same problem like initially => Your
params just do not meet the method's signature.


Sebastian


2011/6/28 Daniel Jao <daniel...@gmail.com>:
> Hi Sebastian,
>
> here's an update.
>
> 1.  I was able to make the addNewUserWithExternalType work.  so im good with
> this.
>
> 2.  for the addFolderByUserId -> its slightly working, i said this because
> given the correct parameters, im able to retrieve a fileexploreritem_id, but
> when i checked the db, i saw some issue:
>
> Please verify if im correct:
>
> when i check the row record, the room_id that i passed when i called the api
> call, is being used as the filename column in fileexploreritem, i would say
> this is wrong, and the room_id column in the same table is being set to 0,
> im 100% sure that the way i call the api is correct: here's the param i use:
>
> userId is the openmeeting user id, i hard coded it for now
>
> Array
> (
>     [SID] => 049c86afc17f9e785db934265c9a5adf
>     [userId] => 8
>     [parentFileExplorerItemId] => 0
>     [filename] => Test Folder
>     [room_id] => 63
>     [isOwner ] => 1
>     [externalFilesid] => 0
>     [externalType] => Testing
> )
>
> 3.  For the addFolderByUserId, its not working because i keep on getting
>
> Fatal error:  Uncaught SoapFault exception: [soapenv:Server] For input
> string: "1308832914_3_uploadfile_03.jpg"
>
> let me know what you think.
>
> Do you have any php script that you used to test this one, maybe i can play
> with that one as well if you have.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openmeetings-user/-/_2fyzI0FKMoJ.
> To post to this group, send email to openmeetings-user@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to