Now, it is required to add content to the newly created class:
webService static String makeAccount(String Na)
{
String str='Success';
Account c = new Account(Name = Na);
insert c;
return str;
}