Re: .NET Interop problem with jagged arrays

2002-07-23 Thread Steve Loughran
- Original Message - From: "Ted Neward" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 12:55 PM Subject: RE: .NET Interop problem with jagged arrays > > > For best results with respect to interoperability, write your WSDL >

RE: .NET Interop problem with jagged arrays

2002-07-23 Thread Ted Neward
CTED] Subject: RE: .NET Interop problem with jagged arrays Yes, I should have been clearer. .NET does handle both multi-dim and jagged arrays. It's ASP.NET that doesn't handle multi-dimensional arrays. I haven't tried it myself but have ran into several di

RE: .NET Interop problem with jagged arrays

2002-07-23 Thread Cun Yong Tan
]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: .NET Interop problem with jagged arrays Date: Tue, 23 Jul 2002 >12:25:41 -0700 > > > This code attempts to send an array of arrays as a 2 dimensional array. &

RE: .NET Interop problem with jagged arrays

2002-07-23 Thread Ted Neward
www.javageeks.com http://www.clrgeeks.com -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 12:44 To: [EMAIL PROTECTED] Subject: Re: .NET Interop problem with jagged arrays - Original Message - From: "Ted Neward" <[EMAI

Re: .NET Interop problem with jagged arrays

2002-07-23 Thread Steve Loughran
- Original Message - From: "Ted Neward" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 12:25 PM Subject: RE: .NET Interop problem with jagged arrays > For best results with respect to interoperability, write your WSDL first. yes but

RE: .NET Interop problem with jagged arrays

2002-07-23 Thread Ted Neward
> This code attempts to send an array of arrays as a 2 dimensional array. The > problem is that .NET cannot handle multi-dimensional arrays (but can handle > jagged arrays). Can this boolean not be hard-coded but instead be > configurable so it may have a chance of interoperating with .NET ? >