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 error

[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

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

2006-01-17 Thread Lluis Sanchez
Hi, You should file a bug report in bugzilla.ximian.com, and pleaso provide the complete wsdl file, since snippets are not enough to reproduce the code generation. The error you are getting could be due to several causes: 1) gSOAP sending messages that do not conform the published WSDL. 2)