hi
when am using java service i face some type of errors. like Transformers cannot loop over list elements. can u find out the solution .
regards,
Sagar.B
hi
when am using java service i face some type of errors. like Transformers cannot loop over list elements. can u find out the solution .
regards,
Sagar.B
Sorry Sagar,
Can you explan your problem by using an example (unfortunately it is not clear what you are asking)?
Are you saying that in a FLOW service, you have a MAP step that is calling a Java service transformer which is taking in List of Elements?
Or do you have a LOOP operation that is calling a JAVA service
Or…?
I suspect that your transformer requires an atomic element for service input (e.g. String) but you are giving it an array (e.g. StringList).