There seems to be a bug in webMethods where if you have a String List of some kind during design time and have a Loop to iterate over the list, during runtime it may turn out that the String List is only a String.
To solve this problem, write a simple Java service that has inputs of a String List and output as a String (true/false)
Labels