Re: Empty arrays not serialized properly

2002-11-06 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 5:23 AM Subject: RE: Empty arrays not serialized properly > I got a reply, it will be fixed in .Net Framework 1.1 > I just tested this with 1.1.4322.12 (1.1 bet

RE: Empty arrays not serialized properly

2002-11-06 Thread ajbanck
@;jabmail.com] Sent: dinsdag 5 november 2002 0:21 To: [EMAIL PROTECTED] Subject: Re: Empty arrays not serialized properly I posted a question on Monday on the microsoft.public.dotnet.framework.aspnet.webservices newsgroup, titled "Bug parsing zero-length arrays". So far there is not reply, but

RE: Empty arrays not serialized properly

2002-11-05 Thread ajbanck
urrent behavior of just ignoring/skipping the rest of the array is sub-optimal. Comments? Thanks, David -Original Message- From: Steve Loughran [mailto:steve_l@;iseran.com] Sent: dinsdag 5 november 2002 0:44 To: [EMAIL PROTECTED] Subject: Re: Empty arrays not serialized properly --

Re: Empty arrays not serialized properly

2002-11-04 Thread Steve Loughran
- Original Message - From: "Martin Jericho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 3:20 PM Subject: Re: Empty arrays not serialized properly > I posted a question on Monday on the > microsoft.public.dotnet.framework.

Re: Empty arrays not serialized properly

2002-11-04 Thread Martin Jericho
er 04, 2002 7:54 PM Subject: RE: Empty arrays not serialized properly > Thank you, I didn't find that message in my previous search. > I tried the empty arrays in .Net framework 1.1 beta, but it isn't fixed. > I'll write to Microsoft to ask when this is scheduled to get fi

RE: Empty arrays not serialized properly

2002-11-04 Thread ajbanck
tly a known bug in the .NET client. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, November 02, 2002 4:30 AM Subject: Re: Empty arrays not serialized properly > Hi, > Did you test that the data returned by the

Re: Empty arrays not serialized properly

2002-11-03 Thread Steve Loughran
- Original Message - From: "Martin Jericho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 03, 2002 14:55 Subject: Re: Empty arrays not serialized properly > I was actually intending to get .NET to generate my WSDL for me, rather than > w

Re: Empty arrays not serialized properly

2002-11-03 Thread Martin Jericho
m: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, November 02, 2002 4:30 AM Subject: Re: Empty arrays not serialized properly > Hi, > Did you test that the data returned by the getter works when using a .NET > client when the array

Re: Empty arrays not serialized properly

2002-11-03 Thread Martin Jericho
AM Subject: Re: Empty arrays not serialized properly > > - Original Message - > From: "Martin Jericho" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, October 31, 2002 4:42 PM > Subject: Re: Empty arrays not serialized properly >

Re: Empty arrays not serialized properly

2002-11-01 Thread Steve Loughran
- Original Message - From: "Martin Jericho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 4:42 PM Subject: Re: Empty arrays not serialized properly > Thanks for the tip, it has given me further insight into the problem. > >

Re: Empty arrays not serialized properly

2002-11-01 Thread ajbanck
will create a new bug report for this in bugzilla. Thanks again Martin - Original Message - From: "Cun Yong Tan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 12:27 AM Subject: Re: Empty arrays not serialized properly > &g

Re: Empty arrays not serialized properly

2002-10-31 Thread Martin Jericho
e a new bug report for this in bugzilla. Thanks again Martin - Original Message - From: "Cun Yong Tan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 12:27 AM Subject: Re: Empty arrays not serialized properly > > Have you tried chang

Re: Empty arrays not serialized properly

2002-10-31 Thread Cun Yong Tan
t; <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Empty arrays not serialized properly Date: Thu, 31 Oct 2002 11:02:09 +1000 Using Axis 1.0, a bean containing an array property is serialized by simply including each element of the array directly unde

Empty arrays not serialized properly

2002-10-30 Thread Martin Jericho
Using Axis 1.0, a bean containing an array property is serialized by simply including each element of the array directly under the bean element, as demonstrated in this example:   public class MyBean {     public String[] Values; }   Which looks like this over the wire:       http://schemas.