Deze service beheert koppelingen tussen SIS-secties en Brightspace®-cursusedities.
Geïmplementeerde activiteiten
- deleteSectionAssociation
- replaceSectionAssociation
- readSectionAssociation
Info over de deleteSectionAssociation-bewerking
De deleteSectionAssociation-bewerking verwijdert organisatie-eenheden van Brightspace® die zijn gekoppeld aan LIS-sectiekoppelingen.
Processtroom: deleteSectionAssociation
- Wanneer een deleteSectionAssociation-aanvraag wordt ontvangen, verkrijgt de adapter de unieke ID voor de sectiekoppeling uit het sourcedId-veld van de aanvraag, zonder gebruik van een inplugbaar omzettingsprogramma.
- Zodra de ID van de cursussectie is verkregen, wordt de aanvraag verwerkt door de IPSIS-platform-handlers die zijn geconfigureerd voor IDeleteSectionAssociationHandler.
- De LIS-respons wordt gegenereerd op basis van de respons van de handler.
Voorbeeld van deleteSectionAssociation-aanvraag
<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:deleteSectionAssociationRequest>
<ims:sourcedId>Demo_Section_Association</ims:sourcedId>
</ims:deleteSectionAssociationRequest>
</soapenv:Body>
</soapenv:Envelope>
Voorbeeld van deleteSectionAssociation-respons
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:imsx_syncResponseHeaderInfo
xmlns:h="http://www.imsglobal.org/services/lis/gms2p0/wsdl11/sync/imsgms_v2p0"
xmlns="http://www.imsglobal.org/services/lis/gms2p0/wsdl11/sync/imsgms_v2p0"
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>SAMS_deleteSectionAssociation_20120104T232203_8033886Z</imsx_messageIdentifier>
<imsx_statusInfo>
<imsx_codeMajor>success</imsx_codeMajor>
<imsx_severity>status</imsx_severity>
<imsx_messageRefIdentifier>1234</imsx_messageRefIdentifier>
<imsx_codeMinor>
<imsx_codeMinorField>
<imsx_codeMinorFieldName>TargetEndSystem</imsx_codeMinorFieldName>
<imsx_codeMinorFieldValue>fullsuccess</imsx_codeMinorFieldValue>
</imsx_codeMinorField>
</imsx_codeMinor>
</imsx_statusInfo>
</h:imsx_syncResponseHeaderInfo>
</s:Header>
<s:Body/>
</s:Envelope>
Info over de replaceSectionAssociation-bewerking
De replaceSectionAssociation-bewerking maakt Brightspace®-cursusedities en bijbehorende secties of werkt deze bij op basis van aanvragen voor LIS-sectiekoppelingen.
Processtroom: replaceSectionAssociation
- Brightspace® vertaalt de aanvraag met LIS-vertalers die zijn geconfigureerd voor ITranslateSectionAssociation.
- De handlers van het IPSIS-platform die zijn geconfigureerd voor IReplaceSectionAssociationHandler verwerken de aanvraag.
- Er wordt een LIS-respons gegenereerd op basis van de respons van de handler.
Voorbeeld van replaceSectionAssociation-aanvraag
<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>1234</ims:imsx_messageIdentifier>
</ims:imsx_syncRequestHeaderInfo>
</soapenv:Header>
<soapenv:Body>
<ims:replaceSectionAssociationRequest>
<ims:sourcedId>Demo_Section_Association</ims:sourcedId>
<ims:sectionAssociationRecord>
<ims:sourcedGUID>
<ims:sourcedId>Demo_Section_Association</ims:sourcedId>
</ims:sourcedGUID>
<ims:sectionAssociation>
<ims:title>
<ims:language>en-US</ims:language>
<ims:textString>Demo Section Association</ims:textString>
</ims:title>
<ims:status>Active</ims:status>
<ims:courseSectionIdList>
<ims:courseSectionId>Demo_Section_01</ims:courseSectionId>
</ims:courseSectionIdList>
</ims:sectionAssociation>
</ims:sectionAssociationRecord>
</ims:replaceSectionAssociationRequest>
</soapenv:Body>
</soapenv:Envelope>
Voorbeeld van readSectionAssociation-aanvraag
<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:readSectionAssociationRequest>
<ims:sourcedId>Demo_Section_Association</ims:sourcedId>
</ims:readSectionAssociationRequest>
</soapenv:Body>
</soapenv:Envelope>