Changes

Jump to: navigation, search

Mono

473 bytes removed, 20:15, 7 December 2009
WSDL: (Not needed. Just use a web reference.)
$ sudo apt-get install mono-complete monodevelop monodevelop-debugger-mdb monodoc-browser
</pre>
 
=WSDL=
To use a WSDL file, perform the following steps, substituting <code>WeatherForecast</code> and the full URL with the details of your service, as appropriate:
<pre>
$ wget -O WeatherForecast.wsdl http://www.webservicex.net/WeatherForecast.asmx?WSDL
$ wsdl WeatherForecast.wsdl
$ gmcs /target:library -r:/usr/lib/mono/2.0/System.Web.Services.dll WeatherForecast.cs
</pre>
Then, add the .dll, in this case <code>WeatherForecast.dll</code>, as a reference in your IDE.
=External Links=
Anonymous user

Navigation menu