DataMapping

There are three ways to implement datamapping:

  • confdm: configurable datamapping, based on data mapping configuration files

  • provdm: custom code to define datamappers

  • backcompdm: package that allows the use of "pre KPSA27" datamappers

WO_MAPPER entries define generic mapping. They are defined within the data mapping configuration file using the following format:

WO_MAPPER:<element type>.<wo commandname>

For example:

WO_MAPPER:HLR.activateProfile
	[
	// mapping definition
	]

	WO_MAPPER:VMS.deleteSubscriber
	[
	// mapping definition
	]
	...