[Mono-bugs] [Bug 51532][Wis] New - WebService Problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 1 Dec 2003 01:50:35 -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 shiziye@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51532
--- shadow/51532 2003-12-01 01:50:20.000000000 -0500
+++ shadow/51532.tmp.8196 2003-12-01 01:50:21.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 51532
+Product: Mono/Class Libraries
+Version: unspecified
+OS: SUSE 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: shiziye@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: WebService Problem
+
+1.I can't use delphi 7 to call webservice functions written in mono. I cant
+only use VS7 to do that. the wsdl mono generated is OK, but when I call
+function, Mono return an error HTML page.
+2.I can't add [SoapRpcService] attribute to my webservice class;mono will
+generate wrong wsdl. VS7 can import this wsdl, but can not call functions
+correctly.