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-----
From: James Black [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 22, 2003 11:59 AM
To: [EMAIL PROTECTED]
Subject: Re: .Net compatible Serializers/Deserializers for HashMap and collect ions

 

Pallapolu, Sudhir wrote:

I am trying to write a custom serializer for java HashMap class (I want to be able do this for collections as well.).

 .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.

Reply via email to