[Mono-bugs] [Bug 78995][Nor] Changed - [PATCH] DiscoveryClientProtocol.DiscoverAny() does not recursively discover imported schemas

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Oct 14 21:06:41 EDT 2006


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

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

--- shadow/78995	2006-10-14 21:04:14.000000000 -0400
+++ shadow/78995.tmp.3267	2006-10-14 21:06:41.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 78995
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web.Services
 AssignedTo: lluis at ximian.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: DiscoveryClientProtocol.DiscoverAny() does not recursively discover imported schemas
+Summary: [PATCH] DiscoveryClientProtocol.DiscoverAny() does not recursively discover imported schemas
 
 If there are imported schemas in a wsdl you are trying to resolve
 references using DiscoveryClientProtocol (or shortly, disco), it does not
 report URLs for imported schemas.
 
 Try the code below with WS-Trust WSDL for example:
@@ -59,6 +59,13 @@
 from "Types" in ServiceDescription.
 
 ------- Additional Comments From atsushi at ximian.com  2006-10-14 21:04 -------
 Created an attachment (id=17852)
 proposed fix
 
+
+------- Additional Comments From atsushi at ximian.com  2006-10-14 21:06 -------
+I kind of doubt on "XmlResolver = null" lines, but without it disco
+tries to download dtds and it somehow results in connection excess and
+is prevented further connection for this specific URL(s).
+
+disco does not resolve DTDs so I don't think it would matter.


More information about the mono-bugs mailing list