SequencingService


Click here for a complete list of operations.

Deliver

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /services/SequencingService.asmx HTTP/1.1
Host: scormplayer.digitaal.noordhoff.nl
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.icodeon.com/services/ss/Deliver"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Deliver xmlns="http://www.icodeon.com/services/ss">
      <manifest>
        <organizations>
          <identifiers domainID="string" learnerID="string" courseID="string" orgID="string" sessionID="string" requestType="string" />
          <organization objectivesGlobalToSystem="boolean" schemaVersion="string" primaryKey="string" isDefault="boolean">
            <schema>string</schema>
          </organization>
          <organization objectivesGlobalToSystem="boolean" schemaVersion="string" primaryKey="string" isDefault="boolean">
            <schema>string</schema>
          </organization>
        </organizations>
        <sequencingCollection ID="ID">xml</sequencingCollection>
        <globalObjectives>
          <objective objectiveID="string" objectivesGlobalToSystem="boolean">
            <objectiveProgressInfo xsi:nil="true" />
          </objective>
          <objective objectiveID="string" objectivesGlobalToSystem="boolean">
            <objectiveProgressInfo xsi:nil="true" />
          </objective>
        </globalObjectives>
        <navRequest>start or resumeAll or retry or previous or continue or choice or abandon or exit or exitAll or suspendAll or abandonAll or _none_</navRequest>
        <syncClientServer>request or differential or session</syncClientServer>
        <mode>browse or normal or review</mode>
      </manifest>
    </Deliver>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body />
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /services/SequencingService.asmx HTTP/1.1
Host: scormplayer.digitaal.noordhoff.nl
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Deliver xmlns="http://www.icodeon.com/services/ss">
      <manifest>
        <organizations>
          <identifiers domainID="string" learnerID="string" courseID="string" orgID="string" sessionID="string" requestType="string" />
          <organization objectivesGlobalToSystem="boolean" schemaVersion="string" primaryKey="string" isDefault="boolean">
            <schema>string</schema>
          </organization>
          <organization objectivesGlobalToSystem="boolean" schemaVersion="string" primaryKey="string" isDefault="boolean">
            <schema>string</schema>
          </organization>
        </organizations>
        <sequencingCollection ID="ID">xml</sequencingCollection>
        <globalObjectives>
          <objective objectiveID="string" objectivesGlobalToSystem="boolean">
            <objectiveProgressInfo xsi:nil="true" />
          </objective>
          <objective objectiveID="string" objectivesGlobalToSystem="boolean">
            <objectiveProgressInfo xsi:nil="true" />
          </objective>
        </globalObjectives>
        <navRequest>start or resumeAll or retry or previous or continue or choice or abandon or exit or exitAll or suspendAll or abandonAll or _none_</navRequest>
        <syncClientServer>request or differential or session</syncClientServer>
        <mode>browse or normal or review</mode>
      </manifest>
    </Deliver>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body />
</soap12:Envelope>