Two things! 1) I've created a Data Collector which collects data from "Method Parameter @index: 1" from the below. I'm getting an array with the data collected and as I understand it I need to configure a Getter Chain to get single items as results - how do I do this!? Class: OpenAPI.Class01.Class02 Method: final native public IResult`1 CreateCard( Int32 customerId , Int32 abc , UInt32 from , UInt32 to , UInt32[] zones , System.DateTime fromDate , System.DateTime toDate , System.String transactionId ) 2) Is it possible to create a Data Collector which collects both the result and the parameter(s)?
... View more