Re: BeanSerializer is missing xsi:tye

2002-06-04 Thread R J Scheuerle Jr
inivas <[EMAIL PROTECTED]> 06/04/2002 01:56 PM Please respond to axis-dev                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Re: BeanSerializer is missing xsi:tye         Kesav, Change for #1 that you suggest breaks the functional-tests. Here's the proc

Re: BeanSerializer is missing xsi:tye

2002-06-04 Thread Davanum Srinivas
Kesav, Change for #1 that you suggest breaks the functional-tests. Here's the procedure for posting patches the next time. 1. Pick up latest sources direct from CVS. 2. Make your changes. 3. Run "ant all-tests" and make sure the functional tests are ok. 4. Run "cvs diff -u" from the xml-axis\ja

BeanSerializer is missing xsi:tye

2002-06-03 Thread Kesav Kumar
BeanSerializer is not adding xsi:type if the value of the field is null.  If xsi:type is missing then the server is not able to deserialize.   I am using axis nightly drop of 05-31 on client side and soap toolkit which comes along with Websphere on the server end.  Does any one experience