On 2/9/06, Lisurc <[EMAIL PROTECTED]> wrote:
It's ok about windmills, they are probably not that far considering some headaches I got about this stuff (web services definition, not bread and flour)
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
