Re: Abstract Bean problem in Axis 1.2beta ['Watchdog': Virus checked] ['Watchdog': checked]

2004-05-18 Thread BLIS Webmaster (Patrick Houbaux)
Hi Kannan, Thanks for the explanation ... it makes sense :) I don't need to wrap the array of MyBean1 into another class because just removing the type mapping from the wsdd made it work. Everything seems to be fine now. So the conclusion might be that one has to let Axis do the type mapping for a

Re: Abstract Bean problem in Axis 1.2beta ['Watchdog': Virus checked] ['Watchdog': checked]

2004-05-18 Thread KKanagaraj
Patrick, I dont think this is a bug. Axis 1.1, need such configurations (as you have specified). Axis 1.2 does not expects such configurations for array types. This is done basically to conform WS-I BP 1.0 standard or profile. Do one thing, Wrap array of MyBean1 into another class and define