Runtime components : Core components : Web services access : Reference : Web services mapper external definitions : Attributes of <map> tag
  
Attributes of <map> tag
The <map> tag is the externalizer definition for the com.ibm.btt.base.DataMapperFormat class, which is used to indicate the source and destination in the data mapping. You can configure the attributes of the <map> tag to define data conversion.
Note The structure of the source data must be the same as the structure of the destination data. For more information and examples on using the Web services mapper to map data that have the same structure, see Defining the Web services mapper.
Attributes
from
The attribute is mandatory. The value of this attribute indicates the source data in the mapping process.
to
The attribute is mandatory. The value of this attribute indicates the destination data in the mapping process.
byReference
This is an optional attribute. It indicates the Web services mapper runtime whether to make a copy or just reference the source data to construct the target data. The byreference attribute must have one of the following attributes:
True: the Web services mapper runtime references data.
False: the Web services mapper runtime makes a data copy.
Go up to
Web services mapper external definitions