Re: Mono/WSDL



Hello,

> mcs -g -target:library -r:glib-sharp.dll -r:gdk-sharp.dll
> -r:gtkhtml-sharp -r:gtk-sharp.dll -r:gnome-sharp.dll -r:System.Web
> -r:../util/drive/drive.dll -r:../util/rdf/rdf.dll
> -r:../engine/dashboard.exe -out:AmazonSearchService.dll
> AmazonSearchService.cs
> AmazonSearchService.cs(39) error CS0246: Cannot find type
> `System.Web.Services.Protocols.SoapHttpClientProtocol'
> 
> The offending line is:
> 
>     public class AmazonSearchService :
> System.Web.Services.Protocols.SoapHttpClientProtocol {
> 
> I thought this was supported in mono already, anyone know if I'm wrong?
> (Would I be better asking on the mono list?)

You need to add:

	-r:System.Web.Services

About the WSDL problem: please file a bug report in
Bugzilla.ximian.com, this is a good time as we are assembling a
comprehensive regression test suite for this particular area.

Miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]