at least you are using the params in the wrong order: http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java#73
http://code.google.com/p/openmeetings/wiki/SoapMethods#importFile Sebastian 2011/6/28 Daniel Jao <[email protected]>: > hi seba, > > for #2, im passing this parameters: which i checked is correct base on the > doc now: > > $params = array( > 'SID' => $session_id, > 'internalUserId' => $internalUserId, > 'externalType'=>$user_type, > 'externalFileId' => 1, > 'room_id' => $roomId, > 'isOwner ' => true, > 'parentFolderId' => -2, > > 'path'=>'http://tempserver/media/assets/knowledgebase/22/1308832914_3_uploadfile_03.jpg', > 'fileSystemName'=>'1308832914_3_uploadfile_03.jpg', > > ); > > but im getting that error, are my params correct? > > -- > 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/-/mSiQY1kGVucJ. > 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-user?hl=en. > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" 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-user?hl=en.
