[Mono-bugs] [Bug 52934][Min] New - DISCO document cant be accessed from Web Service help page

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 16 Jan 2004 07:24:18 -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 mwh@sysrq.dk.

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

--- shadow/52934	2004-01-16 07:24:18.000000000 -0500
+++ shadow/52934.tmp.8946	2004-01-16 07:24:18.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 52934
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: Mono-0.29, xsp-0.8
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mwh@sysrq.dk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DISCO document cant be accessed from Web Service help page
+
+When I point my browser to a web service served by xsp I get the Web
+Service help page. Then I choose "Service Description" and get the WSDL
+document for the webservice. The url for that document is:
+
+http://host:port/WebService.asmx?page=wsdl&
+
+It should be posible to substitute "wsdl" in the url with "disco", to get
+the disco document for the service, but it does not work as of mono-0.29.
+
+BTW, I havent tried this feature on MS .NET only read about the posibility
+in  .NET Web Services Architecture and Implementation by Keith Ballinger