RE: XMLBean data

2005-01-06 Thread Hung Vu2000
Jonathan, Thanks for your help. I need time to read and use your source code. It' s great if you have a sample how to to use your patch. Best regards, Hung From: "Jonathan Colwell" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE

RE: XMLBean data

2005-01-06 Thread Jonathan Colwell
: Thursday, January 06, 2005 7:50 AM To: [EMAIL PROTECTED] Subject: Re: XMLBean data In CollectionSerializer.java: "Copyright (c) 2004 Walt Disney Internet Group. All Rights Reserved."? -- dims On Thu, 6 Jan 2005 07:48:09 -0800, Jonathan Colwell <[EMAIL PROTECTED]> wrote: >

Re: XMLBean data

2005-01-06 Thread Davanum Srinivas
Jonathan > > -Original Message- > From: Bouche Paul [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 06, 2005 5:39 AM > To: [EMAIL PROTECTED] > Subject: RE: XMLBean data > > First of you cannot automatically serialized any arbritrary java object > with Axis (it

Re: XMLBean data

2005-01-06 Thread Davanum Srinivas
t; From: Bouche Paul [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 06, 2005 5:39 AM > To: [EMAIL PROTECTED] > Subject: RE: XMLBean data > > First of you cannot automatically serialized any arbritrary java object > with Axis (it wouldn't know how). For Axis to automatica

RE: XMLBean data

2005-01-06 Thread Jonathan Colwell
ssage- From: Bouche Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 5:39 AM To: [EMAIL PROTECTED] Subject: RE: XMLBean data First of you cannot automatically serialized any arbritrary java object with Axis (it wouldn't know how). For Axis to automatically serialize/deserialize yo

RE: XMLBean data

2005-01-06 Thread Bouche Paul
e- > From: Hung Vu2000 [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 6. Januar 2005 07:22 > To: [EMAIL PROTECTED] > Subject: XMLBean data > > > Hi, > I' m developing a webservice that need a parameter of > type XMLBean. > When using Java2WSDL tool from

XMLBean data

2005-01-05 Thread Hung Vu2000
Hi, I' m developing a webservice that need a parameter of type XMLBean. When using Java2WSDL tool from Axis to create wsdl file I had the following WARN org.apache.axis.wsdl.fromJava.Types[main] - The class net.data.xml.MyDocument does not contain a default constructor, which is a require