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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
