RE: org.xml.sax.SAXException: No deserializer, problem

2002-09-30 Thread Zhifeng (George) An
Title: RE: org.xml.sax.SAXException: No deserializer, problem Hi, Jian How about a work around, define a class which holds your array, and make the new class a bean. Something like this class Folders {     Folder[] folders;   getter/setter functions } In deployment file, also

RE: org.xml.sax.SAXException: No deserializer, problem

2002-09-30 Thread Jian Zhang
hould 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: >

Re: org.xml.sax.SAXException: No deserializer, problem

2002-09-30 Thread James Black
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 b

RE: org.xml.sax.SAXException: No deserializer, problem

2002-09-30 Thread Jian Zhang
Hi, Please help as I really have to get something done for our evaluation of AXIS. I really appreciate your help and a quick reply. Now the problem is that I register the bean mapping as follows: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/provide