Help for this page

Select Code to Download


  1. or download this
    [WebMethod]
    public string greet( string name ) {
      return "Hello, " + name;
    }
    
  2. or download this
    =begin WSDL
    
    ...
      my ($s, $name) = @_;
      return "Hello, $name!";
    }