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. Thanks for the
reply -sudhir -----Original
Message----- Pallapolu, Sudhir wrote: .Net doesn't like the SOAP returned by the
default MapSerializer, can any one help me out by
pointing me towards a sample or any existing implementation. Any help in this
area will be thoroughly appreciated. Convert your
collection into an array of javabeans, and transmit it that way. .NET doesn't
mind that. |
- RE: .Net compatible Serializers/Deserializers for HashMa... joao . lopes
- Re: .Net compatible Serializers/Deserializers for H... Pallapolu, Sudhir