Pallapolu, Sudhir wrote:

Yes, I have been doing that in my prototypes. Converting to bean or writing a conversion layer means a lot of code to be rewritten in my project. I am searching for a way to convert Maps and collections to compatible (SOAP&WSDL) types implicitly (by adding one or more serializer/deserializer) so that I would not have to make any changes to existing source code.

  Transmitting collections around is not platform independent, as different languages and frameworks will store them differently (perhaps).

  To convert it to an array of beans right before transmission shouldn't be that much extra coding.


Reply via email to