Runtime components : Core components : Web services access : Accessing Web services : Defining the Web services mapper
  
Defining the Web services mapper
This section provides examples of how to define Web services mappers.
The examples here only cover the situation that the source data is from and the destination data is from Java Web services. Users can easily change the attributes value of 'from' and 'to' to construct the WS Mapper for the other situation (from Java Web services to UDTT).
See
Prerequisites
Mapping a data field to an integer data type
Mapping a data field to a string
Mapping a keyed collection to a JavaBean
Mapping an indexed collection to an array of integers
Mapping an indexed collection that contains string objects to an array of strings
Mapping an indexed collection that contains string objects to a Java list with string element
Go up to
Accessing Web services