RE: array serialization problem (committed possible fix)

2002-03-06 Thread R J Scheuerle Jr
US cc: Subject: RE: array serialization problem (committed possible fix) 03/01/2002 0

RE: array serialization problem (committed possible fix)

2002-03-01 Thread R J Scheuerle Jr
cc: Subject: RE: array serialization problem (committed possible fix) 03/01/2002 02:58

RE: array serialization problem (committed possible fix)

2002-03-01 Thread Dave Dunkin
Title: RE: array serialization problem (committed possible fix) The fix works for an axis client, but fails for a .NET client because the resulting wsdl contains invalid schema:               You can't have an inside an . The schema spec says a model

RE: array serialization problem (try this)

2002-03-01 Thread R J Scheuerle Jr
x27;" <[EMAIL PROTECTED]> Subject: RE: array serialization problem (user error ?) 03/01/2002 08:42

RE: array serialization problem (user error ?)

2002-03-01 Thread R J Scheuerle Jr
cc: Subject: RE: array serialization problem (user error ?) 02/28/200

RE: array serialization problem (user error ?)

2002-03-01 Thread Egger Oliver
Title: RE: array serialization problem (user error ?) Hello,   I ran into the same problem, i'm roundtripping sometimes (because I'm to lazy to type) between the generated java beans from java2wsdl and back- wards wsdl2java, till 2002-02-27 nightly build this was working in both

RE: array serialization problem (user error ?)

2002-02-28 Thread Dave Dunkin
Title: RE: array serialization problem (user error ?) The wsdl is from a deployed axis service. Sorry, I guess I didn't make that part clear before. The problem isn't with the axis stubs (like I said before, .NET stubs fail too), it's with the axis service. I've attached a

Re: array serialization problem (user error ?)

2002-02-28 Thread R J Scheuerle Jr
I took a serious look your ServiceOne.wsdl document, and it doesn't appear to match your response files. Here's a snippet of the response file: http://output.getOrderData.ServiceOne.serviceone"; xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";> <_Record href="#id2"/> <_Re

Re: array serialization problem

2002-02-27 Thread Dave Dunkin
Dave Dunkin >[EMAIL PROTECTED] > e.com> cc: > Subject: Re: array > serialization problem > 02/26/2002 05:40 > PM >

Re: array serialization problem

2002-02-27 Thread R J Scheuerle Jr
ve Dunkin cc: Subject: Re: array serialization problem 02/26/2

Re: array serialization problem

2002-02-26 Thread Dave Dunkin
TL 678-5115) > > > > Dave Dunkin >[EMAIL PROTECTED] > e.com> cc: > Subject: array > serialization problem >

Re: array serialization problem

2002-02-26 Thread R J Scheuerle Jr
nkin cc: Subject: array serialization pro

RE: array serialization problem

2002-02-26 Thread Dave Dunkin
Title: RE: array serialization problem I forget to mention I'm running off a CVS build. Dave -Original Message- From: Dave Dunkin Sent: Tuesday, February 26, 2002 12:59 PM To: [EMAIL PROTECTED] Subject: array serialization problem I've run into a problem that app

array serialization problem

2002-02-26 Thread Dave Dunkin
I've run into a problem that appears to be from array serialization. Both Axis-generated stubs and .NET fail to process the SOAP response my service sends. I've attached the stack trace I get from the Axis client. The .NET client fails with an XML parser error. Any help would be appreciated.