[Mono-bugs] [Bug 50637][Nor] New - MCS hangs when compiling some wsdl generated code
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 5 Nov 2003 20:53:49 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50637
--- shadow/50637 2003-11-05 20:53:49.000000000 -0500
+++ shadow/50637.tmp.14866 2003-11-05 20:53:49.000000000 -0500
@@ -0,0 +1,47 @@
+Bug#: 50637
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lluis@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: MCS hangs when compiling some wsdl generated code
+
+MCS hangs when compiling some wsdl generated code
+
+Steps to reproduce the problem:
+Compile the following class using:
+ mcs file.cs /r:System.Web.Services /t:library
+
+using System.Web.Services.Protocols;
+public class StockQuotesSoap : SoapHttpClientProtocol
+{
+ [SoapDocumentMethodAttribute("http://swanandmokashi.com/GetStockQuotes",
+ RequestNamespace="http://swanandmokashi.com/",
+ ResponseNamespace="http://swanandmokashi.com/",
+ ParameterStyle=SoapParameterStyle.Wrapped
+ )]
+ public virtual void GetStockQuotes()
+ {
+ }
+}
+
+
+Actual Results:
+mcs hangs while compiling. It works if I remove any of the attribute
+parameters.
+
+Expected Results:
+Compile successfully
+
+How often does this happen?
+*