Dendei 0 Newbie Poster

Hey i just wonder if i can send the method comments with the OperationContract so i see it in my WCF Test Client.
that way the php dude can see what each method does and how to work from that.

    /// <summary>
    /// Text text
    /// </summary>
    /// <param name="Kund"></param>
    /// <returns></returns>

this normal method comment option doesent seems to work for me i might be wrong and just looking wrong in the test client but any advice would be nice :P
thank you for answers :)