I am quite new to Axis and have to finish something today. I am afraid that I won't that much time to use java2wsd. or wsdl2java. I have all the server code and client code, just stuck with passing array of objects back to the client.
I found a number of emails asking about this. This should be very basic, right? Can anybody on the list helps us out? Jian -----Original Message----- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:37 PM To: [EMAIL PROTECTED] Subject: Re: org.xml.sax.SAXException: No deserializer, problem Jian Zhang wrote: > It seems to me that the Axis picks up the definition of type Folder, but not > Folder[]. > How should I tell Axis about Folder[]? I would suggest that to simplify your life, during the evaluation, use java2wsdl and wsdl2java to create the files, as it can handle arrays of beans.