[Mono-bugs] [Bug 81443][Nor] New - xsp2 web services in mono 1.2.4 preview

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 24 16:25:46 EDT 2007


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 thisaddressisnotmine+ximian at td.selfip.net.

http://bugzilla.ximian.com/show_bug.cgi?id=81443

--- shadow/81443	2007-04-24 16:25:46.000000000 -0400
+++ shadow/81443.tmp.23871	2007-04-24 16:25:46.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 81443
+Product: Mono: Runtime
+Version: 1.2
+OS: other
+OS Details: openSUSE 10.2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: packaging
+AssignedTo: wberrier at novell.com                            
+ReportedBy: thisaddressisnotmine+ximian at td.selfip.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: xsp2 web services in mono 1.2.4 preview
+
+Description of Problem:
+Basically, problem is described here:
+http://lists.ximian.com/pipermail/mono-list/2007-April/034836.html
+xsp2 doesn't work with web services in mono 1.2.4 preview
+
+Steps to reproduce the problem:
+1. Install mono 1.2.4 preview from here:
+http://mono.ximian.com/monobuild/preview/download-preview/
+
+2. Create file test.asmx with the following content:
+
+<%@ WebService Language="C#" Class="Test.TestWebService" %>
+using System.Web.Services;
+namespace Test
+{
+  public class TestWebService: WebService 
+  {
+    [WebMethod]
+    public int TestWebMethod()
+    {
+      return 1;
+    }
+  }
+}
+
+3. Run xsp2 (or xsp) in this directory
+3. Point browser to localhost:8080/
+
+Actual Results:
+Runtime Error


More information about the mono-bugs mailing list