Skip to main content
Version: 2.2.2

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
Requestweb/wwwroot/ws/java/training/NewCourseEntityAssocRequestType.java
Returnweb/wwwroot/ws/java/training/NewCourseEntityAssocResponseType.java

Request:

ID #RequiredDescription
CourseIDXCourse ID #
EntityIDXEducational entity ID #
CommentsComment

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
returnSUCCESS: 1.
FAILURE: Error message.