[Mono-bugs] [Bug 79807][Nor] New - WSDL generation faulty for more than one method returning an array
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 2 12:11:07 EST 2006
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 glen.ford at spinvox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79807
--- shadow/79807 2006-11-02 12:11:07.000000000 -0500
+++ shadow/79807.tmp.13643 2006-11-02 12:11:07.000000000 -0500
@@ -0,0 +1,58 @@
+Bug#: 79807
+Product: Mono: Tools
+Version: 1.0
+OS: other
+OS Details: SuSe 10.0
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: XSP
+AssignedTo: gonzalo at ximian.com
+ReportedBy: glen.ford at spinvox.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: WSDL generation faulty for more than one method returning an array
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+With a SoapRPCService where more than one webmethod returns an array of
+objects results in incorrect wsdl generation. Only the first array
+definition is correct, the remaining attribute definitions are missing the
+xmlns attributes.
+
+
+Steps to reproduce the problem:
+1. deploy the attached web service
+2. point your browser at the web service
+3. using the information pages select the service description
+4. attempt to download the wsdl
+
+Actual Results:
+
+On FireFox:
+
+XML Parsing Error: prefix not bound to a namespace
+Location: http://server/service/wsdlGenTest.asmx?wsdl=0
+Line Number 23, Column 13:
+<xs:attribute d7p1:arrayType="s0:AnotherItem[]" ref="soapenc:arrayType" />
+------------^
+
+Expected Results:
+
+The wsdl
+
+
+
+How often does this happen?
+
+Every time.
+
+
+Additional Information:
+
+using mono-1.1.16.1
More information about the mono-bugs
mailing list