[Mono-bugs] [Bug 68809][Blo] Changed - Running wsdl.exe on the given wsdl file generates an error
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Oct 2004 16:39:55 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68809
--- shadow/68809 2004-10-26 12:09:16.000000000 -0400
+++ shadow/68809.tmp.18058 2004-10-26 16:39:55.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 68809
Product: Mono: Doctools
Version: unspecified
-OS:
+OS: unknown
OS Details: Winsdows XP SP2
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
Component: Core
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: lluis@ximian.com
ReportedBy: msironi@intellireach.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Running wsdl.exe on the given wsdl file generates an error
@@ -84,6 +84,18 @@
</binding>
<service name="FooSoap">
<port binding="tns:FooBinding" name="FooSOAPPort"/>
</service>
</definitions>
+
+------- Additional Comments From lluis@ximian.com 2004-10-26 16:39 -------
+This bug is easy to fix in the wsdl tool, but the generated proxy
+won't work on Mono. The problem is that Mono doesn't currently support
+primitive type headers, and this is harder to fix.
+
+To make this work, I need to change how headers are managed
+internally. This is a change that needs to be done anyway to support
+some new features in ASP.NET 2.0. I don't know yet when I'll be able
+to go ahead with this, it depends on the plan for the next mono
+release (I don't want to introduce such changes just before an
+important release).