2013-10-22 3 views
3

나는 SOAP 프로토콜을 통해 Java 클라이언트를 사용하여 joomdle WS "joomdle_create_course"를 사용하여 무들에게 코스를 이미 만들었습니다. WS, core_files_upload가있는 SCORM 패키지 파일을 내 개인 영역에 업로드했습니다. 이제 WS를 통해이 Scorm 파일을 내 코스에 연결하고 싶습니다. 어떻게해야합니까?웹 서비스를 사용하여 무들의 코스에 Scorm 파일 업로드

"core_files_upload"(filearea, component, itemid, filepath ...)의 매개 변수는 무엇인지 알고 계십니까? 물론 무들에 저장된 정확한 경로에 파일을 배치하는 데 사용해야합니까?

정말 고마워요!

답변

0

당신은 당신의 무 예를 내부의 API 문서를 찾을 수 있습니다

/moodle/admin/webservice/documentation.php

기능 core_files_upload는 다음과 같은 매개 변수가 있습니다

Array 
(
    [contextid] => int   
    [component] => string   
    [filearea] => string   
    [itemid] => int   
    [filepath] => string   
    [filename] => string   
    [url] => string   
)