Re: Array of Objects in Axis and .NET interop (bug AXIS-1547)

2005-01-31 Thread Bill Keese
I added a proper testcase to the bug.    Please take a look.  Thanks! Bill Keese wrote: I found the bug:     http://issues.apache.org/jira/browse/AXIS-1547 The bug contains a testcase, more or less; do you want something more than that? Thanks, Bill Davanum Srinivas wrote:

Re: Array of Objects in Axis and .NET interop

2005-01-26 Thread Davanum Srinivas
yep, please upload a zip with complete wsdl, test case etc. thanks, dims On Thu, 27 Jan 2005 10:13:13 +0900, Bill Keese <[EMAIL PROTECTED]> wrote: > I found the bug: > http://issues.apache.org/jira/browse/AXIS-1547 > > The bug contains a testcase, more or less; do you want something mor

Re: Array of Objects in Axis and .NET interop

2005-01-26 Thread Bill Keese
I found the bug:     http://issues.apache.org/jira/browse/AXIS-1547 The bug contains a testcase, more or less; do you want something more than that? Thanks, Bill Davanum Srinivas wrote: not i can recall. please add a test case too... thanks, dims On Tue, 25 Jan 2005 12:05:24 +0900, Bil

Re: Array of Objects in Axis and .NET interop

2005-01-24 Thread Davanum Srinivas
not i can recall. please add a test case too... thanks, dims On Tue, 25 Jan 2005 12:05:24 +0900, Bill Keese <[EMAIL PROTECTED]> wrote: > Did anyone ever file a bug with the patch for returning arrays from Axis to > .NET? (in the thread > http://marc.theaimsgroup.com/?l=axis-user&m=1096466482223

RE: Array of Objects in Axis and .NET interop

2005-01-24 Thread Bill Keese
(B (B (B (BDid anyone ever file a bug with the patch for returning arrays from Axis to .NET? (B (B(in the thread http://marc.theaimsgroup.com/?l=axis-user&m=109646648222389&w=2) (B (BBill (B (B

RE: Array of Objects in Axis and .NET interop

2004-11-12 Thread Wessel Alexander
that transports more than a few Beans, that'll bring the performance close to nil, I'd assume... So long, Flexx -Original Message- From: Wessel Alexander Sent: Thursday, November 11, 2004 5:03 PM To: [EMAIL PROTECTED] Subject: RE: Array of Objects in Axis and .NET interop >

RE: Array of Objects in Axis and .NET interop

2004-11-11 Thread Wessel Alexander
From: Wessel Alexander Sent: Thursday, November 11, 2004 4:56 PM To: [EMAIL PROTECTED] Subject: RE: Array of Objects in Axis and .NET interop Hi Axisants! KHS, Thanks for the info. However, I don't see any change whether I configure the operation as you stated or not. Digging for the cau

RE: Array of Objects in Axis and .NET interop

2004-11-11 Thread Wessel Alexander
rom flambait, I'm not criticizing the Axis developers -- not the least, I am grateful for all their efforts, eventually leading to a superb piece of software like Apache. I am critcizing descision makers who push us developers into using underdeveloped, underdocumented and even underspecified platforms one ca

Re: Array of Objects in Axis and .NET interop

2004-11-11 Thread KHSergel
#x27;ll post an in-depth description of our problems tomorrow, if anyone is interested. So long, Flexx -Original Message- From: Patrick Herber *EXTERN* [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: RE: Array of Objects in Axis and .NET int

RE: Array of Objects in Axis and .NET interop

2004-11-11 Thread Wessel Alexander
tomorrow, if anyone is interested. So long, Flexx -Original Message- From: Patrick Herber *EXTERN* [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: RE: Array of Objects in Axis and .NET interop Hi, I'm implementing a Web Serv

RE: Array of Objects in Axis and .NET interop

2004-11-05 Thread Patrick Herber
m: Eric Chijioke [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 29. September 2004 16:01 > To: [EMAIL PROTECTED] > Cc: Tami Wright > Subject: RE: Array of Objects in Axis and .NET interop > > BTW, I am using Axis 1.2 beta. That is important. I should > note that I also did NOT

RE: Array of Objects in Axis and .NET interop

2004-09-30 Thread Tami Wright
ssage- From: Bouche Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 8:33 AM To: [EMAIL PROTECTED] Subject: RE: Array of Objects in Axis and .NET interop Tami, what version of AXIS are you using? AXIS 1.1 final has very poor support for doc/lit. Maybe this creates the

RE: Array of Objects in Axis and .NET interop

2004-09-30 Thread Bouche Paul
gt; Subject: RE: Array of Objects in Axis and .NET interop > > > >The reason being is that when I used doc/literal and wrapped style, > >.NET blew-up. On the other-hand, if I stuck with the conventional > >rpc/encoded wsdl, .NET worked like a charm as a client to my web > &g

RE: Array of Objects in Axis and .NET interop

2004-09-29 Thread Nelson Minar
>The reason being is that when I used doc/literal and wrapped style, >.NET blew-up. On the other-hand, if I stuck with the conventional >rpc/encoded wsdl, .NET worked like a charm as a client to my web >service. I'm surprised to hear you say that - everything else I've read says that wrapped doc/l

RE: Array of Objects in Axis and .NET interop

2004-09-29 Thread Tami Wright
conventional rpc/encoded wsdl, .NET worked like a charm as a client to my web service. Regards, Tami -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 4:54 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Array of Objects in Axis

RE: Array of Objects in Axis and .NET interop

2004-09-29 Thread Tami Wright
Marcus, Thanks for the quick response. I also found that the code/beans that is/are generated (for my schema complexTypes that are being returned by some of my web service methods) when doing a WSDL2Java (without the -h parameter) have typeDesc info that is being passed in. That is what I was re

RE: Array of Objects in Axis and .NET interop

2004-09-29 Thread Eric Chijioke
ssage- From: Jeff Greif [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 12:06 PM To: [EMAIL PROTECTED] Subject: Re: Array of Objects in Axis and .NET interop There is no way in WSDL or XML Schema to define the names of the array elements used in SOAP encoding, which is unders

Re: Array of Objects in Axis and .NET interop

2004-09-29 Thread Jeff Greif
jioke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Tami Wright" <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 7:01 AM Subject: RE: Array of Objects in Axis and .NET interop ... - I know that axis hardcodes the names of the elements of the array as . Axi

RE: Array of Objects in Axis and .NET interop

2004-09-29 Thread Eric Chijioke
m: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 6:55 PM To: [EMAIL PROTECTED] Subject: RE: Array of Objects in Axis and .NET interop I tried this same approach but I then received an unknown element exception with the Axis Java client. In addition I didn't care

RE: Array of Objects in Axis and .NET interop

2004-09-27 Thread mmosttler
ECTED] Cc: Tami Wright Subject: RE: Array of Objects in Axis and .NET interop Tami, Here's what I've done to make it work with .NET: I've located the following code in the org.apache.axis.encoding.ser.ArraySerializer.serialize() method And in both places, commented out the if(...)

RE: Array of Objects in Axis and .NET interop

2004-09-27 Thread Eric Chijioke
Tami, Here's what I've done to make it work with .NET: I've located the following code in the org.apache.axis.encoding.ser.ArraySerializer.serialize() method And in both places, commented out the if(...) condition in order to place an array wrapper around the elements for arrays specified using t