Runtime tools : Core components : Web services access : Accessing Web services : Defining the Web services mapper : Mapping an indexed collection that contains string objects to an array of strings
  
Mapping an indexed collection that contains string objects to an array of strings
The following example is a definition of a Web services mapper that is designed to map an iColl from that contains string objects to an array of strings from a Web service data model.
<fmtDef id="fmt_Context2StringArray">
  <wsMapperConverter isPrimitive="false" javaClass="java.lang.String[]">
    <mapper from="IColl_Context2StringArray.*" to="array.*">
<byReference="false" />
  </wsMapperConverter>
</fmtDef>
Go up to
Defining the Web services mapper