newCourseEntityAssoc
This method allows associating an educational entity with a course. For this association, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web/wwwroot/ws/java/training/NewCourseEntityAssocRequestType.java |
Return | web/wwwroot/ws/java/training/NewCourseEntityAssocResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
CourseID | X | Course ID # |
EntityID | X | Educational entity ID # |
Comments | Comment |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:training">
<soapenv:Header/>
<soapenv:Body>
<urn:newCourseEntityAssoc>
<!--You may enter the following 3 items in any order-->
<urn:COURSEID>?</urn:COURSEID>
<urn:ENTITYID>?</urn:ENTITYID>
<urn:COMMENTS>?</urn:COMMENTS>
</urn:newCourseEntityAssoc>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
return | SUCCESS: 1. FAILURE: Error message. |