Web Service Comments

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Web Service Comments


    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


    Message posted via [url]http://www.dotnetmonster.com[/url]
    Glen Wilkin via DotNetMonster.com Guest

  2. Similar Questions and Discussions

    1. Disable Options>Import Comments in Comments Pane
      A customer asked me to replace the logic of the Comments>Import Comments menu item. I can easily find and replace this menu item with the name...
    2. Bug in IE with Comments
      Hi! I have a big Problem using Macromedia Contribute / IE6 with <div> Tags and float:left. Look at this site:...
    3. OPI Comments
      I am trying to use opi comments in freehand MX, Which file format s from Photoshop support opi comments. I have successfully been able to save a PS...
    4. comments
      Is there a way to toggle the commenting of a line of code while breaking in the debugger? It seems that I have to stop the movie to close the...
    5. Your comments please..
      I am putting this NOTE since 3 days. Many people are sharing their comments and experience. Your comments and experience are also welcome: And...
  3. #2

    Default Re: Web Service Comments

    Use the Description value of the Webservice attribute:

    [WebService(Description="Takes a couple of bits of your data and does
    something cool with them")]


    "Glen Wilkin via DotNetMonster.com" <forum@DotNetMonster.com> wrote in
    message news:5209EFDBAE519@DotNetMonster.com...
    >
    > 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
    >
    >
    > Message posted via [url]http://www.dotnetmonster.com[/url]


    Posted Via Usenet.com Premium Usenet Newsgroup Services
    ----------------------------------------------------------
    ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
    ----------------------------------------------------------
    [url]http://www.usenet.com[/url]
    adbarnet Guest

  4. #3

    Default Re: Web Service Comments


    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.

    adbarnet wrote:
    >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


    Message posted via [url]http://www.dotnetmonster.com[/url]
    Glen Wilkin via DotNetMonster.com Guest

  5. #4

    Default Re: Web Service Comments

    Sorry, what I need to do is add <summary> tags to reference.cs
    Still don't know how to.

    Glen Wilkin wrote:
    >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


    Message posted via DotNetMonster.com
    [url]http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-webservices/200508/1[/url]
    Glen Wilkin via DotNetMonster.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139