Hi all,

I've upgraded to the latest daily tarball. Now i face a problem generating the proxies for my C++ web services. In the generated proxies (with mono-1.1.8.20050824 daily package), i used to have something like [System.Web.Services.WebServiceBinding(Name="Action", Namespace="http://www.blabla.com/bla/webservices/";)]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public class Action : System.Web.Services.Protocols.SoapHttpClientProtocol {


With mono-1.1.9.20051025, i have :
[(Name="Action", Namespace="http://www.blabla.com/bla/webservices/";)]
[()]
[(="code")]
public class Action: System.Web.Services.Protocols.SoapHttpClientProtocol {

Of course, this does not compile.
Any idea ?

Many thanks.
Johann.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to