Changes
→Adding a Web Reference
[[Image:MonoDevelop-Web_reference-Reference_listed.png]]
You cannot alter the namespace that the web reference is put into. Therefore, to use it, you'll need to have a line of code similar to the following:
<pre>
using Project5.www.webservicex.net;
</pre>
=See Also=