Runtime components : Core components : Web services access : Reference : Web services mapper external definitions : Attributes of the <wsMapperConverter> tag
  
Attributes of the <wsMapperConverter> tag
The <wsMapperConverter> tag is connected with the com.ibm.btt.base.ws.WSMapperConverter implementation class, which is defined in the formatter section of the btt.xml:
<field id="wsMapperConverter" value="com.ibm.btt.base.ws.WSMapperConverter" />
The <wsMapperConverter> tag is the main contributor during the data conversion.
Attributes
isPrimitive
The attribute is mandatory and must have one of the following values:
true: the Java Object in the data conversion is a Java primitive type (e.g. 'int', 'short', 'double').
false: the Java Object in the data conversion is not a Java primitive type (e.g. 'java.lang.String', 'int[]' and JavaBean).
javaClass
This is a mandatory attribute. Its value is used to indicate the actual type of the Java Object in Java Web services operation during data conversion.
Go up to
Web services mapper external definitions