register( 'WSCMCourses.get_courses_code', [ 'username' => 'xsd:string', 'password' => 'xsd:string', ], ['return' => 'xsd:string'], 'urn:WSCMService', '', '', '', 'Retorna o CODE dos cursos do username.' ); $s->register( 'WSCMCourses.get_course_title', [ 'username' => 'xsd:string', 'password' => 'xsd:string', 'course_code' => 'xsd:string', ], ['return' => 'xsd:string'], 'urn:WSCMService', '', '', '', 'Retorna o titulo/nome do curso de course_code informado' );