https://bugzilla.novell.com/show_bug.cgi?id=384236

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=384236#c8





--- Comment #8 from vadiraj c s <[EMAIL PROTECTED]>  2008-04-28 01:30:41 MST ---
using System;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.ComponentModel;

namespace Novell.Zenworks.Zmd.Remote {

    public class Server {

        [WebMethod]
        public string Ping () {
            return String.Format ("pong");
        }
    }
}


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to