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
ard Architect, UCDavis Account & Financial Services http://www.javageeks.com http://www.clrgeeks.com -Original Message- From: Cun Yong Tan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 11:03 To: [EMAIL PROTECTED] Subject: .NET Interop problem with jagged arrays There seems to be

.NET Interop problem with jagged arrays

2002-07-23 Thread Cun Yong Tan
There seems to be an interop problem with .NET with jagged arrays (array of arrays). I have a method exposed by Axis like so: public String[][] getArrayOfStringArray(String[][] arg){ return arg; } Here is the relevant part of the WSDL that was generated by Axis for the Stri