[Mono-bugs] [Bug 53019][Maj] New - WebServiceBindingAttribute adds duplicate <port> entry in WSDL

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jan 2004 07:43:03 -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 erand@mainsoft.com.

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

--- shadow/53019	2004-01-18 07:43:03.000000000 -0500
+++ shadow/53019.tmp.30858	2004-01-18 07:43:03.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 53019
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: erand@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: WebServiceBindingAttribute adds duplicate <port> entry in WSDL
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+WebServiceBindingAttribute adds duplicate <port> entry in WSDL when
+WebServiceBindingAttribute name is The concatination of the class name and
+Soap.
+
+Steps to reproduce the problem:
+1. Compile the attached file.
+2. Generate wdsl file from the WebService.
+
+Actual Results: 
+The wsdl has 2 port entries with the same name.
+
+
+Expected Results: 
+Different names for the ports.
+
+
+How often does this happen? 
+When WebServiceBindingAttribute name is The concatination of the class name
+and Soap.
+
+Additional Information: