Nevertheless, even if I'll probably have to play with structured messages instead of several out values, I would have liked to know wether there is a way or not to handle that out int[] matter (not as a direct return value).
Just to check if I correctly understood, you'd advise me to change the above method in something like the following :
public class Service {
public MadeSomethingResponse WS_MakeSomething(MadeSomethingRequest arg) {
...
}
}With MadeSomethingResponse and MadeSomethingRequest being bean objects to be included in my WSDL ?
-- Lisurc
