[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Apr 28 03:30:41 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=384236
User csvadiraj at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=384236#c8
--- Comment #8 from vadiraj c s <csvadiraj at novell.com> 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.
More information about the mono-bugs
mailing list