[Mono-bugs] [Bug 75543][Wis] Changed - webservice method call crash

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 19 08:15:13 EDT 2005


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 at ximian.com.

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

--- shadow/75543	2005-07-16 07:29:16.000000000 -0400
+++ shadow/75543.tmp.26181	2005-07-19 08:15:13.000000000 -0400
@@ -119,6 +119,30 @@
 mcs rev: 47356.
 
 Then I've compiled again this test, and the test crash in the same
 place, with the same error.
 
 Thanks for all.
+
+------- Additional Comments From lluis at ximian.com  2005-07-19 08:15 -------
+Open a terminal and start XSP using the following command:
+
+> MONO_XMLSERIALIZER_THS=0 MONO_XMLSERIALIZER_DEBUG=yes xsp
+
+Then open http://localhost:8080/test.asmx in a browser and run the web
+method from the test form. In the xsp console you should see a message
+like:
+
+Generating /tmp/31372.cs
+
+Open that file and look for the WriteObject_Photo method. The first
+line of this method must be:
+
+if (((object)ob) == null)
+
+If it is something like:
+
+if (ob == null)
+
+it means that you are not running SVN mono.
+In case you get an error when running the method, please paste the
+exception trace.


More information about the mono-bugs mailing list