[Mono-bugs] [Bug 62352][Nor] New - wsdl doesnt like file: URLs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 05:54:55 -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=62352

--- shadow/62352	2004-08-03 05:54:55.000000000 -0400
+++ shadow/62352.tmp.6210	2004-08-03 05:54:55.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 62352
+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 like file: URLs
+
+Description of Problem:
+
+
+In connection with defect #62041, I tried to see if file: URLs could be
+used to identify files. Not only does the .NET runtime support this, it
+actually gets relative references <wsdl:import> and <xsd:importSchema>
+right in the process, making it the best way to import files. 
+
+If mono added support for file: urls with the same behaviour, we would make
+it the default way of naming files in the ant <wsdltodotnet> task.
+
+
+Steps to reproduce the problem:
+1. create a WSDL file, say /home/slo/test.wsdl
+2. run wsdl against it using a file: url
+
+Actual Results:
+
+chamonix:~> wsdl file://home/slo/deploymentAPI.wsdl
+Mono Web Services Description Language Utility
+Error: Could not find file "file://home/slo/deploymentAPI.wsdl".
+
+Expected Results:
+
+The file to be loaded and parsed. 
+
+How often does this happen? 
+
+every time.
+
+Additional Information:
+using the 1.0 version of the mono runtime.