RE: Array complexType

2002-03-15 Thread R J Scheuerle Jr
ot;Simon McClenahan" ellent.com> cc: <[EMAIL PROTECTED]>

RE: Array complexType

2002-03-15 Thread Simon McClenahan
PROTECTED] Subject: RE: Array complexType Simon, Your schema is correct. WSDL2Java will correctly interpret the type as an Option[]. However, when the Axis runtime serializes the Option[], it does not know the name of the array component element (in your case "option").The axis run

RE: Array complexType

2002-03-15 Thread R J Scheuerle Jr
ellent.com> cc: Subject: RE: Array complexType 03/15/2002 10:46 AM

RE: Array complexType

2002-03-15 Thread Simon McClenahan
. Does anyone else think otherwise? And like I implied in my first post, a NPE is not very helpful in figuring out what went wrong :-) cheers, Simon -Original Message- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 7:41 AM To: [EMAIL PROTECTED]

RE: Array complexType

2002-03-15 Thread St-Germain, Sylvain
Have a look at www.w3.org/TR/soap section 5.4.2 Arrays Sylvain. -Original Message- From: Simon McClenahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 5:20 PM To: Axis User (E-mail) Subject: Array complexType In my WSDL embedded Schema I have: ...