[Mono-bugs] [Bug 72420][Blo] New - XSP SOAP detection missing Soap:Address

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Feb 2005 15:04:15 -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 tgraupmann@yahoo.com.

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

--- shadow/72420	2005-02-09 15:04:15.000000000 -0500
+++ shadow/72420.tmp.31655	2005-02-09 15:04:15.000000000 -0500
@@ -0,0 +1,71 @@
+Bug#: 72420
+Product: Mono: Tools
+Version: 1.0
+OS: Mandrake 9.1
+OS Details: Mandrake 10.1 (Official)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: XSP
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: tgraupmann@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP SOAP detection missing Soap:Address
+
+Description of Problem:
+
+Upon migrating TAGMLWS web services from Win2k IIS to Mono XSP, when
+updating web references the *.disco file is missing the SOAP:ADDRESS.
+
+This is missing from the Mono version:
+<soap address="http://67.160.5.155/TAGMLWS/ClientManager.asmx"
+xmlns:q1="http://localhost/TAGMLWS" binding="q1:ClientManagerSoap"
+xmlns="http://schemas.xmlsoap.org/disco/soap/" />
+
+
+Steps to reproduce the problem:
+Point a web reference at: http://67.160.5.155/TAGMLWS/ClientManager.asmx
+1. Update the web reference running IIS.
+2. Update the web reference running XSP.
+3. Diff the two.
+
+Actual Results:
+
+ClientManager.disco when generated from Mandrake running XSP:
+#################################
+<?xml version="1.0" encoding="utf-8"?>
+<discovery xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xmlns="http://schemas.xmlsoap.org/disco/">
+<contractRef ref="http://67.160.5.155/TAGMLWS/ClientManager.asmx?wsdl"
+docRef="http://67.160.5.155/TAGMLWS/ClientManager.asmx"
+xmlns="http://schemas.xmlsoap.org/disco/scl/" />
+</discovery>
+#################################
+
+
+Expected Results:
+
+ClientManager.disco when generated from Win2k running IIS:
+#################################
+<?xml version="1.0" encoding="utf-8"?>
+<discovery xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xmlns="http://schemas.xmlsoap.org/disco/">
+<contractRef ref="http://67.160.5.155/TAGMLWS/ClientManager.asmx?wsdl"
+docRef="http://67.160.5.155/TAGMLWS/ClientManager.asmx"
+xmlns="http://schemas.xmlsoap.org/disco/scl/" />
+<soap address="http://67.160.5.155/TAGMLWS/ClientManager.asmx"
+xmlns:q1="http://localhost/TAGMLWS" binding="q1:ClientManagerSoap"
+xmlns="http://schemas.xmlsoap.org/disco/soap/" />
+</discovery>
+#################################
+
+How often does this happen? 
+Every time.
+
+Additional Information: