RE: .NET and AXIS intergration problems because of Vector

2002-05-28 Thread Tim Joyce
We do not want to change our Java classes ... but would appreciate any suggestions for that too. use typed arrays because: 1) it works 2) you get type checking on the client cheers timj

.NET and AXIS intergration problems because of Vector

2002-05-28 Thread Vishal Batra
Hi,   We are using AXIS for publishing our web services and using .NET to access it from GUI.   Our Java classes are using Vector class extensively which works fine when accessed from a Java client.   While accessing our Java web service from .Net client we get serialization problems due to V