Use the Description value of the Webservice attribute:
[WebService(Description="Takes a couple of bits of your data and does
something cool with them")]
> How can I make the Reference.cs files that VS creates from my Web Services
> have the remarks tags populated with useful comments?
> Can this be done?
Glen Wilkin - 01 Aug 2005 08:37 GMT
No this only adds a Description field to the wsdl file.
I want the reference.cs file to have remarks so that users get comments in
the intellisense popups.
>Use the Description value of the Webservice attribute:
>
[quoted text clipped - 4 lines]
>> have the remarks tags populated with useful comments?
>> Can this be done?

Signature
Glen
Sorry, what I need to do is add <summary> tags to reference.cs
Still don't know how to.
>How can I make the Reference.cs files that VS creates from my Web Services
>have the remarks tags populated with useful comments?
>Can this be done?

Signature
Glen