تدير هذه الخدمة قوالب مقررات Brightspace التعليمية.
العمليات المنفذة
- deleteCourseTemplate
- replaceCourseTemplate
- readCourseTemplate
لمحة عن عملية deleteCourseTemplate
تحذف deleteCourseTemplate الوحدات التنظيمية في Brightspace المقترنة بقوالب المقررات التعليمية في LIS.
سير العملية: deleteCourseTemplate
- عند تلقي طلب deleteCourseTemplate لـ LIS، يحصل المحول على المعرِّف الفريد للقالب من حقل sourcedId للطلب، من دون استخدام مترجم قابل للتوصيل.
- تقوم معالجات منصة حزمة التكامل لأنظمة معلومات الطالب التي تم تكوينها لـ IDeleteCourseTemplateHandler بمعالجة الطلب.
- يتم إنشاء استجابة LIS من استجابة المعالج.
نموذج طلب deleteCourseTemplate
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ims="http://www.imsglobal.org/services/lis/gms2p0/wsdl11/sync/imsgms_v2p0">
<soapenv:Header>
<ims:imsx_syncRequestHeaderInfo>
<ims:imsx_version>V1.0</ims:imsx_version>
<ims:imsx_messageIdentifier>1234</ims:imsx_messageIdentifier>
</ims:imsx_syncRequestHeaderInfo>
</soapenv:Header>
<soapenv:Body>
<ims:deleteCourseTemplateRequest>
<ims:sourcedId>Demo_Course_Template</ims:sourcedId>
</ims:deleteCourseTemplateRequest>
</soapenv:Body>
</soapenv:Envelope>
نموذج طلب readCourseTemplate
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ims="http://www.imsglobal.org/services/lis/cmsv1p0/wsdl11/sync/imscms_v1p0">
<soapenv:Header>
<ims:imsx_syncRequestHeaderInfo>
<ims:imsx_version>V1.0</ims:imsx_version>
<ims:imsx_messageIdentifier>MessageId_774290</ims:imsx_messageIdentifier>
</ims:imsx_syncRequestHeaderInfo>
</soapenv:Header>
<soapenv:Body>
<ims:readCourseTemplateRequest>
<ims:sourcedId>Demo_Template</ims:sourcedId>
</ims:readCourseTemplateRequest>
</soapenv:Body>
</soapenv:Envelope>
نموذج استجابة readCourseTemplate
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:imsx_syncResponseHeaderInfo xmlns:h="http://www.imsglobal.org/services/lis/cmsv1p0/wsdl11/sync/imscms_v1p0"
xmlns="http://www.imsglobal.org/services/lis/cmsv1p0/wsdl11/sync/imscms_v1p0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<imsx_version>V1.0</imsx_version>
<imsx_messageIdentifier>CMS_readCourseTemplate_20120803T145419_1122428Z</imsx_messageIdentifier>
<imsx_statusInfo>
<imsx_codeMajor>success</imsx_codeMajor>
<imsx_severity>warning</imsx_severity>
<imsx_messageRefIdentifier>MessageId_774290</imsx_messageRefIdentifier>
<imsx_description/>
</imsx_statusInfo>
</h:imsx_syncResponseHeaderInfo>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<readCourseTemplateResponse xmlns="http://www.imsglobal.org/services/lis/cmsv1p0/wsdl11/sync/imscms_v1p0">
<courseTemplateRecord>
<sourcedGUID>
<sourcedId>Demo_Template</sourcedId>
</sourcedGUID>
<courseTemplate/>
</courseTemplateRecord>
</readCourseTemplateResponse>
</s:Body>
</s:Envelope>