I get an error message when passing by an array via webservice JAX-WS (Java client and Java server):
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The method insertIgnoreMultipleUsers(StringArray) in the type Queue is not applicable for the arguments (String[])
In this thread I read that List is a possible solution. But when altering to List I get a similar message.
In this thread they advise to use arrays, but in my case that does not work.
It would be great if someone could help me.
Thank's in advance!