Hi Blake, thank you for your answer. But I think typed arrays must have a fix length and the Client must know this length. Isn't it so? The can have a variable number of objects, this is why I want to use it.
Christian -----Original Message----- From: blake biesecker [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 20. Juni 2002 18:45 To: '[EMAIL PROTECTED]' Subject: RE: How to deserialize java.util.Vector in .NET?? Christian, I've found you get better results if you can use a typed array instead of a Vector. Blake > -----Original Message----- > From: Christian Schmitz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 20, 2002 9:26 AM > To: '[EMAIL PROTECTED]' > Subject: How to deserialize java.util.Vector in .NET?? > > > Hi, > > I want to publish Web Services with AXIS and consume them with .NET > C#-Client. > My Service sends a java.util.Vector, but I can't deserialize > it in .NET > > Please help me, > Thanks > Christian >