Re: 1.2rc2 (Wrapped) Document/Literal soap response for array items xmlns set to ""

2005-03-18 Thread Anne Thomas Manes
As a quick workaround, add elementFormDefault="qualified" to your schema: http://www.w3.org/2001/XMLSchema"; targetNamespace="http://xmlns.mycompany.com/ws"; elementFormDefault="qualified" > Anne On Fri, 18 Mar 2005 03:08:07 +, M S <[EMAIL PROTECTED]> wrote: > > > Hi, > > It l

1.2rc2 (Wrapped) Document/Literal soap response for array items xmlns set to ""

2005-03-17 Thread M S
Hi, It looks like AXIS 1.2 RC2 is sometimes incorrectly setting/including  the xmlns="" attribute for child "item"s of array elements when using Document/Literal (Wrapped). My .NET cilent cannot deserialize the requestedAttributes (NamedValue[]) section of complex type Item correctly, yet can corre