[Mono-bugs] [Bug 53247][Maj] Changed - Attributes generates illegal wsdl
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 27 Jan 2004 05:26:29 -0500 (EST)
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 along@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53247
--- shadow/53247 2004-01-25 10:19:25.000000000 -0500
+++ shadow/53247.tmp.21355 2004-01-27 05:26:29.000000000 -0500
@@ -2,21 +2,21 @@
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity: 016 Two days
-Priority: Blocker
+Severity: Unknown
+Priority: Major
Component: Sys.Web.Services
-AssignedTo: atsushi@ximian.com
+AssignedTo: lluis@ideary.com
ReportedBy: along@mainsoft.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Summary: WebMethodAttribute causes an exception in wsdl generation
+Summary: Attributes generates illegal wsdl
Description of Problem:
When trying to generate wsdl for WebServide with WebMethodAttribute
specified, an exception is thrown.
@@ -60,6 +60,16 @@
------- Additional Comments From along@mainsoft.com 2004-01-25 10:19 -------
After the last changes the wsdl is generated, but it's invalid.
The new attached files demonstrates the problem.
In order to check validity I run wsdl.exe
+
+------- Additional Comments From along@mainsoft.com 2004-01-27 05:26 -------
+These tests fail due to different attributes that are not supported.
+The attributes are:
+* XmlAttributeAttribute - this arrribute appears in main.wsdl.
+(a bug was open by boris. it's number is 53384).
+*XmlElementAttribute - The property Namespace isn't supported.
+This problem appears in the last version of GetData.wsdl.
+*XmlAnyElementAttribute - This attribute isn't supported.
+this attribute appears in the last version of GetData.wsdl.