[Mono-bugs] [Bug 62354][Nor] New - wsdl doesnt import docs from inside a WSDL File

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 06:37:56 -0400 (EDT)


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 stevel@apache.org.

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

--- shadow/62354	2004-08-03 06:37:56.000000000 -0400
+++ shadow/62354.tmp.6539	2004-08-03 06:37:56.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 62354
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: Suse 9.1 pro
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Other.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: stevel@apache.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: wsdl doesnt import docs from inside a WSDL File
+
+Description of Problem:
+
+I have a WSDL File which imports an XSD file
+
+Steps to reproduce the problem:
+1. Have a WSDL File with an import of an XSD file in the same dir:
+ <import 
+    namespace="http://gridforum.org/cddlm/serviceAPI/types/2004/07/30" 
+    location="deployAPIschema.xsd"/>
+
+2. run wsdl against the file:
+ wsdl deploymentAPI.wsdl
+Mono Web Services Description Language Utility
+Error: Could not find file "file://deploymentAPI.wsdldeployAPIschema.xsd".
+
+3. run wsdl against the file using a relative reference ./
+
+wsdl ./deploymentAPI.wsdl
+Mono Web Services Description Language Utility
+Error: Could not find file "file://./deployAPIschema.xsd".
+
+
+
+Expected Results:
+
+I expected the WSDL to be imported and a .cs file generated. 
+
+How often does this happen? 
+
+Every time.
+Additional Information: