- 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
@;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
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
--
- 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.
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
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
- 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
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
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
>
- 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.
>
>
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
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
Have you tried changing your bean from:
public class MyBean {
public String[] Values;
}
to:
public class MyBean {
private String[] Values;
public String[] getValues();
public void setValues(String[] x);
}
to see if it makes a difference ?
From: "Martin Jericho" <[EMAIL PROTECTED
13 matches
Mail list logo