I have a small problem while returning array from web service. Firstly I'm new at java web services and I'm using netbeans 6 with glassfish 2. The problem is I have a class, name is "Experience " and I want to return Experience[] array from service.
In web service I implement like that
Code:
@WebMethod(operationName = "getExperience")
public Experience[] getExperience(
Leave a comment: