Try basic arrays -- avoid Java-specific collection classes. Anne
On 8/20/07, Pushkar Bodas <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to send a list of user defined objects across .NET and Axis2 web > services and cleints(Java client for .NET service and C# client for Axis2 > service). I havent done much ground work on this, but I tried passing > ArrayLists and that doesnt work. > > I think using HashMaps may work, but C# apparently doesnt have HashMaps. > Does using HashTables work. If someone has tried it out, can you please tell > me if it works? > > Thanks and regards, > Pushkar > -- > View this message in context: > http://www.nabble.com/Using-object-lists-for-interop-between-axis2-and-.NET-tf4298807.html#a12235665 > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
