[Mono-bugs] [Bug 75762][Wis] Changed - Web Services, WSDL and SSL

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 10 13:17:09 EDT 2005


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 pedromj at gmail.com.

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

--- shadow/75762	2005-08-09 13:51:43.000000000 -0400
+++ shadow/75762.tmp.7627	2005-08-10 13:17:09.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 75762
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web.Services
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: pedromj at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -45,6 +45,23 @@
     wsdl MyWebService.wsdl
     mcs /target:library MyWebService.cs /r:System.Web.Services.dll
 
 - Write a little client app, compile with "/r:MyWebService.dll" and run it.
 
 That's all, here we can see the two errors.
+
+------- Additional Comments From pedromj at gmail.com  2005-08-10 13:17 -------
+Point 1:
+
+System.Web.Services from MS.NET doesn't use "https" in the wsdl file.
+They say that it should be changed by hand
+
+
+Point 2:
+
+The problem I had after changing the wsdl file and runing the client
+was  caused because I didn't add the certificate to the list of
+Trusted certificates. I add it with:
+
+    certmgr -add -c Trust localhost.cer
+
+


More information about the mono-bugs mailing list