can a 2-d array be returned from the method of end point implementation class generated using annotations?
if not, what is the solution to the problem?
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
posted
1
Hi!
With the following method in the endpoint implementation class:
If we then look at the generated WSDL, there is the following type declared for the reply of the above method:
The stringArray type is type predefined by JAXB that appears in a separate XML schema:
Thus the data returned from the method will be a list of stringArray-s.
Best wishes!