RE: problems to migrate from AXIS 1.2.1 to AXIS 1.3 array serialization BUGS OR NOT?

2006-01-23 Thread Jarmo Doc
http://svn.apache.org/viewcvs.cgi/webservices/axis/branches/AXIS_1_4_FINAL/ From: françois françois [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: problems to migrate from AXIS 1.2.1 to AXIS 1.3 array serialization BUGS OR NOT? Date: Fri, 20 Jan

RE: problems to migrate from AXIS 1.2.1 to AXIS 1.3 array serialization BUGS OR NOT?

2006-01-20 Thread Christophe Roudet
I have a similar problem, see http://marc.theaimsgroup.com/?l=axis-userm=113328879314269w=2 Christophe From: françois françois [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 5:50 AM To: axis-user@ws.apache.org Subject: Re: problems to migrate from AXIS 1.2.1

RE: problems to migrate from AXIS 1.2.1 to AXIS 1.3 array serialization BUGS OR NOT?

2006-01-20 Thread françois françois
://marc.theaimsgroup.com/?l=axis-userm=113328879314269w=2Christophe From: françois françois [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 5:50 AMTo: axis-user@ws.apache.orgSubject: Re: problems to migrate from AXIS 1.2.1 to AXIS 1.3 array serialization BUGS OR NOT? Hii look

problems to migrate from AXIS 1.2.1 to AXIS 1.3

2006-01-19 Thread françois françois
Hi everybodyi have tried to migrate from axis 1.2.1 to axis 1.3it seems that the ArraySerializer has changed between this 2 versionsand it caused some problems with inheritance:If you ve got for example: an abstract class animal and a class dog who extends animaland an Array of animalso in

Re: problems to migrate from AXIS 1.2.1 to AXIS 1.3

2006-01-19 Thread Dies Koper
Hello François, I'd like to try to reproduce your problem. Could you post a (small) WSDL file, client and impl file to do this? I'm wondering where the problem is.. WSDD, SOAP message.. Regards, Dies françois françois wrote: Hi everybody i have tried to migrate from axis 1.2.1 to

Re: problems to migrate from AXIS 1.2.1 to AXIS 1.3

2006-01-19 Thread françois françois
Hi DiesI give you another examples with the same problems ?xml version="1.0" encoding="UTF-8"?wsdl:definitions targetNamespace="urn:testservices" xmlns:impl="urn:testservices" xmlns:intf="urn:testservices" xmlns:apachesoap="http://xml.apache.org/xml-soap"