RE: XMLBean data

2005-01-06 Thread Bouche Paul
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 Axis to create wsdl file I had the following WARN

RE: XMLBean data

2005-01-06 Thread Jonathan Colwell
- 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 your objects

Re: XMLBean data

2005-01-06 Thread Davanum Srinivas
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 your objects they need to be Java Bean compatible (if you don't know what that is google for java

Re: XMLBean data

2005-01-06 Thread Davanum Srinivas
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 your objects they need to be Java Bean

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: XMLBean data Date: Thu, 6 Jan

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