Previous Topic

Next Topic

Book Contents

Book Index

CF_GetSkillSimProperties

This web service queries the currently established SkillSim player properties. These properties control what launch configuration values are transmitted by OLSA to the SimPlayer for any SkillSim based content launched via the Asset Integration Referral Object launch URL mechanism.

See the SkillSim documentation for the description of available properties. Each property is described with a property tag. The property tag has the following attributes:

Inputs

Outputs

The response returns the following format:

<skillsim_properties>
	<property name=”…name of property…”
     type=”text| integer|float |boolean”
     enabled=”0|1”>…value for property…</property>
	… more properties …
</skillsim_properties>

Additional Faults