RE: Problem deserializing arrays of complex types

2005-03-02 Thread Gilles Devaux
Hi, I have found the solution, I mail it to be in the archive. Apparently AXIS does not like the attributes in the LinkType type. Setting elements instead of attributes fixed the problem. Thanks for the help. -Message d'origine- De : Gilles Devaux [mailto:[EMAIL PROTECTED] Envoyé

RE: Problem with Wrapped Literal style in .NET client

2005-02-28 Thread Gilles Devaux
I also had this problem: 2 things: 1) It is possible that your temporary directory is not accessible by the .NET accounts - your program can't create the temporary assemblies. 2) .NET can't serialize an object and the assembly is not created - use the XmlPreCompiler