Hi all,

i created a web service written in java that returns an array.

public String javaArray [] =
{ "array 1", "array 2" , "array 3" };

public String [] getJavaArray() {
return javaArray;
}

But the data connection wizard doesn't show up the webservice, while in the
web service panel actually show the getJavaArray.
It looks like i don't provide a valid array.
If you had a simple example of a java code returning an array which works with
the data connection wizard, it'll be really helpful.

Thanks in advance :)