[Mono-list] Writing a (ASP.NET) Web Service Client using
Mono-0.29 on Libranet2.8
Lluis Sanchez
lluis@ximian.com
Mon, 19 Jan 2004 16:19:00 +0100
(snip)
> My second and actually more important question is how to write a client for a web
> service. I know that with microsofts .net implementation one has to use the wsdl.exe tool
> to generate a c# proxy file, in which you specify the namespace for the proxy, but there
> seems to be no equivalent way in mono, since the proxy file is automatically generated.
Mono also has a wsdl tool. You can use it to generate the proxy.
Lluis.