[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:36:50 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#c9





--- Comment #9 from vadiraj c s <csvadiraj at novell.com>  2008-04-28 01:36:49 MST ---
Main Program

using System;

class pingSoap {

    public static void Main(string [] args) {

        // Your license key

        // Create a Google Search object
        Server Service1 = new Server();

        // Ask for spelling suggestion
        // The first argument is your key
        // The second one, the text the user should enter.

        Console.WriteLine("Response {0}", Service1.Ping()) ;
    }
}



<%@ WebService Language="C#" Class="Server" %>

the above line should be placed in the tomcat root directory.


-- 
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