[Mono-bugs] [Bug 51840][Nor] New - WSDL Tool Bug: Should not need CR in WSDL document

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 7 Dec 2003 20:10:55 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/51840	2003-12-07 20:10:54.000000000 -0500
+++ shadow/51840.tmp.23041	2003-12-07 20:10:54.000000000 -0500
@@ -0,0 +1,56 @@
+Bug#: 51840
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: davidandrewtaylor@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: WSDL Tool Bug: Should not need CR in WSDL document
+
+Description of Problem:
+When trying to generate a proxy using WSDL from a BEA WebLogic generated
+web service, an exception was thrown because the tool was expecting a '/r'.
+ The WSDL tool should *not* require CR or LF chars to exist in the document
+because the WSDL file is an XML file and Whitespace should be ignored.  it
+should be alright to have the WSDL file as a single line with no CR or LF.
+
+Steps to reproduce the problem:
+1. Use WSDL tool to generate a proxy against a BEA WebLogic web service.
+
+Actual Results:
+Exception shown below.
+
+Expected Results:
+Should produce proxy.
+
+Additional Information:
+WSDL proxy generator v0.1
+Fetching http://localhost/createuser/CreateUser
+Error: Expecting \r
+Stack:
+ in <0x00091> System.Net.ChunkStream:ReadCRLF (byte[],int&,int)
+in <0x000d2> System.Net.ChunkStream:InternalWrite (byte[],int&,int)
+in <0x00018> System.Net.ChunkStream:Write (byte[],int,int)
+in <0x0001e> System.Net.ChunkStream:WriteAndReadBack (byte[],int,int,int&)
+in <0x000fe> System.Net.WebConnection:EndRead (System.IAsyncResult)
+in <0x00091> System.Net.WebConnectionStream:EndRead (System.IAsyncResult)
+in <0x00088> System.Net.WebConnectionStream:Read (byte[],int,int)
+in <0x000de> Mono.Xml.Native.XmlInputStream:Read (byte[],int,int)
+in <0x00063> System.IO.StreamReader:ReadBuffer ()
+in <0x00050> (wrapper remoting-invoke-with-check)
+System.IO.StreamReader:ReadBuffer ()
+in <0x0005e> System.IO.StreamReader:Read ()
+in <0x00064> System.Xml.XmlTextReader:PeekChar ()
+in <0x0008d> System.Xml.XmlTextReader:ReadContent ()
+in <0x001a0> System.Xml.XmlTextReader:Read ()
+in <0x0008d> System.Xml.XmlReader:MoveToContent ()
+in <0x0011e> Mono.WebServices.Driver:Run (string[])