[Mono-dev] Problem with wsdl proxy generator
Johann BLAIS
jblais at perinfo.biz
Tue Oct 25 10:12:31 EDT 2005
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.
More information about the Mono-devel-list
mailing list