Runtime tools : Core components : Web services access : Accessing Web services : Defining the Web services mapper : Mapping an indexed collection that contains string objects to a Java list with string element
  
Mapping an indexed collection that contains string objects to a Java list with string element
The following example is a definition of a Web services mapper that is designed to map an iColl from to a list of string objects.
<fmtDef id="fmt_Context2List">
  <wsMapperConverter isPrimitive="false" javaClass="java.util.List[java.lang.String]"
    <mapper from="IColl_Context2List.*" to="array.*" byReference="false"/>
  </wsMapperConverter>
</fmtDef>
Go up to
Defining the Web services mapper