[Mono-bugs] [Bug 70457][Maj] Changed - Error accessing web service
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 14 Dec 2004 07:08:54 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70457
--- shadow/70457 2004-12-11 04:08:18.000000000 -0500
+++ shadow/70457.tmp.23725 2004-12-14 07:08:54.000000000 -0500
@@ -1,22 +1,21 @@
Bug#: 70457
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Major
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Error accessing web service
As reported by Neale in mono-devel, compiling this program together with
the source file that wsdl generates for ConverterService.asmx fails:
---
using System;
@@ -45,6 +44,12 @@
in <0x00014> System.Web.Services.Protocols.WebServiceHelper:ReadSoapMessage
(System.Xml.XmlTextReader,System.Web.Services.Protocols.SoapTypeStubInfo,System.Web.Services.Description.SoapBindingUse,System.Xml.Serialization.XmlSerializer,object&,System.Web.Services.Protocols.SoapHeaderCollection&)
.....
----
----
+
+------- Additional Comments From lluis@ximian.com 2004-12-14 07:08 -------
+This sample is using web service extensions to encrypt and compress
+the messages. Those extensions are needed both in the client and the
+server. You should use the web service proxies implemented in
+Reference.cs and link with extensions.dll.