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

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





--- Comment #9 from vadiraj c s <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to