Re: [Mono-dev] wsdl to C#: generated stub raises exception on dynamic array casting

2006-01-18 Thread Julien MARBACH
Tahnks Luis for your response, > Hi, > > You should file a bug report in bugzilla.ximian.com, > and pleaso provide > the complete wsdl file, I'll report the bug to bugzilla.ximian.com wth the complete wsdl file right away. > since snippets are not enough to reproduce the > code generation. The er

[Mono-dev] wsdl to C#: generated stub raises exception on dynamic array casting

2006-01-17 Thread Julien MARBACH
Hello, I've generated a C# client stub from a wsdl file with Mono "wsdl" command. The stub works great for most of the remote methods but one is not functioning. The problematic method consist in transferring a dynamic array of struct from the server to the client. When returning its result, the